/* Elvileg ez csinál majd szép menüt */

function Menugomb(aktiv) {
	switch(aktiv)
	{
	case 1:
		document.getElementById("logo").style.backgroundImage = "url(/graphics/menu-logo-bg.png)";
		document.getElementById("otthoni").style.backgroundImage = "url(/graphics/menu-active-bg.png)";
		document.getElementById("otthoni").style.backgroundRepeat = "repeat-x";
		document.getElementById("hasznos").style.backgroundImage = "url(/graphics/menu-active-right.png)";
		document.getElementById("hasznos").style.backgroundRepeat = "no-repeat";
		document.getElementById("hasznos").style.backgroundPosition = "left";
		document.getElementById("eletmod").style.backgroundImage = "url(/graphics/menu-elvalaszto.png)";
		document.getElementById("eletmod").style.backgroundRepeat = "no-repeat";
		document.getElementById("eletmod").style.backgroundPosition = "left";
		document.getElementById("kapcsolat").style.backgroundImage = "url(/graphics/menu-elvalaszto.png)";
		document.getElementById("kapcsolat").style.backgroundRepeat = "no-repeat";		
		document.getElementById("kapcsolat").style.backgroundPosition = "left";
		
		document.getElementById("linkotthon").style.color = "#0c0c0c";
		document.getElementById("linkhasznos").style.color = "#f9f9f9";
		document.getElementById("linkeletmod").style.color = "#f9f9f9";
		document.getElementById("linkkapcsolat").style.color = "#f9f9f9";
		
		document.getElementById("linkotthon").style.fontWeight = "bold";
		document.getElementById("linkhasznos").style.fontWeight = "normal";
		document.getElementById("linkeletmod").style.fontWeight = "normal";
		document.getElementById("linkkapcsolat").style.fontWeight = "normal";
		
		document.getElementById("subotthoni").style.display = "block";
		document.getElementById("subhasznos").style.display = "none";
		document.getElementById("subeletmod").style.display = "none";
		document.getElementById("subkapcsolat").style.display = "none";
		break;
	case 2:
		document.getElementById("logo").style.backgroundImage = "url(/graphics/menu-active-right.png)";
		document.getElementById("otthoni").style.backgroundImage = "url(/graphics/menu-active-left.png)";
		document.getElementById("otthoni").style.backgroundRepeat = "no-repeat";
		document.getElementById("otthoni").style.backgroundPosition = "right";
		document.getElementById("hasznos").style.backgroundImage = "url(/graphics/menu-active-bg.png)";
		document.getElementById("hasznos").style.backgroundRepeat = "repeat-x";
		document.getElementById("eletmod").style.backgroundImage = "url(/graphics/menu-active-right.png)";
		document.getElementById("eletmod").style.backgroundRepeat = "no-repeat";
		document.getElementById("eletmod").style.backgroundPosition = "left";
		document.getElementById("kapcsolat").style.backgroundImage = "url(/graphics/menu-elvalaszto.png)";
		document.getElementById("kapcsolat").style.backgroundRepeat = "no-repeat";		
		document.getElementById("kapcsolat").style.backgroundPosition = "left";
		
		document.getElementById("linkotthon").style.color = "#f9f9f9";
		document.getElementById("linkhasznos").style.color = "#0c0c0c";
		document.getElementById("linkeletmod").style.color = "#f9f9f9";
		document.getElementById("linkkapcsolat").style.color = "#f9f9f9";
		
		document.getElementById("linkotthon").style.fontWeight = "normal";
		document.getElementById("linkhasznos").style.fontWeight = "bold";
		document.getElementById("linkeletmod").style.fontWeight = "normal";
		document.getElementById("linkkapcsolat").style.fontWeight = "normal";
		
		document.getElementById("subotthoni").style.display = "none";
		document.getElementById("subhasznos").style.display = "block";
		document.getElementById("subeletmod").style.display = "none";
		document.getElementById("subkapcsolat").style.display = "none";
		break;
	case 3:
		document.getElementById("logo").style.backgroundImage = "url(/graphics/menu-active-right.png)";
		document.getElementById("otthoni").style.backgroundImage = "url(/graphics/menu-elvalaszto.png)";
		document.getElementById("otthoni").style.backgroundRepeat = "no-repeat";		
		document.getElementById("otthoni").style.backgroundPosition = "right";		
		document.getElementById("hasznos").style.backgroundImage = "url(/graphics/menu-active-left.png)";
		document.getElementById("hasznos").style.backgroundRepeat = "no-repeat";
		document.getElementById("hasznos").style.backgroundPosition = "right";
		document.getElementById("eletmod").style.backgroundImage = "url(/graphics/menu-active-bg.png)";
		document.getElementById("eletmod").style.backgroundRepeat = "repeat-x";		
		document.getElementById("kapcsolat").style.backgroundImage = "url(/graphics/menu-active-right.png)";
		document.getElementById("kapcsolat").style.backgroundRepeat = "no-repeat";
		document.getElementById("kapcsolat").style.backgroundPosition = "left";
		
		document.getElementById("linkotthon").style.color = "#f9f9f9";
		document.getElementById("linkhasznos").style.color = "#f9f9f9";
		document.getElementById("linkeletmod").style.color = "#0c0c0c";
		document.getElementById("linkkapcsolat").style.color = "#f9f9f9";
		
		document.getElementById("linkotthon").style.fontWeight = "normal";
		document.getElementById("linkhasznos").style.fontWeight = "normal";
		document.getElementById("linkeletmod").style.fontWeight = "bold";
		document.getElementById("linkkapcsolat").style.fontWeight = "normal";

		document.getElementById("subotthoni").style.display = "none";
		document.getElementById("subhasznos").style.display = "none";
		document.getElementById("subeletmod").style.display = "block";
		document.getElementById("subkapcsolat").style.display = "none";

		break;
	case 4:
		document.getElementById("logo").style.backgroundImage = "url(/graphics/menu-active-right.png)";
		document.getElementById("otthoni").style.backgroundImage = "url(/graphics/menu-elvalaszto.png)";
		document.getElementById("otthoni").style.backgroundRepeat = "no-repeat";		
		document.getElementById("otthoni").style.backgroundPosition = "right";
		document.getElementById("hasznos").style.backgroundImage = "url(/graphics/menu-elvalaszto.png)";
		document.getElementById("hasznos").style.backgroundRepeat = "no-repeat";		
		document.getElementById("hasznos").style.backgroundPosition = "right";
		document.getElementById("eletmod").style.backgroundImage = "url(/graphics/menu-active-left.png)";
		document.getElementById("eletmod").style.backgroundRepeat = "no-repeat";
		document.getElementById("eletmod").style.backgroundPosition = "right";
		document.getElementById("kapcsolat").style.backgroundImage = "url(/graphics/menu-active-bg.png)";
		document.getElementById("kapcsolat").style.backgroundRepeat = "repeat-x";
		
		document.getElementById("linkotthon").style.color = "#f9f9f9";
		document.getElementById("linkhasznos").style.color = "#f9f9f9";
		document.getElementById("linkeletmod").style.color = "#f9f9f9";
		document.getElementById("linkkapcsolat").style.color = "#0c0c0c";
		
		document.getElementById("linkotthon").style.fontWeight = "normal";
		document.getElementById("linkhasznos").style.fontWeight = "normal";
		document.getElementById("linkeletmod").style.fontWeight = "normal";
		document.getElementById("linkkapcsolat").style.fontWeight = "bold";

		document.getElementById("subotthoni").style.display = "none";
		document.getElementById("subhasznos").style.display = "none";
		document.getElementById("subeletmod").style.display = "none";
		document.getElementById("subkapcsolat").style.display = "block";
		break;
	case 0:
		document.getElementById("logo").style.backgroundImage = "url(/graphics/menu-active-right.png)";
		document.getElementById("otthoni").style.backgroundImage = "url(/graphics/menu-elvalaszto.png)";
		document.getElementById("otthoni").style.backgroundRepeat = "no-repeat";		
		document.getElementById("otthoni").style.backgroundPosition = "right";
		document.getElementById("hasznos").style.backgroundImage = "url(/graphics/menu-elvalaszto.png)";
		document.getElementById("hasznos").style.backgroundRepeat = "no-repeat";		
		document.getElementById("hasznos").style.backgroundPosition = "right";
		document.getElementById("eletmod").style.backgroundImage = "url(/graphics/menu-elvalaszto.png)";
		document.getElementById("eletmod").style.backgroundRepeat = "no-repeat";
		document.getElementById("eletmod").style.backgroundPosition = "left";
		document.getElementById("kapcsolat").style.backgroundImage = "url(/graphics/menu-elvalaszto.png)";
		document.getElementById("kapcsolat").style.backgroundRepeat = "no-repeat";		
		document.getElementById("kapcsolat").style.backgroundPosition = "left";
		
		document.getElementById("linkotthon").style.color = "#f9f9f9";
		document.getElementById("linkhasznos").style.color = "#f9f9f9";
		document.getElementById("linkeletmod").style.color = "#f9f9f9";
		document.getElementById("linkkapcsolat").style.color = "##9f9f9";
		
		document.getElementById("linkotthon").style.fontWeight = "normal";
		document.getElementById("linkhasznos").style.fontWeight = "normal";
		document.getElementById("linkeletmod").style.fontWeight = "normal";
		document.getElementById("linkkapcsolat").style.fontWeight = "normal";

		document.getElementById("subotthoni").style.display = "none";
		document.getElementById("subhasznos").style.display = "none";
		document.getElementById("subeletmod").style.display = "none";
		document.getElementById("subkapcsolat").style.display = "block";
		break;
	}
}

function bezaras(id){
	document.getElementById(id).style.display = "none";
}
function autozaras(id,time){
	if (document.getElementById(id).style.display != "none")
		var t=setTimeout("bezaras('elkuldve')",6000) 
}
