<!--
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("You must select a site.  Please try again.")
     }
 }

function gotoSITE3() {
     var Current = document.sitenav3.occasion.selectedIndex;
     if (document.sitenav3.occasion.options[Current].value > " ") {
     location.href = document.sitenav3.occasion.options[Current].value;
     }
     else {
     alert("You must select a site.  Please try again.")
     }
 }
//-->
