<!-- Hide the script from old browsers --

function FormMenuUrl(form) {
var myindex=form.Url.selectedIndex
GoTo(form.Url.options[myindex].value); 
}

function OpenBrowserWin(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->