function rollover(menuID,bgcolor)
{
	document.all[menuID].style.backgroundColor = bgcolor;
}

