<!--
function gotoSITE1() {
     var Current = document.sitenav1.siteName.selectedIndex;
     if (document.sitenav1.siteName.options[Current].value > " ") {
     location.href = document.sitenav1.siteName.options[Current].value;
     }
     else {
     alert("You must select a site.  Please try again.")
     }
 }
//-->
<!--
function gotoSITE2() {
     var Current = document.sitenav2.siteName.selectedIndex;
     if (document.sitenav2.siteName.options[Current].value > " ") {
     location.href = document.sitenav2.siteName.options[Current].value;
     }
     else {
     alert("Please select on or off.")
     }
 }
//-->
<!--
function gotoSITE3() {
     var Current = document.sitenav3.siteName.selectedIndex;
     if (document.sitenav3.siteName.options[Current].value > " ") {
     location.href = document.sitenav3.siteName.options[Current].value;
     }
     else {
     alert("You must select a site.  Please try again.")
     }
 }
//-->
<!--
function gotoMUSIC() {
     var Current = document.musicform.music.selectedIndex;
     if (document.musicform.music.options[Current].value > " ") {
     location.href = document.musicform.music.options[Current].value;
     }
     else {
     alert("You must select a site.  Please try again.")
     }
 }
function gotoSITE4() {
     var Current = document.sitenav4.siteName.selectedIndex;
     if (document.sitenav4.siteName.options[Current].value > " ") {
     location.href = document.sitenav4.siteName.options[Current].value;
     }
     else {
     alert("You must select a site.  Please try again.")
     }
 }
//-->