window.defaultStatus="Taneční studio Aysun - břišní tanec, bollywood, drum solo, tance se závoji, americký tribal, turecký Kasilamah, arab. flamenco";
windowid=0;

function imw(i,t,w,h) {
   
   w1=w+30;
   h1=h+45;
   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("<link href='http://www.aysun.cz/css/page.css' rel='stylesheet' type='text/css'>");
   w.document.write("<TITLE>"+t+"</TITLE></HEAD>");
   w.document.write("<BODY style='margin: 5px;'><div align='center'>");
   w.document.write("<IMG onclick='window.close()'  ALT='zavřít okno' class='obrzoom' SRC='"+i+"'>");
   w.document.write("<BR><div class='popis'>"+t+"</div>");
   w.document.write("</div></BODY></HTML>");
}



function setPage(newAddress,name,w,h,l,t) {
        if (newAddress != "")
	{
		window.open(newAddress,name,"noscrollbars,noresizable,width="+w+",height="+h+",left="+l+",top="+t)
	}
}


