// JavaScript Document


function changecolor(obj,c)
{
	obj.style.backgroundColor = c;
}
