
function goToURL(pageURL){
    if (pageURL.options[pageURL.selectedIndex].value == "#"){ return; }
    else{ location.href = pageURL.options[pageURL.selectedIndex].value; }
}