 
function setColor( obj, color )
{
	document.getElementById(obj).style.backgroundColor=color ;
}
 