﻿// JavaScript Document

  var imga=new Array()
    imga[0]=new Image();
	imga[0].src="/common/images/skins/new_03_01.jpg";
	imga[1]=new Image();
	imga[1].src="/common/images/skins/new_03_02.jpg";
	imga[2]=new Image();
	imga[2].src="/common/images/skins/new_03_03.jpg";
	imga[3]=new Image();
	imga[3].src="/common/images/skins/new_03_04.jpg";
	imga[4]=new Image();
	imga[4].src="/common/images/skins/new_03_05.jpg";
	imga[5]=new Image();
	imga[5].src="/common/images/skins/new_03_06.jpg";
	imga[6]=new Image();
	imga[6].src="/common/images/skins/new_03_07.jpg";
    imga[7]=new Image();
	imga[7].src="/common/images/skins/new_03_08.jpg";
  var imgb=new Array()
    imgb[0]=new Image();
	imgb[0].src="/common/images/skins/new_03t_01.jpg";
	imgb[1]=new Image();
	imgb[1].src="/common/images/skins/new_03t_02.jpg";
	imgb[2]=new Image();
	imgb[2].src="/common/images/skins/new_03t_03.jpg";
	imgb[3]=new Image();
	imgb[3].src="/common/images/skins/new_03t_04.jpg";
	imgb[4]=new Image();
	imgb[4].src="/common/images/skins/new_03t_05.jpg";
	imgb[5]=new Image();
	imgb[5].src="/common/images/skins/new_03t_06.jpg";
	imgb[6]=new Image();
	imgb[6].src="/common/images/skins/new_03t_07.jpg";
	imgb[7]=new Image();
	imgb[7].src="/common/images/skins/new_03t_08.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<9;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='705' border='0' height='28' align='left' cellpadding='0' cellspacing='0' background='/common/images/skins/new_03.jpg'>");
document.write("  <tr>");
document.write("    <td>&nbsp;</td>");
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/?type=detail&id=1'><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='/shop/?type=list&classid=20'><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=liste'><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='/article3'><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='/aboutus3/?type=detail&id=12' ><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='/forum/' ><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='/aboutus4/?type=detail&id=8' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga7'></a></div></td>");
document.write("  </tr>");
document.write("</table>");	
document.write("<table width='705'  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_ff'>");

document.write("	</td>");
document.write("    <td id='imga_con_7'  class='menu_2j_ff'>");

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='705' border='0' height='28' align='left' cellpadding='0' cellspacing='0' background='/common/images/skins/new_03.jpg'>");
document.write("  <tr>");
document.write("    <td>&nbsp;</td>");
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/?type=detail&id=1'><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='/shop/?type=list&classid=20'><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=liste'><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='/article3'><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='/aboutus3/?type=detail&id=12' ><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='/forum/' ><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='/aboutus4/?type=detail&id=8' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga7'></a></div></td>");
document.write("  </tr>");
document.write("</table>");	
document.write("<table width='705'  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_ff'>");

document.write("	</td>");
document.write("    <td id='imga_con_7'  class='menu_2j_ff'>");

document.write("	</td>");

document.write("  </tr>");
document.write("</table>");
SetLbl('imga','imgb',1);
}
//手机产品
else if(window.location.href.indexOf("/aboutus2/")>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='705' border='0' height='28' align='left' cellpadding='0' cellspacing='0' background='/common/images/skins/new_03.jpg'>");
document.write("  <tr>");
document.write("    <td>&nbsp;</td>");
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/?type=detail&id=1'><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='/shop/?type=list&classid=20'><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=liste'><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='/article3'><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='/aboutus3/?type=detail&id=12' ><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='/forum/' ><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='/aboutus4/?type=detail&id=8' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga7'></a></div></td>");
document.write("  </tr>");
document.write("</table>");	
document.write("<table width='705'  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_ff'>");

document.write("	</td>");
document.write("    <td id='imga_con_7'  class='menu_2j_ff'>");

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("/shop")>0 || window.location.href.indexOf("/support/payment/")>0 || window.location.href.indexOf("faq.aspx")>0){
document.write("<table width='705' border='0' height='28' align='left' cellpadding='0' cellspacing='0' background='/common/images/skins/new_03.jpg'>");
document.write("  <tr>");
document.write("    <td>&nbsp;</td>");
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/?type=detail&id=1'><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='/shop/?type=list&classid=20'><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=liste'><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='/article3'><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='/aboutus3/?type=detail&id=12' ><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='/forum/' ><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='/aboutus4/?type=detail&id=8' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga7'></a></div></td>");
document.write("  </tr>");
document.write("</table>");	
document.write("<table width='705'  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_ff'>");

document.write("	</td>");
document.write("    <td id='imga_con_7'  class='menu_2j_ff'>");

document.write("	</td>");

document.write("  </tr>");
document.write("</table>");
SetLbl('imga','imgb',3);
}
//人才招聘
else if(window.location.href.indexOf("/article3")>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='705' border='0' height='28' align='left' cellpadding='0' cellspacing='0' background='/common/images/skins/new_03.jpg'>");
document.write("  <tr>");
document.write("    <td>&nbsp;</td>");
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/?type=detail&id=1'><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='/shop/?type=list&classid=20'><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=liste'><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='/article3'><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='/aboutus3/?type=detail&id=12' ><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='/forum/' ><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='/aboutus4/?type=detail&id=8' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga7'></a></div></td>");
document.write("  </tr>");
document.write("</table>");	
document.write("<table width='705'  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_ff'>");

document.write("	</td>");
document.write("    <td id='imga_con_7'  class='menu_2j_ff'>");

document.write("	</td>");

document.write("  </tr>");
document.write("</table>");
SetLbl('imga','imgb',4);






}


//人才招聘
else if(window.location.href.indexOf("/aboutus3/")>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='705' border='0' height='28' align='left' cellpadding='0' cellspacing='0' background='/common/images/skins/new_03.jpg'>");
document.write("  <tr>");
document.write("    <td>&nbsp;</td>");
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/?type=detail&id=1'><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='/shop/?type=list&classid=20'><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=liste'><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='/article3'><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='/aboutus3/?type=detail&id=12' ><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='/forum/' ><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='/aboutus4/?type=detail&id=8' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga7'></a></div></td>");
document.write("  </tr>");
document.write("</table>");	
document.write("<table width='705'  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_ff'>");

document.write("	</td>");
document.write("    <td id='imga_con_7'  class='menu_2j_ff'>");

document.write("	</td>");

document.write("  </tr>");
document.write("</table>");
SetLbl('imga','imgb',5);






}


//人才招聘
else if(window.location.href.indexOf("/forum/")>0 || window.location.href.indexOf("/passport/")>0 || window.location.href.indexOf("/aboutus5/")>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='705' border='0' height='28' align='left' cellpadding='0' cellspacing='0' background='/common/images/skins/new_03.jpg'>");
document.write("  <tr>");
document.write("    <td>&nbsp;</td>");
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/?type=detail&id=1'><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='/shop/?type=list&classid=20'><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=liste'><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='/article3'><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='/aboutus3/?type=detail&id=12' ><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='/forum/' ><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='/aboutus4/?type=detail&id=8' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga7'></a></div></td>");
document.write("  </tr>");
document.write("</table>");	
document.write("<table width='705'  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_ff'>");

document.write("	</td>");
document.write("    <td id='imga_con_7'  class='menu_2j_ff'>");

document.write("	</td>");

document.write("  </tr>");
document.write("</table>");
SetLbl('imga','imgb',6);






}






//人才招聘
else if(window.location.href.indexOf("/aboutus4/")>0 || window.location.href.indexOf("/aboutus4/")>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='705' border='0' height='28' align='left' cellpadding='0' cellspacing='0' background='/common/images/skins/new_03.jpg'>");
document.write("  <tr>");
document.write("    <td>&nbsp;</td>");
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/?type=detail&id=1'><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='/shop/?type=list&classid=20'><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=liste'><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='/article3'><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='/aboutus3/?type=detail&id=12' ><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='/forum/' ><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='/aboutus4/?type=detail&id=8' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga7'></a></div></td>");



document.write("  </tr>");
document.write("</table>");	
document.write("<table width='705'  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_ff'>");

document.write("	</td>");
document.write("    <td id='imga_con_7'  class='menu_2j_ff'>");

document.write("	</td>");

document.write("  </tr>");
document.write("</table>");
SetLbl('imga','imgb',7);






}




else{
	
	
document.write("<table width='705' border='0' height='28' align='left' cellpadding='0' cellspacing='0' background='/common/images/skins/new_03.jpg'>");
document.write("  <tr>");
document.write("    <td>&nbsp;</td>");
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/?type=detail&id=1'><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='/shop/?type=list&classid=20'><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=liste'><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='/article3'><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='/aboutus3/?type=detail&id=12' ><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='/forum/' ><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='/aboutus4/?type=detail&id=8' ><img src='/common/images/skins/menu_down.gif'  border='0' id='imga7'></a></div></td>");


document.write("  </tr>");
document.write("</table>");	
document.write("<table width='705'  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_ff'>");

document.write("	</td>");

document.write("  </tr>");
document.write("</table>");
SetLbl('imga','imgb',0);
}