window.defaultStatus="MIRY - http://miry.mtbo.cz, miry@mtbo.cz, +420 721 204 490";
windowid=0;

function imw(i,t,w,h) {
   w1=w+20;
   h1=h+35;
   if (screen.width*3 > screen.height*4) {
 	moveX = Math.floor(screen.width/4 - w1/2);	
   } else { 
	 moveX = Math.floor(screen.width/2 - w1/2);	
   }
   moveY = Math.floor(screen.height/2 - h1/2 - 50);

   windowid++; 
   id=name;	
   w=open("",windowid,"toolbar=no,directories=no,menubar=no,scrollbars=no,resizable=no,width="+w1+",height="+h1+",screenx="+moveX+",screeny="+moveY+",left="+moveX+",top="+moveY);
   w.document.write("<HTML><HEAD><meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1250\">");
   w.document.write("<link href='styles/main.css' rel='stylesheet' type='text/css'>");
   w.document.write("<TITLE>"+t+"</TITLE></HEAD>");
   w.document.write("<body style='margin: 10px; background-color: #FFFFFF;'><CENTER>");
   w.document.write("<IMG onclick='window.close()' ALT='zavøít okno' border='0' SRC='"+i+"'>");
   w.document.write("<BR><div class='popis'>"+t+"</div>");
   w.document.write("</BODY></HTML></CENTER>");
}

function setPage(newAddress,name,w,h,l,t) {
        if (newAddress != "") 
	{
		window.open(newAddress,name,"noscrollbars,noresizable,width="+w+",height="+h+",left="+l+",top="+t)
	}
}
