function oknor(o)
{
	okn=window.open('','','status=yes,toolbar=no,location=no,menu=no,resizable=yes,width=450,height=280,top=15,left=50');
	okn.document.write("<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-2\" /><title>Profiplast - Galerie<\/title>\n");
	okn.document.write("<style type=\"text\/css\">\nbody { background: #fff;margin:0;padding:0 } img { cursor:pointer }\n<\/style>\n");
	okn.document.write("<scr"+"ipt type=\"text\/javascript\"> function set() { window.resizeTo(document.images.im.width+20,document.images.im.height+55); }\n<\/scr"+"ipt>\n<\/head>\n");
	okn.document.write("<body>\n<div align=\"center\"><img onclick=\"window.close()\" src=\""+o+"\" name=\"im\" onload=\"set();\" alt=\"\" title=\"Kliknutim zavrete toto okno\" /></div>\n<\/body>\n<\/html>");
	okn.document.close();
}