function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

function goto(form) { var index=form.select.selectedIndex
if (form.select.options[index].value != "0") {
location=form.select.options[index].value;}}
