function nahlad (url,width,height,popis){
popwindow=window.open('','_blank', 'scrollbars=no,resizable=yes,status=no,width='+width+',height='+height+',left=5,top=5');
popwindow.document.write("<html><HEAD><meta http-equiv='Content-Type' content='text/html; charset=windows-1250' content='no-cache'><link rel='stylesheet' href='india.css' type='text/css'><TITLE>EMBASSY of INDIA IN SLOVAK REPUBLIC - view</TITLE></HEAD>");
popwindow.document.write("<BODY bgcolor='#FFFFFF' text='#000000' marginheight='15' marginwidth='15' topmargin='0' leftmargin='0' onclick='window.close()'><center><img src="+url+"></center><span class='obrazok'><div align='center'><b>"+popis+"</b></div></span></BODY></html>");
}

