
function menurejtes(mit) {
        
        document.getElementById(mit).style.display="none";
        
        //alert(mit);
}
function menumutatas(mit, hova) {
        
        document.getElementById(mit).style.display="block";
        
        //alert(mit);
}
function hoverInactive()
{
	
}
function hoverTopAvtive(top)
{
	//document.getElementById(top).style.backgroundColor="#e7c6bd";
	document.getElementById(top).style.backgroundColor="#fbf5be";
	document.getElementById(top).style.color="#000";
}
function hoverAvtive(mit, top)
{
	document.getElementById(mit).style.backgroundColor="#fbf5be";
	document.getElementById(mit).style.color="#000";
	document.getElementById(top).style.backgroundColor="#fbf5be";
	document.getElementById(top).style.color="#000";
}

