/* openWin (pozx,pozy,šírka,výška,url,názov,resiz,dir,locat,menu,scrol,stat,tool) */
function openWin (cesta,meno,x,y,w,h)
	{
	window.open (cesta,meno,'top='+y+',left='+x+',width='+w+',height='+h+',dependent=1,resizable=0,directories=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
	}
