function navSitesSubmit(element){ 
  if(!element.options[0].selected){
    location.replace(element.options[element.options.selectedIndex].value);    
  }
}