 function golink() {    window.location=document.form1.links.options[document.form1.links.selectedIndex].value;  }  function fixstatus() {    window.status=document.form1.links.options[document.form1.links.selectedIndex].value;  }