function mOver(obj, bg)
{
	//alert('123')
	obj.bgcolor = "bg"
}


function mOut(obj, bg)
{
	obj.bgcolor = "bg"
	//obj.background = bg
}
