function AcivetedMenu(MenuID)
{	
	var el = eval('document.all.'+ MenuID);
	el.style.backgroundColor="#DBEDFE";
}