function ablak(be, wi, he) {
img = new Image();
img.src = be;
o='toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,scrollbars=1,width='+wi+',height='+he+'';
wd=window.open('','ablak',o);
wd.document.write ('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\n');
wd.document.write ('<html>\n');
wd.document.write ('<head>\n');
wd.document.write ('<title>képnézegetõ</title>\n');
wd.document.write ('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />\n');
wd.document.write ('</head>\n');
wd.document.write ('<body style="margin: 0px; padding: 0px; text-align: center;">\n');
wd.document.write ('<a href=\"/\" onclick=\"window.close();\"><img src="'+img.src+'" alt="" style="margin: 0px; border: 0px;"/></a>\n');
wd.document.write ('</body>\n');
wd.document.write ('</html>');
wd.document.close ();
}
