function nahlad (url,width,height,popis){
popwindow=window.open('','_blank', 'fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no,width='+width+',height='+height+',left=10,top=10');
popwindow.document.write("<html><HEAD><meta http-equiv='Content-Type' content='text/html; charset=windows-1250' content='no-cache'><link rel='stylesheet' href='http://www.slovanet.sk/css/texty.css' type='text/css'><TITLE>Náh¾ad</TITLE></HEAD>");
popwindow.document.write("<BODY bgcolor='#FFFFFF' topmargin='0' leftmargin='0' marginheight='0' marginwidth='0' onclick='window.close()' background='http://www.slovanet.sk/obrazky/zadok.gif'><center><img src="+url+"><br><b>"+popis+"</b></center></BODY></html>");
}


