// JavaScript Document

function highliteMainItem(name,color){
	document.getElementById(name).style.backgroundColor = color;	
}
