<!--
function naviGate(form) 

 {

   var myindex=form.golocation.selectedIndex

   location=form.golocation.options[myindex].value;

 }
// -->