

function mover(obj)
{
obj.style.backgroundColor="#C4C5FE";
}                  	

function mout(obj)
{
obj.style.backgroundColor="silver";
}

