
function nav()
   {
   var w = document.locations.locationslist.selectedIndex;

   var url_add = document.locations.locationslist.options[w].value;


   window.location.href = url_add;
   window.event.returnValue=false;
   }
  

   
   
