//selectÖÐµ÷×ªurl
function surfto(list)
   {
       var myindex1=list.selectedIndex;
       if (myindex1!=0){
          var newwindow=list.options[myindex1].value;
          var msgwindow=window.open(newwindow,"","");
      }
    }