<!-- Hide the script from old browsers --
 function dropdownjump1(form) {
        var myindex=form.Select1.selectedIndex
        if (form.Select1.options[myindex].value != "0") {
         location=form.Select1.options[myindex].value;}
}
function dropdownjump2(form) {
        var myindex=form.Select2.selectedIndex
        if (form.Select2.options[myindex].value != "0") {
         location=form.Select2.options[myindex].value;}
}
function dropdownjump3(form) {
        var myindex=form.Select3.selectedIndex
        if (form.Select3.options[myindex].value != "0") {
         location=form.Select3.options[myindex].value;}
}
function dropdownjump4(form) {
        var myindex=form.Select4.selectedIndex
        if (form.Select4.options[myindex].value != "0") {
         location=form.Select4.options[myindex].value;}
}
function dropdownjump5(form) {
        var myindex=form.Select5.selectedIndex
        if (form.Select5.options[myindex].value != "0") {
         location=form.Select5.options[myindex].value;}
}
function dropdownjump6(form) {
        var myindex=form.Select6.selectedIndex
        if (form.Select6.options[myindex].value != "0") {
         location=form.Select6.options[myindex].value;}
}
function dropdownjump7(form) {
        var myindex=form.Select7.selectedIndex
        if (form.Select7.options[myindex].value != "0") {
         location=form.Select7.options[myindex].value;}
}
//-->
