function goOne(){

    var URL = document.quicknav.menu_one.options[document.quicknav.menu_one.selectedIndex].value;window.location.href = URL;

}

function goTop(){

    var URL = document.topnav.menu_top.options[document.topnav.menu_top.selectedIndex].value;window.location.href = URL;

}

function goBot(){

    var URL = document.botnav.menu_bot.options[document.botnav.menu_bot.selectedIndex].value;window.location.href = URL;

}