function changeColor(Obj)
{	
	Obj.style.background="#7bbca7";
}
function restoreColor(Obj)
{	
	Obj.style.background="#1f8e69";
}
function changeHColor(Obj)
{	
	Obj.style.background="#E589FC";
}
function restoreHColor(Obj)
{	
	Obj.style.background="#1f8e69";
}
