
//弹出窗口
function openWin(url) {
window.open(url,"","toolbar=no,location=no,directories=no,status=no,left=100,menubar=no,scrollbars=yes,resizable=no,top=0,width=620,height=500");
return false;
}
//结束

//跳转菜单
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->
//结束

