navHover = function() {
	var lis = document.getElementById("menu_allo").getElementsByTagName("LI");
	for (var i=0; i<lis.length; i++) {
		lis[i].onmouseover=function() {
			this.className+=" iehover";
		}
		lis[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" iehover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", navHover);

navHover2 = function() {
	var lis = document.getElementById("menu_fekvo").getElementsByTagName("LI");
	for (var i=0; i<lis.length; i++) {
		lis[i].onmouseover=function() {
			this.className+=" iehover";
		}
		lis[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" iehover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", navHover2);

function nyz(ez) {
	var atm = document.getElementById(ez);
	if (atm.style.display=="none" || atm.style.display=="") { atm.style.display="block"; }
	else { atm.style.display="none"; }
}

function ablaknyitas(nyitofile,x,y,s)
{ open(nyitofile,"","width="+x+",height="+y+",status=no,toolbar=no,menubar=no,resizable=yes,scrollbars="+s); }

function nyitzarbeallit(mennyi,mit) {
	for (i=0; i<mennyi; i++) {
		document.getElementById('ora'+i).style.display = 'none';
	}
	document.getElementById('ora'+mit).style.display='block';
}
