﻿//跳转菜单
//<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

//商机服务-滑门效果
function g7(s){return document.getElementById(s);}
function bizHoverLi(n7){
for(var i7=1;i7<=2;i7++){g7('b_biz_'+i7).className='b_biz_normal';g7('b_biz_0'+i7).className='b_biz_undis';}g7('b_biz_0'+n7).className='b_biz_dis';g7('b_biz_'+n7).className='b_biz_hover';
}

//资料下载-滑门效果
function g2(d){return document.getElementById(d);}
function downHoverLi(n2){
for(var i2=1;i2<=9;i2++){g2('i_down_'+i2).className='i_down_normal';g2('i_down_0'+i2).className='i_down_undis';}g2('i_down_0'+n2).className='i_down_dis';g2('i_down_'+n2).className='i_down_hover';
}
