function gotoLink() {
 Link = document.Form.Select.options[document.Form.Select.selectedIndex].value;
 if(Link !== "")location.href = Link;
 }