function changebg(obj)
{
	obj.style.background='#9FEDFF';
}
function low(obj)
{
	image='../other/menubgnew1.gif';
	obj.style.backgroundImage="url"+"('"+image+"')";
	//obj.style.background='#00EFFF';
}
function changefont1(obj)
{
	obj.style.color="red"
}
function changefont2(obj)
{
	obj.style.color="#CB6F28"
}
function changefont3(obj)
{
	obj.style.color="blue"
}
function changefont4(obj)
{
	obj.style.color="green"
}
