function naviover(id)	{		document.getElementById(id).style.backgroundColor = "#1c3168";	alert("over");       }function naviout(id)	{		document.getElementById(id).style.backgroundColor = "#8d98b3";       }
