function mOver(obj, color)
{
	obj.style.backgroundColor = color
}

function mOut(obj, color)
{
	obj.style.backgroundColor = color
}
