function MenuOn(Nazev,Barva1)
{
	document.getElementById(Nazev).style.backgroundColor=Barva1;
}

