function Move(obj){
	obj.style.backgroundColor = '#F3F3F3';
}

function Mout(obj){
	obj.style.backgroundColor = '';
}
