<!--
function changecolor(obj,color)
{
	(eval(obj)).style.backgroundColor = color;
}
//-->