function mover(object){object.style.backgroundColor='#E8E3EA'; object.style.cursor='hand';}
function mout(object){object.style.backgroundColor='white'; object.style.cursor='none';}

function smover(object){object.style.backgroundColor='white'; object.style.cursor='hand';}
function smout(object){object.style.backgroundColor='#E8E3EA'; object.style.cursor='none';}
