function OpenWindow(cesta,nazev_okna,width,height)
{
	okno=window.open(cesta,nazev_okna, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=no, width='+width+', height='+height);
	okno.focus();
}function prejdi(targ,selObj,restore){ //v3.0  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  if (restore) selObj.selectedIndex=0;}