	function setTRClass(obj, c)
	{
		/* for rollover color change */
		obj.setAttribute('class', c);
		obj.setAttribute('className', c);
	}


