function nagyito(n,w,h,scroll) {
var x=Date.getTime;
	kepablak=window.open("","nagyito"+x,"top=2,left=2,location=no,width="+(w)+",height="+(h)+",titlebar=no,status=no,locationbar=no,statusbar=no,name=no,personalbar=no,toolbar=no,scrollbars="+scroll+",history=no");
	if (!scroll) {
		imgsize=" width="+w+" height="+h+"";
	} else {
		imgsize="";
	}
	
	tolto=new Image();
	tolto.src = "/grafika/fotoh.gif";
	kepablak.document.open();
	kepablak.document.write("<html><head><title>Plakát</title><LINK REL='StyleSheet' HREF='/jss/stilus.css' TYPE='text/css'>");
	kepablak.document.write("</head><body bgcolor=#000000 leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
	kepablak.document.write("<div style=background:url(/grafika/fotoh.gif);background-repeat:no-repeat;background-position:center center;cursor:help>");
	kepablak.document.write("<center><img src='"+n+"'"+imgsize+" border='0' onclick=self.close()>");
	kepablak.document.write("</center>");
	kepablak.document.write("</body></html>");
	kepablak.document.close();
}

function urlpopup(n,w,h) {
h=h+140;w=w+30;
var x=Date.getTime;
	kepablak=window.open(n,"kep"+x,"top=2,left=2,location=false,width="+w+",height="+h+",statusbar=no,personalbar=no,toolbar=no,scrollbars=yes,history=no");
}

function popUP(file,width,height,scrolling,name)
{
	var    xPos = (screen.availWidth / 2) - (width / 2);
	var    yPos = (screen.availHeight / 2) - (height / 2) - 20;
	window.open(file,name,'top='+yPos+',left='+xPos+',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars='+scrolling+',resizable=0,width='+width+',height='+height);
}

function rand(n) {return (Math.floor(Math.random()*n));}
var same = rand(1000000);

function formHandler(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}