var pw= null; var windowopened= 0;

function ow(fn, title, sx, sy)
{
	if(windowopened!=0){pw.close();}
	pw= window.open("","Screenshot","width="+sx+",height="+sy+",resizable=no,scrollbars=no,screenX="+((screen.width-sx)/2)+",screenY="+((screen.height-sy)/2)+",top="+((screen.height-sy)/2)+",left="+((screen.width-sx)/2));
	pw.opener= self;
	pw.document.write ("<html><head><title>"+title+"</title></head><body bgcolor=#000000 topmargin=0 leftmargin=0 marginheight=0 marginwidth=0 onLoad='self.opener.windowopened=1;' onUnload='self.opener.windowopened=0;'><a href='javascript:close();'><img src="+fn+".jpg width="+sx+" height="+sy+" alt='schlie&szlig;en!' border=0></a></body></html>");
	pw.document.close();
}

