function MM_openBrWindow(theURL,winName,features) { //v2.0
theURL=theURL;
  window.open(theURL,winName,features);
}
打开新窗口,参数分别是新窗口的url,名字和新窗口的属性  function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}将frame中targ跳转到selObj选择的页面中,并将selObj显示为第一个option