function mOver(obj,srv){
obj.style.backgroundColor='#ccc';
obj.style.cursor="hand";
srv.className="sobre";
}

function mOut(obj,vrs){
obj.style.backgroundColor='#fff';
vrs.className="fora";
}
