function changetr1(obj)
{
	obj.style.background='#9FEDFF';
}
function lowtr1(obj)
{
	image='../other/menunews3.gif';
	obj.style.backgroundImage="url"+"('"+image+"')";
	//obj.style.background='#00EFFF';
}
function lowtr2(obj)
{
	image='../other/bgmenutravelhi20.gif';
	obj.style.backgroundImage="url"+"('"+image+"')";
	//obj.style.background='#00EFFF';
}
