function jumpMenu(){
location=(document.link.list.options[document.link.list.selectedIndex].value);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  var newwin;
  newwin =window.open(theURL,winName,features);
  newwin.focus();
}
