function Go() {
var idx = document.quicknav.choices.selectedIndex;
var newloc = document.quicknav.choices.options[idx].value;
document.location.href=newloc;
}
function Go2() {
var idx = document.quicknav2.choices2.selectedIndex;
var newloc = document.quicknav2.choices2.options[idx].value;
document.location.href=newloc;
}
function Go3() {
var idx = document.quicknav3.choices3.selectedIndex;
var newloc = document.quicknav3.choices3.options[idx].value;
document.location.href=newloc;
}
function Go4() {
var idx = document.quicknav4.choices4.selectedIndex;
var newloc = document.quicknav4.choices4.options[idx].value;
document.location.href=newloc;
}
function Go5() {
var idx = document.quicknav5.choices5.selectedIndex;
var newloc = document.quicknav5.choices5.options[idx].value;
document.location.href=newloc;
}
function Go6() {
var idx = document.quicknav6.choices6.selectedIndex;
var newloc = document.quicknav6.choices6.options[idx].value;
document.location.href=newloc;
}
