
brVer = parseFloat(navigator.appVersion);

function Enlarge(scheereena,vissotta,url,top)
{
	if (brVer < 4 ) { scheereena = eval(parseInt(scheereena) + 24); vissotta = eval(parseInt(vissotta) + 30); }
	tempWindow = window.open("","ImageView","width="+scheereena+",height="+vissotta+",location=no,menubar=no,top=2");
	tempWindow.document.open();
	tempWindow.document.write("<HTML><HEAD><TITLE>");
	tempWindow.document.write(top);
	tempWindow.document.write("</TITLE></HEAD>");
	tempWindow.document.write("<BODY MARGINWIDTH=0 MARGINHEIGHT=0 LEFTMARGIN=0 TOPMARGIN=0 BGCOLOR=#CCCCCC TEXT=#000000 ONBLUR=\"window.close()\"");
	tempWindow.document.write("<CENTER><a href=javascript:window.close()><IMG ALT='' SRC='"+url+"' border=0></a>");
	
	tempWindow.document.write("</BODY></HTML>");
	tempWindow.document.close();
}

