function overMenu(overs){
overs.style.backgroundColor='#dfdfdf';
}
function outMenu(overs){
overs.style.backgroundColor= '';
}
