function showMenu(menu, box) { 

if(menu.style.display == 'none') { 

m0.style.display='none'
m1.style.display='none'
m2.style.display='none'
m3.style.display='none'
m4.style.display='none'
menu.style.display='' 

box0.style.backgroundColor='rgb(119,119,34)'
box1.style.backgroundColor='rgb(119,119,34)'
box2.style.backgroundColor='rgb(119,119,34)'
box3.style.backgroundColor='rgb(119,119,34)'
box4.style.backgroundColor='rgb(119,119,34)'
box.style.backgroundColor='rgb(129,129,34)' 

} 
}