function changetr1(obj)
{
	obj.style.background='#F2F2F2';
}
function lowtr1(obj)
{
	obj.style.background='#FFFFFF';
}

