window.defaultStatus=" ";
windowid=0;

function imw(i,t,w,h) {
   w1=w+20;
   h1=h+35;
   windowid++; 
   id=name;	
   w=open("",windowid,"toolbar=no,directories=no,menubar=no,scrollbars=no,resizable=no,width="+w1+",height="+h1+",left=0,top=0");
   w.document.write("<HTML><HEAD><meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1250\">");
   w.document.write("<TITLE>"+t+"</TITLE></HEAD>");
   w.document.write("<BODY leftmargin='0' bottommargin='0' topmargin='5' rightmargin='0' bgcolor='#ffffff'><CENTER>");
   w.document.write("<IMG onclick='window.close()' ALT='zavøít okno' border='0' SRC='"+i+"'><br>");
   w.document.write("<BR><div class='popis'>"+t+"</div>");
   w.document.write("</BODY></HTML></CENTER>");
}
