<!--

function oc(id, color) 
{ 
	document.getElementById(id).bgColor = color;
}

//-->