﻿// JavaScript Document

  var imga=new Array()
    imga[0]=new Image();
	imga[0].src="/common/images/skins/bana_01.jpg";
	imga[1]=new Image();
	imga[1].src="/common/images/skins/bana_02.jpg";
	imga[2]=new Image();
	imga[2].src="/common/images/skins/bana_03.jpg";
	imga[3]=new Image();
	imga[3].src="/common/images/skins/bana_04.jpg";
	imga[4]=new Image();
	imga[4].src="/common/images/skins/bana_05.jpg";
	imga[5]=new Image();
	imga[5].src="/common/images/skins/bana_06.jpg";
	imga[6]=new Image();
	imga[6].src="/common/images/skins/bana_07.jpg";
	imga[7]=new Image();
	imga[7].src="/common/images/skins/bana_08.jpg";
	imga[8]=new Image();
	imga[8].src="/common/images/skins/bana_09.jpg";
	

  var imgb=new Array()
    imgb[0]=new Image();
	imgb[0].src="/common/images/skins/ban_01.jpg";
	imgb[1]=new Image();
	imgb[1].src="/common/images/skins/ban_02.jpg";
	imgb[2]=new Image();
	imgb[2].src="/common/images/skins/ban_03.jpg";
	imgb[3]=new Image();
	imgb[3].src="/common/images/skins/ban_04.jpg";
	imgb[4]=new Image();
	imgb[4].src="/common/images/skins/ban_05.jpg";
	imgb[5]=new Image();
	imgb[5].src="/common/images/skins/ban_06.jpg";
	imgb[6]=new Image();
	imgb[6].src="/common/images/skins/ban_07.jpg";
	imgb[7]=new Image();
	imgb[7].src="/common/images/skins/ban_08.jpg";
	imgb[8]=new Image();
	imgb[8].src="/common/images/skins/ban_09.jpg";
	
					
	function sms_GetObj(objName){
		if(document.getElementById){
			return eval('document.getElementById("' + objName + '")');
		}else if(document.layers){
			return eval("document.layers['" + objName +"']");
		}else{
			return eval('document.all.' + objName);
		}
	}
	function changeImage(){
		
	}
	function SetLbl(preFix, ImageName, idx){
		for(var i=0;i<12;i++){
			if(sms_GetObj(preFix+i)) sms_GetObj(preFix+i).src = eval(preFix+"["+i+"].src");
			if(sms_GetObj(preFix+"_con_"+i)) sms_GetObj(preFix+"_con_"+i).style.display = "none";
		}
		
		sms_GetObj(preFix+"_con_"+idx).style.display = "block";
		
		sms_GetObj(preFix+idx).src = eval(ImageName+"["+idx+"].src");						
	}

//首页 处理开始
if(window.location.href.indexOf("/index.asp")>0 || window.location.href.indexOf("/index.asp")>0 || window.location.href.indexOf("index.asp")>0|| window.location.href.indexOf("index.asp")>0){
document.write("<table width='630' border='0' height='29' align='right' cellpadding='0' cellspacing='0' background='/common/images/skins/new_03.jpg'>");
document.write("  <tr>");

document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',0);><a href='/'><img src='/common/images/skins/menu_index.gif'  border='0' id='imga0'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',1);><a href='/aboutus/'><img src='/common/images/skins/menu_company.gif'  border='0' id='imga1'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',2);><a href='/article/'><img src='/common/images/skins/menu_product.gif'  border='0' id='imga2'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',3);><a href='/shop/?type=list&classid=129'><img src='/common/images/skins/menu_support.gif'  border='0' id='imga3'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',4);><a href='/article2'><img src='/common/images/skins/menu_job.gif'  border='0' id='imga4'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',5); ><a href='/aboutusb' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga5'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',6); ><a href='/aboutusc/?type=detail&id=23' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga6'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',7); ><a href='/aboutusc/' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga7'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',8); ><a href='/shop/?type=list&classid=129' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga8'></a></div></td>");


document.write("  </tr>");
document.write("</table>");	
document.write("<table width='630'  border='0' align='center' cellpadding='0' cellspacing='0'>");
document.write("  <tr>");
document.write("    <td id='imga_con_0'  class='menu_2j_index'>");

document.write("	</td>");
document.write("    <td id='imga_con_1'  class='menu_2j_company'>");

document.write("	</td>");
document.write("    <td id='imga_con_2'  class='menu_2j_product'>");

document.write("	</td>");
document.write("    <td id='imga_con_3'  class='menu_2j_support'>");

document.write("	</td>");
document.write("    <td id='imga_con_4'  class='menu_2j_job'>");

document.write("	</td>");
document.write("    <td id='imga_con_5'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_6'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_7'  class='menu_2j_down'>");

document.write("	</td>");

document.write("    <td id='imga_con_8'  class='menu_2j_down'>");

document.write("	</td>");


document.write("  </tr>");
document.write("</table>");
SetLbl('imga','imgb',0);
} 
//公司介绍开始
else if(window.location.href.indexOf("/aboutus/")>0 || window.location.href.indexOf("/aboutus/")>0 || window.location.href.indexOf("news.aspx")>0|| window.location.href.indexOf("contact.html")>0){
document.write("<table width='630' border='0' height='29' align='right' cellpadding='0' cellspacing='0' background='/common/images/skins/new_03.jpg'>");
document.write("  <tr>");

document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',0);><a href='/'><img src='/common/images/skins/menu_index.gif'  border='0' id='imga0'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',1);><a href='/aboutus/'><img src='/common/images/skins/menu_company.gif'  border='0' id='imga1'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',2);><a href='/article/'><img src='/common/images/skins/menu_product.gif'  border='0' id='imga2'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',3);><a href='/shop/?type=list&classid=129'><img src='/common/images/skins/menu_support.gif'  border='0' id='imga3'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',4);><a href='/article2'><img src='/common/images/skins/menu_job.gif'  border='0' id='imga4'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',5); ><a href='/aboutusb' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga5'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',6); ><a href='/aboutusc/?type=detail&id=23' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga6'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',7); ><a href='/aboutusc/' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga7'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',8); ><a href='/shop/?type=list&classid=129' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga8'></a></div></td>");


document.write("  </tr>");
document.write("</table>");	
document.write("<table width='630'  border='0' align='center' cellpadding='0' cellspacing='0'>");
document.write("  <tr>");
document.write("    <td id='imga_con_0'  class='menu_2j_index'>");

document.write("	</td>");
document.write("    <td id='imga_con_1'  class='menu_2j_company'>");

document.write("	</td>");
document.write("    <td id='imga_con_2'  class='menu_2j_product'>");

document.write("	</td>");
document.write("    <td id='imga_con_3'  class='menu_2j_support'>");

document.write("	</td>");
document.write("    <td id='imga_con_4'  class='menu_2j_job'>");

document.write("	</td>");
document.write("    <td id='imga_con_5'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_6'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_7'  class='menu_2j_down'>");

document.write("	</td>");

document.write("    <td id='imga_con_8'  class='menu_2j_down'>");

document.write("	</td>");


document.write("  </tr>");
document.write("</table>");
SetLbl('imga','imgb',1);
}
//手机产品
else if(window.location.href.indexOf("/article/")>0 || window.location.href.indexOf("oldpro_list.aspx")>0 || window.location.href.indexOf("itemdetail/staticHtml")>0 || window.location.href.indexOf("displayPhone.aspx")>0){
document.write("<table width='630' border='0' height='29' align='right' cellpadding='0' cellspacing='0' background='/common/images/skins/new_03.jpg'>");
document.write("  <tr>");

document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',0);><a href='/'><img src='/common/images/skins/menu_index.gif'  border='0' id='imga0'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',1);><a href='/aboutus/'><img src='/common/images/skins/menu_company.gif'  border='0' id='imga1'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',2);><a href='/article/'><img src='/common/images/skins/menu_product.gif'  border='0' id='imga2'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',3);><a href='/shop/?type=list&classid=129'><img src='/common/images/skins/menu_support.gif'  border='0' id='imga3'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',4);><a href='/article2'><img src='/common/images/skins/menu_job.gif'  border='0' id='imga4'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',5); ><a href='/aboutusb' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga5'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',6); ><a href='/aboutusc/?type=detail&id=23' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga6'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',7); ><a href='/aboutusc/' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga7'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',8); ><a href='/shop/?type=list&classid=129' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga8'></a></div></td>");


document.write("  </tr>");
document.write("</table>");	
document.write("<table width='630'  border='0' align='center' cellpadding='0' cellspacing='0'>");
document.write("  <tr>");
document.write("    <td id='imga_con_0'  class='menu_2j_index'>");

document.write("	</td>");
document.write("    <td id='imga_con_1'  class='menu_2j_company'>");

document.write("	</td>");
document.write("    <td id='imga_con_2'  class='menu_2j_product'>");

document.write("	</td>");
document.write("    <td id='imga_con_3'  class='menu_2j_support'>");

document.write("	</td>");
document.write("    <td id='imga_con_4'  class='menu_2j_job'>");

document.write("	</td>");
document.write("    <td id='imga_con_5'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_6'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_7'  class='menu_2j_down'>");

document.write("	</td>");

document.write("    <td id='imga_con_8'  class='menu_2j_down'>");

document.write("	</td>");


document.write("  </tr>");
document.write("</table>");
SetLbl('imga','imgb',2);
}
//支持与服务
else if(window.location.href.indexOf("/shop/")>0 || window.location.href.indexOf("shopcart")>0 || window.location.href.indexOf("/support/payment/")>0 || window.location.href.indexOf("faq.aspx")>0){
document.write("<table width='630' border='0' height='29' align='right' cellpadding='0' cellspacing='0' background='/common/images/skins/new_03.jpg'>");
document.write("  <tr>");

document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',0);><a href='/'><img src='/common/images/skins/menu_index.gif'  border='0' id='imga0'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',1);><a href='/aboutus/'><img src='/common/images/skins/menu_company.gif'  border='0' id='imga1'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',2);><a href='/article/'><img src='/common/images/skins/menu_product.gif'  border='0' id='imga2'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',3);><a href='/shop/?type=list&classid=129'><img src='/common/images/skins/menu_support.gif'  border='0' id='imga3'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',4);><a href='/article2'><img src='/common/images/skins/menu_job.gif'  border='0' id='imga4'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',5); ><a href='/aboutusb' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga5'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',6); ><a href='/aboutusc/?type=detail&id=23' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga6'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',7); ><a href='/aboutusc/' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga7'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',8); ><a href='/shop/?type=list&classid=129' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga8'></a></div></td>");


document.write("  </tr>");
document.write("</table>");	
document.write("<table width='630'  border='0' align='center' cellpadding='0' cellspacing='0'>");
document.write("  <tr>");
document.write("    <td id='imga_con_0'  class='menu_2j_index'>");

document.write("	</td>");
document.write("    <td id='imga_con_1'  class='menu_2j_company'>");

document.write("	</td>");
document.write("    <td id='imga_con_2'  class='menu_2j_product'>");

document.write("	</td>");
document.write("    <td id='imga_con_3'  class='menu_2j_support'>");

document.write("	</td>");
document.write("    <td id='imga_con_4'  class='menu_2j_job'>");

document.write("	</td>");
document.write("    <td id='imga_con_5'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_6'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_7'  class='menu_2j_down'>");

document.write("	</td>");

document.write("    <td id='imga_con_8'  class='menu_2j_down'>");

document.write("	</td>");


document.write("  </tr>");
document.write("</table>");
SetLbl('imga','imgb',3);
}
//人才招聘
else if(window.location.href.indexOf("/article2/")>0 || window.location.href.indexOf("job_list.aspx")>0 || window.location.href.indexOf("resume.aspx")>0 || window.location.href.indexOf("compensation.html")>0 || window.location.href.indexOf("development.html")>0 || window.location.href.indexOf("qa.html")>0){
document.write("<table width='630' border='0' height='29' align='right' cellpadding='0' cellspacing='0' background='/common/images/skins/new_03.jpg'>");
document.write("  <tr>");

document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',0);><a href='/'><img src='/common/images/skins/menu_index.gif'  border='0' id='imga0'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',1);><a href='/aboutus/'><img src='/common/images/skins/menu_company.gif'  border='0' id='imga1'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',2);><a href='/article/'><img src='/common/images/skins/menu_product.gif'  border='0' id='imga2'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',3);><a href='/shop/?type=list&classid=129'><img src='/common/images/skins/menu_support.gif'  border='0' id='imga3'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',4);><a href='/article2'><img src='/common/images/skins/menu_job.gif'  border='0' id='imga4'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',5); ><a href='/aboutusb' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga5'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',6); ><a href='/aboutusc/?type=detail&id=23' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga6'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',7); ><a href='/aboutusc/' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga7'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',8); ><a href='/shop/?type=list&classid=129' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga8'></a></div></td>");


document.write("  </tr>");
document.write("</table>");	
document.write("<table width='630'  border='0' align='center' cellpadding='0' cellspacing='0'>");
document.write("  <tr>");
document.write("    <td id='imga_con_0'  class='menu_2j_index'>");

document.write("	</td>");
document.write("    <td id='imga_con_1'  class='menu_2j_company'>");

document.write("	</td>");
document.write("    <td id='imga_con_2'  class='menu_2j_product'>");

document.write("	</td>");
document.write("    <td id='imga_con_3'  class='menu_2j_support'>");

document.write("	</td>");
document.write("    <td id='imga_con_4'  class='menu_2j_job'>");

document.write("	</td>");
document.write("    <td id='imga_con_5'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_6'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_7'  class='menu_2j_down'>");

document.write("	</td>");

document.write("    <td id='imga_con_8'  class='menu_2j_down'>");

document.write("	</td>");


document.write("  </tr>");
document.write("</table>");
SetLbl('imga','imgb',4);






}

//人才招聘2
else if(window.location.href.indexOf("/aboutusb")>0 || window.location.href.indexOf("/download/")>0 || window.location.href.indexOf("support/gbook")>0 || window.location.href.indexOf("compensation.html")>0 || window.location.href.indexOf("development.html")>0 || window.location.href.indexOf("qa.html")>0){
document.write("<table width='630' border='0' height='29' align='right' cellpadding='0' cellspacing='0' background='/common/images/skins/new_03.jpg'>");
document.write("  <tr>");

document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',0);><a href='/'><img src='/common/images/skins/menu_index.gif'  border='0' id='imga0'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',1);><a href='/aboutus/'><img src='/common/images/skins/menu_company.gif'  border='0' id='imga1'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',2);><a href='/article/'><img src='/common/images/skins/menu_product.gif'  border='0' id='imga2'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',3);><a href='/shop/?type=list&classid=129'><img src='/common/images/skins/menu_support.gif'  border='0' id='imga3'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',4);><a href='/article2'><img src='/common/images/skins/menu_job.gif'  border='0' id='imga4'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',5); ><a href='/aboutusb' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga5'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',6); ><a href='/aboutusc/?type=detail&id=23' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga6'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',7); ><a href='/aboutusc/' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga7'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',8); ><a href='/shop/?type=list&classid=129' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga8'></a></div></td>");


document.write("  </tr>");
document.write("</table>");	
document.write("<table width='630'  border='0' align='center' cellpadding='0' cellspacing='0'>");
document.write("  <tr>");
document.write("    <td id='imga_con_0'  class='menu_2j_index'>");

document.write("	</td>");
document.write("    <td id='imga_con_1'  class='menu_2j_company'>");

document.write("	</td>");
document.write("    <td id='imga_con_2'  class='menu_2j_product'>");

document.write("	</td>");
document.write("    <td id='imga_con_3'  class='menu_2j_support'>");

document.write("	</td>");
document.write("    <td id='imga_con_4'  class='menu_2j_job'>");

document.write("	</td>");
document.write("    <td id='imga_con_5'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_6'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_7'  class='menu_2j_down'>");

document.write("	</td>");

document.write("    <td id='imga_con_8'  class='menu_2j_down'>");

document.write("	</td>");


document.write("  </tr>");
document.write("</table>");
SetLbl('imga','imgb',5);

}


//人才招聘2
else if(window.location.href.indexOf("/aboutusc/?type=detail&id=23")>0 || window.location.href.indexOf("/download/")>0 || window.location.href.indexOf("support/gbook")>0 || window.location.href.indexOf("compensation.html")>0 || window.location.href.indexOf("development.html")>0 || window.location.href.indexOf("qa.html")>0){
document.write("<table width='630' border='0' height='29' align='right' cellpadding='0' cellspacing='0' background='/common/images/skins/new_03.jpg'>");
document.write("  <tr>");

document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',0);><a href='/'><img src='/common/images/skins/menu_index.gif'  border='0' id='imga0'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',1);><a href='/aboutus/'><img src='/common/images/skins/menu_company.gif'  border='0' id='imga1'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',2);><a href='/article/'><img src='/common/images/skins/menu_product.gif'  border='0' id='imga2'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',3);><a href='/shop/?type=list&classid=129'><img src='/common/images/skins/menu_support.gif'  border='0' id='imga3'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',4);><a href='/article2'><img src='/common/images/skins/menu_job.gif'  border='0' id='imga4'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',5); ><a href='/aboutusb' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga5'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',6); ><a href='/aboutusc/?type=detail&id=23' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga6'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',7); ><a href='/aboutusc/' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga7'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',8); ><a href='/shop/?type=list&classid=129' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga8'></a></div></td>");


document.write("  </tr>");
document.write("</table>");	
document.write("<table width='630'  border='0' align='center' cellpadding='0' cellspacing='0'>");
document.write("  <tr>");
document.write("    <td id='imga_con_0'  class='menu_2j_index'>");

document.write("	</td>");
document.write("    <td id='imga_con_1'  class='menu_2j_company'>");

document.write("	</td>");
document.write("    <td id='imga_con_2'  class='menu_2j_product'>");

document.write("	</td>");
document.write("    <td id='imga_con_3'  class='menu_2j_support'>");

document.write("	</td>");
document.write("    <td id='imga_con_4'  class='menu_2j_job'>");

document.write("	</td>");
document.write("    <td id='imga_con_5'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_6'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_7'  class='menu_2j_down'>");

document.write("	</td>");

document.write("    <td id='imga_con_8'  class='menu_2j_down'>");

document.write("	</td>");


document.write("  </tr>");
document.write("</table>");
SetLbl('imga','imgb',6);

}
//人才招聘2
else if(window.location.href.indexOf("/aboutusc/")>0 || window.location.href.indexOf("/download/")>0 || window.location.href.indexOf("support/gbook")>0 || window.location.href.indexOf("compensation.html")>0 || window.location.href.indexOf("development.html")>0 || window.location.href.indexOf("qa.html")>0){
document.write("<table width='630' border='0' height='29' align='right' cellpadding='0' cellspacing='0' background='/common/images/skins/new_03.jpg'>");
document.write("  <tr>");

document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',0);><a href='/'><img src='/common/images/skins/menu_index.gif'  border='0' id='imga0'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',1);><a href='/aboutus/'><img src='/common/images/skins/menu_company.gif'  border='0' id='imga1'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',2);><a href='/article/'><img src='/common/images/skins/menu_product.gif'  border='0' id='imga2'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',3);><a href='/shop/?type=list&classid=129'><img src='/common/images/skins/menu_support.gif'  border='0' id='imga3'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',4);><a href='/article2'><img src='/common/images/skins/menu_job.gif'  border='0' id='imga4'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',5); ><a href='/aboutusb' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga5'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',6); ><a href='/aboutusc/?type=detail&id=23' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga6'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',7); ><a href='/aboutusc/' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga7'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',8); ><a href='/shop/?type=list&classid=129' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga8'></a></div></td>");


document.write("  </tr>");
document.write("</table>");	
document.write("<table width='630'  border='0' align='center' cellpadding='0' cellspacing='0'>");
document.write("  <tr>");
document.write("    <td id='imga_con_0'  class='menu_2j_index'>");

document.write("	</td>");
document.write("    <td id='imga_con_1'  class='menu_2j_company'>");

document.write("	</td>");
document.write("    <td id='imga_con_2'  class='menu_2j_product'>");

document.write("	</td>");
document.write("    <td id='imga_con_3'  class='menu_2j_support'>");

document.write("	</td>");
document.write("    <td id='imga_con_4'  class='menu_2j_job'>");

document.write("	</td>");
document.write("    <td id='imga_con_5'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_6'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_7'  class='menu_2j_down'>");

document.write("	</td>");

document.write("    <td id='imga_con_8'  class='menu_2j_down'>");

document.write("	</td>");


document.write("  </tr>");
document.write("</table>");
SetLbl('imga','imgb',7);

}
//人才招聘2
else if(window.location.href.indexOf("/shop")>0 || window.location.href.indexOf("/download/")>0 || window.location.href.indexOf("support/gbook")>0 || window.location.href.indexOf("compensation.html")>0 || window.location.href.indexOf("development.html")>0 || window.location.href.indexOf("qa.html")>0){
document.write("<table width='630' border='0' height='29' align='right' cellpadding='0' cellspacing='0' background='/common/images/skins/new_03.jpg'>");
document.write("  <tr>");

document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',0);><a href='/'><img src='/common/images/skins/menu_index.gif'  border='0' id='imga0'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',1);><a href='/aboutus/'><img src='/common/images/skins/menu_company.gif'  border='0' id='imga1'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',2);><a href='/article/'><img src='/common/images/skins/menu_product.gif'  border='0' id='imga2'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',3);><a href='/shop/?type=list&classid=129'><img src='/common/images/skins/menu_support.gif'  border='0' id='imga3'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',4);><a href='/article2'><img src='/common/images/skins/menu_job.gif'  border='0' id='imga4'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',5); ><a href='/aboutusb' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga5'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',6); ><a href='/aboutusc/?type=detail&id=23' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga6'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',7); ><a href='/aboutusc/' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga7'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',8); ><a href='/shop/?type=list&classid=129' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga8'></a></div></td>");


document.write("  </tr>");
document.write("</table>");	
document.write("<table width='630'  border='0' align='center' cellpadding='0' cellspacing='0'>");
document.write("  <tr>");
document.write("    <td id='imga_con_0'  class='menu_2j_index'>");

document.write("	</td>");
document.write("    <td id='imga_con_1'  class='menu_2j_company'>");

document.write("	</td>");
document.write("    <td id='imga_con_2'  class='menu_2j_product'>");

document.write("	</td>");
document.write("    <td id='imga_con_3'  class='menu_2j_support'>");

document.write("	</td>");
document.write("    <td id='imga_con_4'  class='menu_2j_job'>");

document.write("	</td>");
document.write("    <td id='imga_con_5'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_6'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_7'  class='menu_2j_down'>");

document.write("	</td>");

document.write("    <td id='imga_con_8'  class='menu_2j_down'>");

document.write("	</td>");


document.write("  </tr>");
document.write("</table>");
SetLbl('imga','imgb',8);

}
else{
	
	
document.write("<table width='630' border='0' height='29' align='right' cellpadding='0' cellspacing='0' background='/common/images/skins/new_03.jpg'>");
document.write("  <tr>");

document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',0);><a href='/'><img src='/common/images/skins/menu_index.gif'  border='0' id='imga0'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',1);><a href='/aboutus/'><img src='/common/images/skins/menu_company.gif'  border='0' id='imga1'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',2);><a href='/article/'><img src='/common/images/skins/menu_product.gif'  border='0' id='imga2'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',3);><a href='/shop/?type=list&classid=129'><img src='/common/images/skins/menu_support.gif'  border='0' id='imga3'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',4);><a href='/article2'><img src='/common/images/skins/menu_job.gif'  border='0' id='imga4'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',5); ><a href='/aboutusb' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga5'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',6); ><a href='/aboutusc/?type=detail&id=23' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga6'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',7); ><a href='/aboutusc/' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga7'></a></div></td>");
document.write("    <td ><div onMouseOver=SetLbl('imga','imgb',8); ><a href='/shop/?type=list&classid=129' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga8'></a></div></td>");


document.write("  </tr>");
document.write("</table>");	
document.write("<table width='630'  border='0' align='center' cellpadding='0' cellspacing='0'>");
document.write("  <tr>");
document.write("    <td id='imga_con_0'  class='menu_2j_index'>");

document.write("	</td>");
document.write("    <td id='imga_con_1'  class='menu_2j_company'>");

document.write("	</td>");
document.write("    <td id='imga_con_2'  class='menu_2j_product'>");

document.write("	</td>");
document.write("    <td id='imga_con_3'  class='menu_2j_support'>");

document.write("	</td>");
document.write("    <td id='imga_con_4'  class='menu_2j_job'>");

document.write("	</td>");
document.write("    <td id='imga_con_5'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_6'  class='menu_2j_down'>");

document.write("	</td>");
document.write("    <td id='imga_con_7'  class='menu_2j_down'>");

document.write("	</td>");

document.write("    <td id='imga_con_8'  class='menu_2j_down'>");

document.write("	</td>");


document.write("  </tr>");
document.write("</table>");
SetLbl('imga','imgb',0);
}
