function nav_to(){
   if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none") {
      location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value
   }
}

