function ov(td){
	document.getElementById('menu_td_'+td).style.backgroundColor="378DBA";
	document.getElementById('menu_a_'+td).style.color="FFF000";
}

function oo(td){
	document.getElementById('menu_td_'+td).style.backgroundColor="37BAE2";
	document.getElementById('menu_a_'+td).style.color="FFFFFF";
}
