function nahlad (url,width,height,popis,kopirajt){
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='ettis.css' type='text/css'><TITLE>ETTIS - ENGLISH TTI SERVICES, súkromná jazyková kola, Banská Bystrica</TITLE></HEAD>");
popwindow.document.write("<BODY bgcolor='#E17B2E' text='#669933' marginheight='0' marginwidth='0' topmargin='0' leftmargin='0' onclick='window.close()'><center><img src="+url+"></center><div align='center'><b>"+popis+"</b></div><div align='right'><font color='#000000' style='font-size: 10px;'>"+kopirajt+"&nbsp;</font></div></BODY></html>");
}


