// JavaScript Document

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function MM_openBrWindow(theURL,winName) { //v2.0
var win = window.open(theURL,winName,'width=550, height=400, location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=no');
  win.focus();
}
  