function menujs(){
var URL = document.menu.menuitem.options
[document.menu.menuitem.selectedIndex].value;
if (URL != "none") {
window.location.href = URL
}
}

function menujs2(){
var URL = document.menu2.menuitem2.options
[document.menu2.menuitem2.selectedIndex].value;
if (URL != "none") {
window.location.href = URL
}
}

function menujs3(){
var URL = document.menu3.menuitem3.options
[document.menu3.menuitem3.selectedIndex].value;
if (URL != "none") {
window.location.href = URL
}
}

function menujs4(){
var URL = document.menu4.menuitem4.options
[document.menu4.menuitem4.selectedIndex].value;
if (URL != "none") {
window.location.href = URL
}
}

function menujs5(){
var URL = document.menu5.menuitem5.options
[document.menu5.menuitem5.selectedIndex].value;
if (URL != "none") {
window.location.href = URL
}
}

function menujs6(){
var URL = document.menu6.menuitem6.options
[document.menu6.menuitem6.selectedIndex].value;
if (URL != "none") {
window.location.href = URL
}
}