function mOu(src)
{
	if(!src.contains(event.toElement))
		{src.style.backgroundColor="#E8E4D0"}
}

function mOv(src)
{
	if(!src.contains(event.fromElement))
		{src.style.backgroundColor="#E0D4B8"}
}
