    function navi(myURL) {
      url = myURL.options[myURL.selectedIndex].value;
      if(url != "") {

window.open(url, '_blank');
       }
     }

