function okno_old(cesta,sirka,vyska){
	window.open(cesta + '.html',"foto" + cesta,'toolbar=0,location=0,scrollbars=1,width=' + sirka + ',height=' + vyska + ',resizable=1');
}

function oknor(sirka,vyska,subkat,data){
	rokno=window.open("","foto",'toolbar=0,location=0,scrollbars=1,width=' + sirka + ',height=' + vyska + ',resizable=1');
	s="<script language=\"JavaScript\" type=\"text/JavaScript\"><!--\n function closeIt() {close();} \n--></script>";
	s1="<br><br><br><center><form><input type=button value=\"Zavøít\" onClick=\"closeIt()\"></form></center>"

	p="<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\"><html><HEAD><META http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1250\"><LINK REL=\"stylesheet\" HREF=\"../css/popisy.css\" TYPE=\"text/css\"><title>AQ - Acoustique Quality</title>"+s+"</head><body><div class=\"nadpis\">"+subkat+"</div><div class=\"popis\">"+data+"</div>"+s1+"</body></html>";
	rokno.document.write(p);

}

function oknovyr(cesta,sirka,vyska){
	window.open('../vyrobky/' + cesta + '.html',"foto" + cesta,'toolbar=0,location=0,scrollbars=0,width=' + sirka + ',height=' + vyska + ',resizable=0');
}
function oknoimg(cesta,sirka,vyska){
	window.open(cesta,"foto",'toolbar=0,location=0,scrollbars=0,width=' + sirka + ',height=' + vyska + ',resizable=0');
}
function oknoimgp(cesta,sirka,vyska){
	yy=100;
	xx=100;
	okno=window.open(cesta + '.gif',"Povtch",'toolbar=0,location=0,scrollbars=0,width=' + sirka + ',height=' + vyska + ',resizable=0,screenX='+xx+',screenY='+yy);
	s="<script language=\"JavaScript\" type=\"text/JavaScript\"><!--\n function closeIt() {close();} \n--></script>";
	p="<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\"><html><HEAD><META http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1250\"><LINK REL=\"stylesheet\" HREF=\"/css/popisy.css\" TYPE=\"text/css\"><title>AQ - Acoustique Quality</title>"+s+"</head><body><img src=\""+cesta+".gif\" width=\""+sirka+"\" height=\""+vyska+"\" onClick=\"closeIt()\" /></body></html>";
okno.document.write(p);

}
function okno(url,sirka,vyska){
var sirkaobr = ''+((screen.width/2)-180);
window.open('parts/foto.php?cislo='+url,'foto'+url,'width='+sirka+',top=150,left='+sirkaobr+',height='+vyska+',scrolbars=0,resize=0');
}
