function menuclose() { document.getElementById('dropdown0').style.display='none'; document.getElementById('dropdown1').style.display='none'; document.getElementById('dropdown2').style.display='none'; document.getElementById('dropdown3').style.display='none'; document.getElementById('dropdown4').style.display='none'; document.getElementById('dropdown5').style.display='none'; } function menuopen(menuname) { menuclose(); document.getElementById(menuname).style.display='inline'; } function over(menuchoice) { document.getElementById(menuchoice).style.backgroundColor="#6666ff"; } function out(menuchoice) { document.getElementById(menuchoice).style.backgroundColor="#6666cc"; } document.write("
"); document.write("