if (!document.domain.match(/symbol\.com/) && !document.domain.match(/liveoakinteractive\.com/)) {
	menuserver = ""; // need to test this on actual 3P site
}	else {
	menuserver = '';
}


function menuUL(_id, _root) {
	var newUL = document.createElement("UL");
	newUL.setAttribute("id", _root+"_"+_id);
	newUL.className = _root+"_menu";
	return newUL;
}

function menuLI(_divid,_pageid, _title, _url, _class) {
		menuI = document.createElement("LI");
		menuI.className = _class;
		menuI.setAttribute("id", "menu_"+_pageid);
		//menuTxt = document.createTextNode(_title);
		menuAnchor = document.createElement("A");		
		menuAnchor.setAttribute("href", menuserver+_url);
		menuAnchor.setAttribute("id", "menulink_"+_pageid);
		menuAnchor.setAttribute("name", "menulink_"+_pageid);
		menuAnchor.setAttribute("rel", _divid);
		menuAnchor.innerHTML = _title;
		//menuAnchor.appendChild(menuTxt);
		menuI.appendChild(menuAnchor);
		return menuI;
}

/*行业解决方案*/
function drawDHTML(id) {
tempnode = document.getElementById(id);
	thisUL = menuUL("industry", "top");
	menuTarget = document.getElementById('li_industry');
	menuTarget.appendChild(thisUL);
	targetList = document.getElementById("top_industry");
			thisListItem = menuLI("industry", "2","行业解决方案","/solutions", "rootitem");
		targetList.appendChild(thisListItem);
		targetAnchor = document.getElementById("menulink_2");
		targetAnchor.className = "endpoint";
		targetAnchor.onmouseover=function(){
			try  { menuOn(this.id);}
			catch(err) {return null; }
		}
		targetAnchor.onmouseout=function(){
			try  { menuOff(this.id);}
			catch(err) {return null; }
		}
					thisListItem = menuLI("industry", "6","政府","/solutions/government/government.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_6");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("industry", "4","医疗保健","/solutions/healthcare/healthcare.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_4");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("industry", "5","制造","/solutions/manufacturing/manufacturing.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_5");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("industry", "3","零售","/retail", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_3");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("industry", "7","交通运输","/transportation", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_7");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("industry", "8","批发分销","/solutions/warehouse_distribution/warehouse_distribution.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_8");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}

/*跨行业解决方案*/
						thisListItem = menuLI("industry", "9","跨行业解决方案","/category.php?category=9", "rootitem");
		targetList.appendChild(thisListItem);
		targetAnchor = document.getElementById("menulink_9");
		targetAnchor.className = "endpoint";
		targetAnchor.onmouseover=function(){
			try  { menuOn(this.id);}
			catch(err) {return null; }
		}
		targetAnchor.onmouseout=function(){
			try  { menuOff(this.id);}
			catch(err) {return null; }
		}
					thisListItem = menuLI("industry", "11","DSD 路线规划","/dsd", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_11");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("industry", "60","现场服务","/fieldservice", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_60");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("industry", "59","销售团队自动化","//solutions/field_service/field_svc_automation.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_59");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("industry", "10","仓库管理","/warehouse", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_10");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}

/*产品*/
					thisUL = menuUL("products", "top");
	menuTarget = document.getElementById('li_products');
	menuTarget.appendChild(thisUL);
	targetList = document.getElementById("top_products");
			thisListItem = menuLI("products", "14","产品","/products", "rootitem");
		targetList.appendChild(thisListItem);
		targetAnchor = document.getElementById("menulink_14");
		targetAnchor.className = "endpoint";
		targetAnchor.onmouseover=function(){
			try  { menuOn(this.id);}
			catch(err) {return null; }
		}
		targetAnchor.onmouseout=function(){
			try  { menuOff(this.id);}
			catch(err) {return null; }
		}
					thisListItem = menuLI("products", "15","条码扫描器","/products/barcode_scanners/barcode_scanners.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_15");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("products", "17","Micro Kiosks&#8482;","/category.php?category=17", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_17");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("products", "19","移动数据终端","/products/mobile_computers/mobile_computers.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_19");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("products", "21","移动软件","/products/software/software.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_21");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("products", "22","原始设备制造商(OEM)产品","/products/oem/oem.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_22");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("products", "16","支付系统","/products/transactionsys/transaction_systems.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_16");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("products", "18","RFID","/products/rfid/rfid.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_18");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("products", "791","语音优化产品","/voice", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_791");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}
							thisListItem = menuLI("products", "20","无线基础架构","/products/wireless/wireless.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_20");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}

/*服务*/
						thisListItem = menuLI("products", "23","服务","/services", "rootitem");
		targetList.appendChild(thisListItem);
		targetAnchor = document.getElementById("menulink_23");
		targetAnchor.className = "endpoint";
		targetAnchor.onmouseover=function(){
			try  { menuOn(this.id);}
			catch(err) {return null; }
		}
		targetAnchor.onmouseout=function(){
			try  { menuOff(this.id);}
			catch(err) {return null; }
		}
					thisListItem = menuLI("products", "844","客户服务","/customerservices/", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_844");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("products", "843","生命周期服务","/category.php?category=843", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_843");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("products", "184","技术服务","/category.php?category=184", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_184");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("products", "185","关于 Symbol 认证专家服务","/category.php?category=185", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_185");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}

/*支持*/
					thisUL = menuUL("support", "top");
	menuTarget = document.getElementById('li_support');
	menuTarget.appendChild(thisUL);
	targetList = document.getElementById("top_support");
			thisListItem = menuLI("support", "28","支持首页","/support", "rootitem");
		targetList.appendChild(thisListItem);
		targetAnchor = document.getElementById("menulink_28");
		targetAnchor.className = "endpoint";
		targetAnchor.onmouseover=function(){
			try  { menuOn(this.id);}
			catch(err) {return null; }
		}
		targetAnchor.onmouseout=function(){
			try  { menuOff(this.id);}
			catch(err) {return null; }
		}
					thisListItem = menuLI("support", "32","联系 Symbol 技术支持","/services/contactsupport", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_32");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("support", "31","开发人员社区","/category.php?category=31", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_31");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}
							thisListItem = menuLI("support", "713","手册","/category.php?category=713", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_713");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}
							thisListItem = menuLI("support", "1532","MSP 手册","/services/howto/howto_msp_registration.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_1532");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}
							thisListItem = menuLI("support", "30","在线 RMA(My Symbol Care)","/services/msc/msc.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_30");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("support", "716","软件下载","/category.php?category=716", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_716");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}
							thisListItem = menuLI("support", "787","无线IPS注册","/register/wips", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_787");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}

/*移动学习中心*/
						thisListItem = menuLI("support", "33","移动学习中心","/products/whitepapers/whitepapers.html", "rootitem");
		targetList.appendChild(thisListItem);
		targetAnchor = document.getElementById("menulink_33");
		targetAnchor.className = "endpoint";
		targetAnchor.onmouseover=function(){
			try  { menuOn(this.id);}
			catch(err) {return null; }
		}
		targetAnchor.onmouseout=function(){
			try  { menuOff(this.id);}
			catch(err) {return null; }
		}
					thisListItem = menuLI("support", "80","文档库(全球)","/category.php?category=80", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_80");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
									thisListItem = menuLI("support", "81","产品资料(中国)","/products/information/", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_81");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("support", "39","术语表","/category.php?category=39", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_39");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}
							thisListItem = menuLI("support", "35","Symbol 培训","/category.php?category=35", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_35");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}
							thisListItem = menuLI("support", "34","技术","/category.php?category=34", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_34");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("support", "40","网上讲座","/category.php?category=40", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_40");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}

/*与我们合作*/
					thisUL = menuUL("partners", "top");
	menuTarget = document.getElementById('li_partners');
	menuTarget.appendChild(thisUL);
	targetList = document.getElementById("top_partners");
			thisListItem = menuLI("partners", "41","与我们合作","/partner", "rootitem");
		targetList.appendChild(thisListItem);
		targetAnchor = document.getElementById("menulink_41");
		targetAnchor.className = "endpoint";
		targetAnchor.onmouseover=function(){
			try  { menuOn(this.id);}
			catch(err) {return null; }
		}
		targetAnchor.onmouseout=function(){
			try  { menuOff(this.id);}
			catch(err) {return null; }
		}
					thisListItem = menuLI("partners", "95","联盟","/alliances", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_95");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("partners", "45","寻找 Symbol 合作伙伴","/partner/find_a_partner/find_a_partner.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_45");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("partners", "43","PartnerSelect 计划","/partner/partner_select/partner_select.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_43");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("partners", "42","Symbol 合作伙伴生态系统","/category.php?category=42", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_42");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}
							thisListItem = menuLI("partners", "44","Symbol 认证专家服务计划","/category.php?category=44", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_44");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("partners", "752","SymbolPLUS 解决方案","/category.php?category=752", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_752");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
											thisListItem = menuLI("partners", "46","讯宝伙伴共赢专刊","/edm/partner/", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_46");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}

/*关于 Symbol*/
					thisUL = menuUL("about", "top");
	menuTarget = document.getElementById('li_about');
	menuTarget.appendChild(thisUL);
	targetList = document.getElementById("top_about");
			thisListItem = menuLI("about", "47","关于 Symbol","/about", "rootitem");
		targetList.appendChild(thisListItem);
		targetAnchor = document.getElementById("menulink_47");
		targetAnchor.className = "endpoint";
		targetAnchor.onmouseover=function(){
			try  { menuOn(this.id);}
			catch(err) {return null; }
		}
		targetAnchor.onmouseout=function(){
			try  { menuOff(this.id);}
			catch(err) {return null; }
		}
					thisListItem = menuLI("about", "322","所获奖项","/about/overview/overview_industry_leader.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_322");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}
							thisListItem = menuLI("about", "52","工作机会","/about/careers/careers.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_52");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("about", "53","社区关系","/about/overview/overview_community_affairs.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_53");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("about", "321","公司历程","/about/overview/overview_hist_highlights.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_321");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}
							thisListItem = menuLI("about", "49","联系 Symbol","/contact", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_49");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("about", "48","企业移动","/enterprisemobility", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_48");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}
							thisListItem = menuLI("about", "640","环保承诺","/environmental_compliance", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_640");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("about", "50","管理团队","/about/overview/capabilities.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_50");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}
							thisListItem = menuLI("about", "1709","图片库","/graphicslibrary/gflibrary.php", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_1709");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}
							thisListItem = menuLI("about", "51","投资者关系","http://phx.corporate-ir.net/phoenix.zhtml?c=81306&p=irol-irhome", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_51");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}
							thisListItem = menuLI("about", "55","成功案例","/about/case/", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_55");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}
							thisListItem = menuLI("about", "54","新闻与活动","/news", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_54");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisListItem = menuLI("about", "328","专利","/about/patents/patents.html", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_328");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
											thisListItem = menuLI("about", "56","讯宝电子月刊","/edm/customer/", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_56");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}
							thisListItem = menuLI("about", "1538","RSS Feeds","/rss_feeds", "menuitem");
			targetList.appendChild(thisListItem);
							targetAnchor = document.getElementById("menulink_1538");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; };
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; };
				}



/*产品 > 无线基础架构 > 以太网供电*/
								thisUL_157 = menuUL("157", "sub");
				tempnode.appendChild(thisUL_157);
				targetList_157 = document.getElementById("sub_157");
							thisLI_263 = menuLI("157","263","24 伏单一端口电源插口","http://www.symbol.com/product.php?productid=263", "menuitem");
 		  targetList_157.appendChild(thisLI_263);
							targetAnchor = document.getElementById("menulink_263");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_265 = menuLI("157","265","802.3af 单一端口电源插口","/powerinjector", "menuitem");
 		  targetList_157.appendChild(thisLI_265);
							targetAnchor = document.getElementById("menulink_265");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_360 = menuLI("157","360","ES3000 以太网交换机","/es3000", "menuitem");
 		  targetList_157.appendChild(thisLI_360);
							targetAnchor = document.getElementById("menulink_360");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_264 = menuLI("157","264","ES3000 光纤收发器","http://www.symbol.com/product.php?productid=264", "menuitem");
 		  targetList_157.appendChild(thisLI_264);
							targetAnchor = document.getElementById("menulink_264");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_20 = menuUL("20", "sub");
				tempnode.appendChild(thisUL_20);
				targetList_20 = document.getElementById("sub_20");
							thisLI_155 = menuLI("20","155","接入端品及接入点","http://www.symbol.com/category.php?category=155", "menuitem");
 		  targetList_20.appendChild(thisLI_155);
							targetAnchor = document.getElementById("menulink_155");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_156 = menuLI("20","156","桥接器与适配器","/products/wireless/networker_client_adapters.html", "menuitem");
 		  targetList_20.appendChild(thisLI_156);
							targetAnchor = document.getElementById("menulink_156");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_157 = menuLI("20","157","以太网供电","/products/wireless/poe_11.html", "menuitem");
 		  targetList_20.appendChild(thisLI_157);
							targetAnchor = document.getElementById("menulink_157");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_158 = menuLI("20","158","无线入侵防护系统","/wirelessips", "menuitem");
 		  targetList_20.appendChild(thisLI_158);
							targetAnchor = document.getElementById("menulink_158");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_154 = menuLI("20","154","无线交换机","/products/wireless/wireless_switchsys-ov.html", "menuitem");
 		  targetList_20.appendChild(thisLI_154);
							targetAnchor = document.getElementById("menulink_154");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}

/*关于Symbol > 联系Symbol > 如何购买*/
								thisUL_298 = menuUL("298", "sub");
				tempnode.appendChild(thisUL_298);
				targetList_298 = document.getElementById("sub_298");
							thisLI_5119 = menuLI("298","5119","附件与零件","http://www.symbol.com/category.php?category=733", "menuitem");
 		  targetList_298.appendChild(thisLI_5119);
							targetAnchor = document.getElementById("menulink_5119");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_1527 = menuLI("298","1527","销售调查表","/contact/emea.php", "menuitem");
 		  targetList_298.appendChild(thisLI_1527);
							targetAnchor = document.getElementById("menulink_1527");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_331 = menuUL("331", "sub");
				tempnode.appendChild(thisUL_331);
				targetList_331 = document.getElementById("sub_331");
							thisLI_349 = menuLI("331","349","Adaptor","http://www.symbol.com/category.php?category=349", "menuitem");
 		  targetList_331.appendChild(thisLI_349);
							targetAnchor = document.getElementById("menulink_349");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_341 = menuLI("331","341","Batteries","http://www.symbol.com/category.php?category=341", "menuitem");
 		  targetList_331.appendChild(thisLI_341);
							targetAnchor = document.getElementById("menulink_341");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_892 = menuLI("331","892","Belts/Holsters","http://www.symbol.com/category.php?category=892", "menuitem");
 		  targetList_331.appendChild(thisLI_892);
							targetAnchor = document.getElementById("menulink_892");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_333 = menuLI("331","333","Cables","http://www.symbol.com/category.php?category=333", "menuitem");
 		  targetList_331.appendChild(thisLI_333);
							targetAnchor = document.getElementById("menulink_333");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_336 = menuLI("331","336","Carrying Devices","http://www.symbol.com/category.php?category=336", "menuitem");
 		  targetList_331.appendChild(thisLI_336);
							targetAnchor = document.getElementById("menulink_336");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_343 = menuLI("331","343","Chargers","http://www.symbol.com/category.php?category=343", "menuitem");
 		  targetList_331.appendChild(thisLI_343);
							targetAnchor = document.getElementById("menulink_343");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_340 = menuLI("331","340","Cradles","http://www.symbol.com/category.php?category=340", "menuitem");
 		  targetList_331.appendChild(thisLI_340);
							targetAnchor = document.getElementById("menulink_340");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_358 = menuLI("331","358","Directional 802.11a Antennas","http://www.symbol.com/category.php?category=358", "menuitem");
 		  targetList_331.appendChild(thisLI_358);
							targetAnchor = document.getElementById("menulink_358");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_354 = menuLI("331","354","Directional 802.11b/g Antennas","http://www.symbol.com/category.php?category=354", "menuitem");
 		  targetList_331.appendChild(thisLI_354);
							targetAnchor = document.getElementById("menulink_354");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_882 = menuLI("331","882","GPS","http://www.symbol.com/category.php?category=882", "menuitem");
 		  targetList_331.appendChild(thisLI_882);
							targetAnchor = document.getElementById("menulink_882");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_342 = menuLI("331","342","Headsets","http://www.symbol.com/category.php?category=342", "menuitem");
 		  targetList_331.appendChild(thisLI_342);
							targetAnchor = document.getElementById("menulink_342");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_355 = menuLI("331","355","Heavy-duty Outdoor 802.11 b/g Antennas","http://www.symbol.com/category.php?category=355", "menuitem");
 		  targetList_331.appendChild(thisLI_355);
							targetAnchor = document.getElementById("menulink_355");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_893 = menuLI("331","893","Keyboards","http://www.symbol.com/category.php?category=893", "menuitem");
 		  targetList_331.appendChild(thisLI_893);
							targetAnchor = document.getElementById("menulink_893");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_347 = menuLI("331","347","Memory","http://www.symbol.com/category.php?category=347", "menuitem");
 		  targetList_331.appendChild(thisLI_347);
							targetAnchor = document.getElementById("menulink_347");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_883 = menuLI("331","883","Miscellaneous","http://www.symbol.com/category.php?category=883", "menuitem");
 		  targetList_331.appendChild(thisLI_883);
							targetAnchor = document.getElementById("menulink_883");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_352 = menuLI("331","352","Modem","http://www.symbol.com/category.php?category=352", "menuitem");
 		  targetList_331.appendChild(thisLI_352);
							targetAnchor = document.getElementById("menulink_352");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_895 = menuLI("331","895","Mounting Hardware","http://www.symbol.com/category.php?category=895", "menuitem");
 		  targetList_331.appendChild(thisLI_895);
							targetAnchor = document.getElementById("menulink_895");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_762 = menuLI("331","762","Omni-Directional 802.11 a/g Antennas","http://www.symbol.com/category.php?category=762", "menuitem");
 		  targetList_331.appendChild(thisLI_762);
							targetAnchor = document.getElementById("menulink_762");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_334 = menuLI("331","334","Omni-Directional 802.11 b/g Antennas","http://www.symbol.com/category.php?category=334", "menuitem");
 		  targetList_331.appendChild(thisLI_334);
							targetAnchor = document.getElementById("menulink_334");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_357 = menuLI("331","357","Omni-Directional 802.11a Antennas","http://www.symbol.com/category.php?category=357", "menuitem");
 		  targetList_331.appendChild(thisLI_357);
							targetAnchor = document.getElementById("menulink_357");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_348 = menuLI("331","348","Power","http://www.symbol.com/category.php?category=348", "menuitem");
 		  targetList_331.appendChild(thisLI_348);
							targetAnchor = document.getElementById("menulink_348");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_871 = menuLI("331","871","Printing Solutions","http://www.symbol.com/category.php?category=871", "menuitem");
 		  targetList_331.appendChild(thisLI_871);
							targetAnchor = document.getElementById("menulink_871");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_657 = menuLI("331","657","Printing Solutions","http://www.symbol.com/category.php?category=657", "menuitem");
 		  targetList_331.appendChild(thisLI_657);
							targetAnchor = document.getElementById("menulink_657");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_351 = menuLI("331","351","PX60/PX70","http://www.symbol.com/category.php?category=351", "menuitem");
 		  targetList_331.appendChild(thisLI_351);
							targetAnchor = document.getElementById("menulink_351");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_884 = menuLI("331","884","RFID","http://www.symbol.com/category.php?category=884", "menuitem");
 		  targetList_331.appendChild(thisLI_884);
							targetAnchor = document.getElementById("menulink_884");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_337 = menuLI("331","337","Screen Protector","http://www.symbol.com/category.php?category=337", "menuitem");
 		  targetList_331.appendChild(thisLI_337);
							targetAnchor = document.getElementById("menulink_337");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_353 = menuLI("331","353","Security/Lock","http://www.symbol.com/category.php?category=353", "menuitem");
 		  targetList_331.appendChild(thisLI_353);
							targetAnchor = document.getElementById("menulink_353");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_350 = menuLI("331","350","Snap-ons","http://www.symbol.com/category.php?category=350", "menuitem");
 		  targetList_331.appendChild(thisLI_350);
							targetAnchor = document.getElementById("menulink_350");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_339 = menuLI("331","339","Stands & Wall Mounts","http://www.symbol.com/category.php?category=339", "menuitem");
 		  targetList_331.appendChild(thisLI_339);
							targetAnchor = document.getElementById("menulink_339");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_338 = menuLI("331","338","Stylus","http://www.symbol.com/category.php?category=338", "menuitem");
 		  targetList_331.appendChild(thisLI_338);
							targetAnchor = document.getElementById("menulink_338");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_328 = menuUL("328", "sub");
				tempnode.appendChild(thisUL_328);
				targetList_328 = document.getElementById("sub_328");
							thisLI_686 = menuLI("328","686","其他 Symbol 专利","http://www.symbol.com/category.php?category=686", "menuitem");
 		  targetList_328.appendChild(thisLI_686);
							targetAnchor = document.getElementById("menulink_686");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}

/*关于Symbol > 专利*/
							thisLI_676 = menuLI("328","676","条码扫描器","http://www.symbol.com/category.php?category=676", "menuitem");
 		  targetList_328.appendChild(thisLI_676);
							targetAnchor = document.getElementById("menulink_676");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_678 = menuLI("328","678","电池/电池管理","http://www.symbol.com/category.php?category=678", "menuitem");
 		  targetList_328.appendChild(thisLI_678);
							targetAnchor = document.getElementById("menulink_678");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_681 = menuLI("328","681","业务方法","http://www.symbol.com/category.php?category=681", "menuitem");
 		  targetList_328.appendChild(thisLI_681);
							targetAnchor = document.getElementById("menulink_681");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_682 = menuLI("328","682","符合人体工程学","http://www.symbol.com/category.php?category=682", "menuitem");
 		  targetList_328.appendChild(thisLI_682);
							targetAnchor = document.getElementById("menulink_682");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_683 = menuLI("328","683","普通硬件","http://www.symbol.com/category.php?category=683", "menuitem");
 		  targetList_328.appendChild(thisLI_683);
							targetAnchor = document.getElementById("menulink_683");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_669 = menuLI("328","669","普通扫描器","http://www.symbol.com/category.php?category=669", "menuitem");
 		  targetList_328.appendChild(thisLI_669);
							targetAnchor = document.getElementById("menulink_669");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_673 = menuLI("328","673","成像读取器/解码器","http://www.symbol.com/category.php?category=673", "menuitem");
 		  targetList_328.appendChild(thisLI_673);
							targetAnchor = document.getElementById("menulink_673");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_674 = menuLI("328","674","成像扫描引擎","http://www.symbol.com/category.php?category=674", "menuitem");
 		  targetList_328.appendChild(thisLI_674);
							targetAnchor = document.getElementById("menulink_674");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_672 = menuLI("328","672","激光阵列","http://www.symbol.com/category.php?category=672", "menuitem");
 		  targetList_328.appendChild(thisLI_672);
							targetAnchor = document.getElementById("menulink_672");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_671 = menuLI("328","671","激光扫描引擎","http://www.symbol.com/category.php?category=671", "menuitem");
 		  targetList_328.appendChild(thisLI_671);
							targetAnchor = document.getElementById("menulink_671");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_670 = menuLI("328","670","激光扫描/解码","http://www.symbol.com/category.php?category=670", "menuitem");
 		  targetList_328.appendChild(thisLI_670);
							targetAnchor = document.getElementById("menulink_670");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_675 = menuLI("328","675","PDF417","http://www.symbol.com/category.php?category=675", "menuitem");
 		  targetList_328.appendChild(thisLI_675);
							targetAnchor = document.getElementById("menulink_675");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_684 = menuLI("328","684","Printers/Media","http://www.symbol.com/category.php?category=684", "menuitem");
 		  targetList_328.appendChild(thisLI_684);
							targetAnchor = document.getElementById("menulink_684");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_679 = menuLI("328","679","Projection","http://www.symbol.com/category.php?category=679", "menuitem");
 		  targetList_328.appendChild(thisLI_679);
							targetAnchor = document.getElementById("menulink_679");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_668 = menuLI("328","668","RFID","http://www.symbol.com/category.php?category=668", "menuitem");
 		  targetList_328.appendChild(thisLI_668);
							targetAnchor = document.getElementById("menulink_668");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_680 = menuLI("328","680","Shopping System","http://www.symbol.com/category.php?category=680", "menuitem");
 		  targetList_328.appendChild(thisLI_680);
							targetAnchor = document.getElementById("menulink_680");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_677 = menuLI("328","677","Terminal","/category.php?category=677", "menuitem");
 		  targetList_328.appendChild(thisLI_677);
							targetAnchor = document.getElementById("menulink_677");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_666 = menuLI("328","666","Voice Over IP/Voice Over LAN","http://www.symbol.com/category.php?category=666", "menuitem");
 		  targetList_328.appendChild(thisLI_666);
							targetAnchor = document.getElementById("menulink_666");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_685 = menuLI("328","685","Wired Communication","http://www.symbol.com/category.php?category=685", "menuitem");
 		  targetList_328.appendChild(thisLI_685);
							targetAnchor = document.getElementById("menulink_685");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_665 = menuLI("328","665","Wireless Technology","http://www.symbol.com/category.php?category=665", "menuitem");
 		  targetList_328.appendChild(thisLI_665);
							targetAnchor = document.getElementById("menulink_665");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}

/*服务 > 客户服务 */
								thisUL_844 = menuUL("844", "sub");
				tempnode.appendChild(thisUL_844);
				targetList_844 = document.getElementById("sub_844");
							thisLI_192 = menuLI("844","192","高级换货支持","/advanceexchange", "menuitem");
 		  targetList_844.appendChild(thisLI_192);
							targetAnchor = document.getElementById("menulink_192");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_5096 = menuLI("844","5096","MSP System Support","http://www.symbol.com/category.php?category=5096", "menuitem");
 		  targetList_844.appendChild(thisLI_5096);
							targetAnchor = document.getElementById("menulink_5096");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_194 = menuLI("844","194","现场系统支持","/services/symbolcare/care_data_sheets_support.html", "menuitem");
 		  targetList_844.appendChild(thisLI_194);
							targetAnchor = document.getElementById("menulink_194");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_881 = menuLI("844","881","现场系统支持","/rfidonsite", "menuitem");
 		  targetList_844.appendChild(thisLI_881);
							targetAnchor = document.getElementById("menulink_881");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_848 = menuLI("844","848","全程服务计划","http://www.symbol.com/category.php?category=848", "menuitem");
 		  targetList_844.appendChild(thisLI_848);
							targetAnchor = document.getElementById("menulink_848");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_847 = menuLI("844","847","全程的全面服务","/comprehensivecoverage", "menuitem");
 		  targetList_844.appendChild(thisLI_847);
							targetAnchor = document.getElementById("menulink_847");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_5097 = menuLI("844","5097","Symbol ServicePAK (EMEA)","http://www.symbol.com/category.php?category=5097", "menuitem");
 		  targetList_844.appendChild(thisLI_5097);
							targetAnchor = document.getElementById("menulink_5097");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_21 = menuUL("21", "sub");
				tempnode.appendChild(thisUL_21);
				targetList_21 = document.getElementById("sub_21");
							thisLI_161 = menuLI("21","161","AirBEAM","/products/software/airbeam.html", "menuitem");
 		  targetList_21.appendChild(thisLI_161);
							targetAnchor = document.getElementById("menulink_161");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_159 = menuLI("21","159","MSP","/products/software/msp.html", "menuitem");
 		  targetList_21.appendChild(thisLI_159);
							targetAnchor = document.getElementById("menulink_159");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_160 = menuLI("21","160","SEMM 2.0","/semm", "menuitem");
 		  targetList_21.appendChild(thisLI_160);
							targetAnchor = document.getElementById("menulink_160");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_161 = menuUL("161", "sub");
				tempnode.appendChild(thisUL_161);
				targetList_161 = document.getElementById("sub_161");
							thisLI_270 = menuLI("161","270","AirBEAM Manager","http://www.symbol.com/product.php?productid=270", "menuitem");
 		  targetList_161.appendChild(thisLI_270);
							targetAnchor = document.getElementById("menulink_270");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_271 = menuLI("161","271","AirBEAM Safe","http://www.symbol.com/product.php?productid=271", "menuitem");
 		  targetList_161.appendChild(thisLI_271);
							targetAnchor = document.getElementById("menulink_271");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_272 = menuLI("161","272","AirBEAM Smart","http://www.symbol.com/product.php?productid=272", "menuitem");
 		  targetList_161.appendChild(thisLI_272);
							targetAnchor = document.getElementById("menulink_272");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_7 = menuUL("7", "sub");
				tempnode.appendChild(thisUL_7);
				targetList_7 = document.getElementById("sub_7");
							thisLI_123 = menuLI("7","123","航空运输解决方案","/solutions/logistics/transportation_market_overview.html", "menuitem");
 		  targetList_7.appendChild(thisLI_123);
							targetAnchor = document.getElementById("menulink_123");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_120 = menuLI("7","120","海运运输解决方案","http://www.symbol.com/category.php?category=120", "menuitem");
 		  targetList_7.appendChild(thisLI_120);
							targetAnchor = document.getElementById("menulink_120");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_121 = menuLI("7","121","铁路运输解决方案","http://www.symbol.com/category.php?category=121", "menuitem");
 		  targetList_7.appendChild(thisLI_121);
							targetAnchor = document.getElementById("menulink_121");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_122 = menuLI("7","122","公路运输解决方案","/solutions/transportation/inbound_transportation.html", "menuitem");
 		  targetList_7.appendChild(thisLI_122);
							targetAnchor = document.getElementById("menulink_122");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_52 = menuUL("52", "sub");
				tempnode.appendChild(thisUL_52);
				targetList_52 = document.getElementById("sub_52");
							thisLI_318 = menuLI("52","318","美洲","http://www.symbol.com/category.php?category=318", "menuitem");
 		  targetList_52.appendChild(thisLI_318);
							targetAnchor = document.getElementById("menulink_318");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_312 = menuLI("52","312","亚太地区","http://www.symbol.com/category.php?category=312", "menuitem");
 		  targetList_52.appendChild(thisLI_312);
							targetAnchor = document.getElementById("menulink_312");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_315 = menuLI("52","315","欧洲、中东和非洲","http://www.symbol.com/category.php?category=315", "menuitem");
 		  targetList_52.appendChild(thisLI_315);
							targetAnchor = document.getElementById("menulink_315");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_309 = menuLI("52","309","全球工作机会","/about/careers/career_opportunities.html", "menuitem");
 		  targetList_52.appendChild(thisLI_309);
							targetAnchor = document.getElementById("menulink_309");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_155 = menuUL("155", "sub");
				tempnode.appendChild(thisUL_155);
				targetList_155 = document.getElementById("sub_155");
							thisLI_759 = menuLI("155","759","AP-5131 接入点","/ap5131", "menuitem");
 		  targetList_155.appendChild(thisLI_759);
							targetAnchor = document.getElementById("menulink_759");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_256 = menuLI("155","256","AP300 接入端口","/products/wireless/ap_300_ap.html", "menuitem");
 		  targetList_155.appendChild(thisLI_256);
							targetAnchor = document.getElementById("menulink_256");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}


/*移动学习中心 > 文档库 */
								thisUL_80 = menuUL("80", "sub");
				tempnode.appendChild(thisUL_80);
				targetList_80 = document.getElementById("sub_80");
							thisLI_37 = menuLI("80","37","应用简介","http://www.symbol.com/category.php?category=37", "menuitem");
 		  targetList_80.appendChild(thisLI_37);
							targetAnchor = document.getElementById("menulink_37");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_38 = menuLI("80","38","成功案例","http://www.symbol.com/category.php?category=38", "menuitem");
 		  targetList_80.appendChild(thisLI_38);
							targetAnchor = document.getElementById("menulink_38");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_36 = menuLI("80","36","白皮书","/products/barcode_scanners/2d_white_papers.html", "menuitem");
 		  targetList_80.appendChild(thisLI_36);
							targetAnchor = document.getElementById("menulink_36");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}

/*服务 > 生命周期服务 > II.分析与设计*/
								thisUL_27 = menuUL("27", "sub");
				tempnode.appendChild(thisUL_27);
				targetList_27 = document.getElementById("sub_27");
							thisLI_189 = menuLI("27","189","应用程序开发","http://www.symbol.com/category.php?category=189", "menuitem");
 		  targetList_27.appendChild(thisLI_189);
							targetAnchor = document.getElementById("menulink_189");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_188 = menuLI("27","188","咨询与设计Headsets","/services/symbolcare/care_data_sheets_dsservices.html", "menuitem");
 		  targetList_27.appendChild(thisLI_188);
							targetAnchor = document.getElementById("menulink_188");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}

/*行业解决方案 > 政府*/
								thisUL_6 = menuUL("6", "sub");
				tempnode.appendChild(thisUL_6);
				targetList_6 = document.getElementById("sub_6");
							thisLI_117 = menuLI("6","117","资产管理解决方案","/category.php?category=117", "menuitem");
 		  targetList_6.appendChild(thisLI_117);
							targetAnchor = document.getElementById("menulink_117");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_114 = menuLI("6","114","自动引证解决方案","/solutions/government/government_dmv.html", "menuitem");
 		  targetList_6.appendChild(thisLI_114);
							targetAnchor = document.getElementById("menulink_114");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_115 = menuLI("6","115","第一响应者解决方案","/solutions/government/government_market_in_the_commu.html", "menuitem");
 		  targetList_6.appendChild(thisLI_115);
							targetAnchor = document.getElementById("menulink_115");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_119 = menuLI("6","119","车辆管理解决方案","/category.php?category=119", "menuitem");
 		  targetList_6.appendChild(thisLI_119);
							targetAnchor = document.getElementById("menulink_119");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_116 = menuLI("6","116","医疗管理解决方案","/solutions/government/government_market_in_healthcar.html", "menuitem");
 		  targetList_6.appendChild(thisLI_116);
							targetAnchor = document.getElementById("menulink_116");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_112 = menuLI("6","112","移动数据访问解决方案","/category.php?category=112", "menuitem");
 		  targetList_6.appendChild(thisLI_112);
							targetAnchor = document.getElementById("menulink_112");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_113 = menuLI("6","113","边镜保护解决方案","/homelandsecurity", "menuitem");
 		  targetList_6.appendChild(thisLI_113);
							targetAnchor = document.getElementById("menulink_113");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_118 = menuLI("6","118","仓储管理解决方案","/solutions/government/government_market_in_logistics.html", "menuitem");
 		  targetList_6.appendChild(thisLI_118);
							targetAnchor = document.getElementById("menulink_118");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_4 = menuUL("4", "sub");
				tempnode.appendChild(thisUL_4);
				targetList_4 = document.getElementById("sub_4");
							thisLI_71 = menuLI("4","71","医疗保健行业资产管理解决方案","/solutions/healthcare/healthcare_marktoverv_managing.html", "menuitem");
 		  targetList_4.appendChild(thisLI_71);
							targetAnchor = document.getElementById("menulink_71");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_72 = menuLI("4","72","输血检验解决方案","/solutions/healthcare/healthcare_marktoverv_in_-_pat.html", "menuitem");
 		  targetList_4.appendChild(thisLI_72);
							targetAnchor = document.getElementById("menulink_72");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_68 = menuLI("4","68","医院/护士通信解决方案","/solutions/healthcare/healthcare_marktoverv_in_docto.html", "menuitem");
 		  targetList_4.appendChild(thisLI_68);
							targetAnchor = document.getElementById("menulink_68");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_65 = menuLI("4","65","药物管理解决方案","/solutions/healthcare/healthcare_medverification.html", "menuitem");
 		  targetList_4.appendChild(thisLI_65);
							targetAnchor = document.getElementById("menulink_65");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_70 = menuLI("4","70","移动医生寻访解决方案","/solutions/healthcare/healthcare_marktoverv_on_the_r.html", "menuitem");
 		  targetList_4.appendChild(thisLI_70);
							targetAnchor = document.getElementById("menulink_70");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_67 = menuLI("4","67","远程病患监控解决方案","/solutions/healthcare/healthcare_marktoverv_at_the_p.html", "menuitem");
 		  targetList_4.appendChild(thisLI_67);
							targetAnchor = document.getElementById("menulink_67");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_66 = menuLI("4","66","标本采信解决方案","/solutions/healthcare/improving_patient_safety.html", "menuitem");
 		  targetList_4.appendChild(thisLI_66);
							targetAnchor = document.getElementById("menulink_66");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_43 = menuUL("43", "sub");
				tempnode.appendChild(thisUL_43);
				targetList_43 = document.getElementById("sub_43");
							thisLI_90 = menuLI("43","90","成为合作伙伴","/partner/partner_select/application_intro.html", "menuitem");
 		  targetList_43.appendChild(thisLI_90);
							targetAnchor = document.getElementById("menulink_90");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_89 = menuLI("43","89","ISV PartnerSelect","http://www.symbol.com/category.php?category=89", "menuitem");
 		  targetList_43.appendChild(thisLI_89);
							targetAnchor = document.getElementById("menulink_89");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_88 = menuLI("43","88","转销合作伙伴 PartnerSelect","http://www.symbol.com/category.php?category=88", "menuitem");
 		  targetList_43.appendChild(thisLI_88);
							targetAnchor = document.getElementById("menulink_88");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_87 = menuLI("43","87","PartnerSelect 差异","/partner/partner_select/benefits.html", "menuitem");
 		  targetList_43.appendChild(thisLI_87);
							targetAnchor = document.getElementById("menulink_87");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_312 = menuUL("312", "sub");
				tempnode.appendChild(thisUL_312);
				targetList_312 = document.getElementById("sub_312");
							thisLI_314 = menuLI("312","314","福利","http://www.symbol.com/category.php?category=314", "menuitem");
 		  targetList_312.appendChild(thisLI_314);
							targetAnchor = document.getElementById("menulink_314");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_313 = menuLI("312","313","文化","http://www.symbol.com/category.php?category=313", "menuitem");
 		  targetList_312.appendChild(thisLI_313);
							targetAnchor = document.getElementById("menulink_313");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_315 = menuUL("315", "sub");
				tempnode.appendChild(thisUL_315);
				targetList_315 = document.getElementById("sub_315");
							thisLI_317 = menuLI("315","317","福利","http://www.symbol.com/category.php?category=317", "menuitem");
 		  targetList_315.appendChild(thisLI_317);
							targetAnchor = document.getElementById("menulink_317");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_316 = menuLI("315","316","文化","http://www.symbol.com/category.php?category=316", "menuitem");
 		  targetList_315.appendChild(thisLI_316);
							targetAnchor = document.getElementById("menulink_316");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_318 = menuUL("318", "sub");
				tempnode.appendChild(thisUL_318);
				targetList_318 = document.getElementById("sub_318");
							thisLI_320 = menuLI("318","320","福利","/about/careers/career_benefits.html", "menuitem");
 		  targetList_318.appendChild(thisLI_320);
							targetAnchor = document.getElementById("menulink_320");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_319 = menuLI("318","319","文化","/about/careers/career_culture.html", "menuitem");
 		  targetList_318.appendChild(thisLI_319);
							targetAnchor = document.getElementById("menulink_319");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_656 = menuLI("318","656","岗前背景调查表","http://www.symbol.com/category.php?category=656", "menuitem");
 		  targetList_318.appendChild(thisLI_656);
							targetAnchor = document.getElementById("menulink_656");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_156 = menuUL("156", "sub");
				tempnode.appendChild(thisUL_156);
				targetList_156 = document.getElementById("sub_156");
							thisLI_704 = menuLI("156","704","CB3000 客户端桥接器","/cb3000", "menuitem");
 		  targetList_156.appendChild(thisLI_704);
							targetAnchor = document.getElementById("menulink_704");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_259 = menuLI("156","259","LA4137 无线网络便携式 Flash 卡","/la4137", "menuitem");
 		  targetList_156.appendChild(thisLI_259);
							targetAnchor = document.getElementById("menulink_259");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_53 = menuUL("53", "sub");
				tempnode.appendChild(thisUL_53);
				targetList_53 = document.getElementById("sub_53");
							thisLI_736 = menuLI("53","736","社区捐赠","http://www.symbol.com/category.php?category=736", "menuitem");
 		  targetList_53.appendChild(thisLI_736);
							targetAnchor = document.getElementById("menulink_736");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_740 = menuLI("53","740","联系 Symbol 社区关系","http://www.symbol.com/category.php?category=740", "menuitem");
 		  targetList_53.appendChild(thisLI_740);
							targetAnchor = document.getElementById("menulink_740");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_1537 = menuLI("53","1537","员工志愿者计划","http://www.symbol.com/category.php?category=737", "menuitem");
 		  targetList_53.appendChild(thisLI_1537);
							targetAnchor = document.getElementById("menulink_1537");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_739 = menuLI("53","739","常见问题解答","http://www.symbol.com/category.php?category=739", "menuitem");
 		  targetList_53.appendChild(thisLI_739);
							targetAnchor = document.getElementById("menulink_739");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_741 = menuLI("53","741","Symbol 活动纪要","http://www.symbol.com/category.php?category=741", "menuitem");
 		  targetList_53.appendChild(thisLI_741);
							targetAnchor = document.getElementById("menulink_741");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_738 = menuLI("53","738","Symbol 社区回馈项目","http://www.symbol.com/category.php?category=738", "menuitem");
 		  targetList_53.appendChild(thisLI_738);
							targetAnchor = document.getElementById("menulink_738");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_142 = menuUL("142", "sub");
				tempnode.appendChild(thisUL_142);
				targetList_142 = document.getElementById("sub_142");
							thisLI_179 = menuLI("142","179","有线 Phaser 扫描器","http://www.symbol.com/category.php?category=179", "menuitem");
 		  targetList_142.appendChild(thisLI_179);
							targetAnchor = document.getElementById("menulink_179");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_178 = menuLI("142","178","DS3400 坚固耐用的无线扫描器系列","/products/barcode_scanners/ds3400/ds3400.html", "menuitem");
 		  targetList_142.appendChild(thisLI_178);
							targetAnchor = document.getElementById("menulink_178");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_730 = menuLI("142","730","DS3478 坚固耐用的无线扫描器系列","http://www.symbol.com/category.php?category=730", "menuitem");
 		  targetList_142.appendChild(thisLI_730);
							targetAnchor = document.getElementById("menulink_730");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_887 = menuLI("142","887","LS3008 坚固耐用的手持式扫描器","/ls3008", "menuitem");
 		  targetList_142.appendChild(thisLI_887);
							targetAnchor = document.getElementById("menulink_887");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_177 = menuLI("142","177","LS3408 坚固耐用的无线扫描器系列","/ls3408", "menuitem");
 		  targetList_142.appendChild(thisLI_177);
							targetAnchor = document.getElementById("menulink_177");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_180 = menuLI("142","180","LS3478 坚固耐用的无线扫描器系列","/ls3478", "menuitem");
 		  targetList_142.appendChild(thisLI_180);
							targetAnchor = document.getElementById("menulink_180");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_181 = menuLI("142","181","Phaser 无线扫描器","http://www.symbol.com/category.php?category=181", "menuitem");
 		  targetList_142.appendChild(thisLI_181);
							targetAnchor = document.getElementById("menulink_181");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_141 = menuUL("141", "sub");
				tempnode.appendChild(thisUL_141);
				targetList_141 = document.getElementById("sub_141");
							thisLI_204 = menuLI("141","204","CS1504 手持式扫描器","/cs1504", "menuitem");
 		  targetList_141.appendChild(thisLI_204);
							targetAnchor = document.getElementById("menulink_204");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_5087 = menuLI("141","5087","DS6700 手持式数字成像仪扫描器","http://www.symbol.com/category.php?category=5087", "menuitem");
 		  targetList_141.appendChild(thisLI_5087);
							targetAnchor = document.getElementById("menulink_5087");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_832 = menuLI("141","832","LS1203 手持式扫描器","/ls1203", "menuitem");
 		  targetList_141.appendChild(thisLI_832);
							targetAnchor = document.getElementById("menulink_832");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_201 = menuLI("141","201","LS2208 手持式扫描器","/ls2208", "menuitem");
 		  targetList_141.appendChild(thisLI_201);
							targetAnchor = document.getElementById("menulink_201");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_735 = menuLI("141","735","LS4208 手持式扫描器","/ls4208", "menuitem");
 		  targetList_141.appendChild(thisLI_735);
							targetAnchor = document.getElementById("menulink_735");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_797 = menuLI("141","797","LS4278 手持式扫描器","/ls4278", "menuitem");
 		  targetList_141.appendChild(thisLI_797);
							targetAnchor = document.getElementById("menulink_797");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_208 = menuLI("141","208","LS7708 微型插槽演示扫描器","/ls7708", "menuitem");
 		  targetList_141.appendChild(thisLI_208);
							targetAnchor = document.getElementById("menulink_208");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_5125 = menuLI("141","5125","LS7808 水平微型插槽扫描器","http://www.symbol.com/category.php?category=5125", "menuitem");
 		  targetList_141.appendChild(thisLI_5125);
							targetAnchor = document.getElementById("menulink_5125");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_689 = menuLI("141","689","LS9203 全向扫描器","/ls9203", "menuitem");
 		  targetList_141.appendChild(thisLI_689);
							targetAnchor = document.getElementById("menulink_689");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_207 = menuLI("141","207","LS9208 演示扫描器","/ls9208", "menuitem");
 		  targetList_141.appendChild(thisLI_207);
							targetAnchor = document.getElementById("menulink_207");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_209 = menuLI("141","209","M2000 免持式扫描器","/m2000", "menuitem");
 		  targetList_141.appendChild(thisLI_209);
							targetAnchor = document.getElementById("menulink_209");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_163 = menuUL("163", "sub");
				tempnode.appendChild(thisUL_163);
				targetList_163 = document.getElementById("sub_163");
							thisLI_280 = menuLI("163","280","CSE600","/cse600", "menuitem");
 		  targetList_163.appendChild(thisLI_280);
							targetAnchor = document.getElementById("menulink_280");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_294 = menuLI("163","294","OEM Software Development Kit (SDK)","http://www.symbol.com/product.php?productid=294", "menuitem");
 		  targetList_163.appendChild(thisLI_294);
							targetAnchor = document.getElementById("menulink_294");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_282 = menuLI("163","282","SE1224HP","/se1224hp", "menuitem");
 		  targetList_163.appendChild(thisLI_282);
							targetAnchor = document.getElementById("menulink_282");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_284 = menuLI("163","284","SE12xxALR","/se12xxalr", "menuitem");
 		  targetList_163.appendChild(thisLI_284);
							targetAnchor = document.getElementById("menulink_284");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_281 = menuLI("163","281","SE12xxHP","/se12xxhp", "menuitem");
 		  targetList_163.appendChild(thisLI_281);
							targetAnchor = document.getElementById("menulink_281");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_283 = menuLI("163","283","SE12xxLR","/se12xxlr", "menuitem");
 		  targetList_163.appendChild(thisLI_283);
							targetAnchor = document.getElementById("menulink_283");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_285 = menuLI("163","285","SE12xxVHD","/se12xxvhd", "menuitem");
 		  targetList_163.appendChild(thisLI_285);
							targetAnchor = document.getElementById("menulink_285");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_286 = menuLI("163","286","SE12xxWA","/se12xxwa", "menuitem");
 		  targetList_163.appendChild(thisLI_286);
							targetAnchor = document.getElementById("menulink_286");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_287 = menuLI("163","287","SE1524ER","/se1524er", "menuitem");
 		  targetList_163.appendChild(thisLI_287);
							targetAnchor = document.getElementById("menulink_287");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_291 = menuLI("163","291","SE2223","/se2223", "menuitem");
 		  targetList_163.appendChild(thisLI_291);
							targetAnchor = document.getElementById("menulink_291");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_292 = menuLI("163","292","SE3223","/se3223", "menuitem");
 		  targetList_163.appendChild(thisLI_292);
							targetAnchor = document.getElementById("menulink_292");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_293 = menuLI("163","293","SE4400 成像仪","/se4400", "menuitem");
 		  targetList_163.appendChild(thisLI_293);
							targetAnchor = document.getElementById("menulink_293");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_804 = menuLI("163","804","SE95X","/se950955", "menuitem");
 		  targetList_163.appendChild(thisLI_804);
							targetAnchor = document.getElementById("menulink_804");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_3 = menuUL("3", "sub");
				tempnode.appendChild(thisUL_3);
				targetList_3 = document.getElementById("sub_3");
							thisLI_57 = menuLI("3","57","客户解决方案","/solutions/retail/retail_genmerch_overview_to_th1.html", "menuitem");
 		  targetList_3.appendChild(thisLI_57);
							targetAnchor = document.getElementById("menulink_57");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_55 = menuLI("3","55","库存管理解决方案","/solutions/retail/retail_genmerch_overview.html", "menuitem");
 		  targetList_3.appendChild(thisLI_55);
							targetAnchor = document.getElementById("menulink_55");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_56 = menuLI("3","56","移动商店经理解决方案","/solutions/retail/retail_on_the_selling_floor.html", "menuitem");
 		  targetList_3.appendChild(thisLI_56);
							targetAnchor = document.getElementById("menulink_56");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_58 = menuLI("3","58","销售点解决方案","/solutions/retail/retail_at_the_point_of_sale.html", "menuitem");
 		  targetList_3.appendChild(thisLI_58);
							targetAnchor = document.getElementById("menulink_58");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_147 = menuUL("147", "sub");
				tempnode.appendChild(thisUL_147);
				targetList_147 = document.getElementById("sub_147");
							thisLI_236 = menuLI("147","236","DC600 RFID 读取器端口系统","/dc600", "menuitem");
 		  targetList_147.appendChild(thisLI_236);
							targetAnchor = document.getElementById("menulink_236");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_309 = menuUL("309", "sub");
				tempnode.appendChild(thisUL_309);
				targetList_309 = document.getElementById("sub_309");
							thisLI_311 = menuLI("309","311","多样化","http://www.symbol.com/category.php?category=311", "menuitem");
 		  targetList_309.appendChild(thisLI_311);
							targetAnchor = document.getElementById("menulink_311");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_145 = menuUL("145", "sub");
				tempnode.appendChild(thisUL_145);
				targetList_145 = document.getElementById("sub_145");
							thisLI_728 = menuLI("145","728","双向 RFID 天线","http://www.symbol.com/product.php?productid=728", "menuitem");
 		  targetList_145.appendChild(thisLI_728);
							targetAnchor = document.getElementById("menulink_728");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_729 = menuLI("145","729","通用户内/户外 RFID 天线","http://www.symbol.com/product.php?productid=729", "menuitem");
 		  targetList_145.appendChild(thisLI_729);
							targetAnchor = document.getElementById("menulink_729");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_233 = menuLI("145","233","高性能面状 RFID 天线","http://www.symbol.com/product.php?productid=233", "menuitem");
 		  targetList_145.appendChild(thisLI_233);
							targetAnchor = document.getElementById("menulink_233");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_12 = menuUL("12", "sub");
				tempnode.appendChild(thisUL_12);
				targetList_12 = document.getElementById("sub_12");
							thisLI_61 = menuLI("12","61","Enterprise Asset Management","/solutions/field_service/enterprise_am_solutions.html", "menuitem");
 		  targetList_12.appendChild(thisLI_61);
							targetAnchor = document.getElementById("menulink_61");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_60 = menuLI("12","60","现场服务","/fieldservice", "menuitem");
 		  targetList_12.appendChild(thisLI_60);
							targetAnchor = document.getElementById("menulink_60");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_59 = menuLI("12","59","销售团队自动化","/solutions/field_service/field_svc_automation.html", "menuitem");
 		  targetList_12.appendChild(thisLI_59);
							targetAnchor = document.getElementById("menulink_59");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_5 = menuUL("5", "sub");
				tempnode.appendChild(thisUL_5);
				targetList_5 = document.getElementById("sub_5");
							thisLI_812 = menuLI("5","812","企业资产管理解决方案","/category.php?category=812", "menuitem");
 		  targetList_5.appendChild(thisLI_812);
							targetAnchor = document.getElementById("menulink_812");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_867 = menuLI("5","867","行业 CRM 解决方案","/category.php?category=867", "menuitem");
 		  targetList_5.appendChild(thisLI_867);
							targetAnchor = document.getElementById("menulink_867");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_111 = menuLI("5","111","材料及仓闸管理解决方案","/solutions/manufacturing/manufacturing_marketoverview_i.html", "menuitem");
 		  targetList_5.appendChild(thisLI_111);
							targetAnchor = document.getElementById("menulink_111");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_868 = menuLI("5","868","移动管理人员解决方案","/category.php?category=868", "menuitem");
 		  targetList_5.appendChild(thisLI_868);
							targetAnchor = document.getElementById("menulink_868");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_109 = menuLI("5","109","质量管理解决方案","/solutions/manufacturing/manufacturing_market_overview.html", "menuitem");
 		  targetList_5.appendChild(thisLI_109);
							targetAnchor = document.getElementById("menulink_109");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_110 = menuLI("5","110","生产现场解决方案","/solutions/manufacturing/manufacturing_applications.html", "menuitem");
 		  targetList_5.appendChild(thisLI_110);
							targetAnchor = document.getElementById("menulink_110");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_19 = menuUL("19", "sub");
				tempnode.appendChild(thisUL_19);
				targetList_19 = document.getElementById("sub_19");
							thisLI_152 = menuLI("19","152","企业级","/products/mobile_computers/mobile_pen_touch_computers.html", "menuitem");
 		  targetList_19.appendChild(thisLI_152);
							targetAnchor = document.getElementById("menulink_152");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_151 = menuLI("19","151","工业级","/products/mobile_computers/mobile_key-based_computers.html", "menuitem");
 		  targetList_19.appendChild(thisLI_151);
							targetAnchor = document.getElementById("menulink_151");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_153 = menuLI("19","153","移动购物系统","/products/consumer_systems/consumer_pss_ls.html", "menuitem");
 		  targetList_19.appendChild(thisLI_153);
							targetAnchor = document.getElementById("menulink_153");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_54 = menuUL("54", "sub");
				tempnode.appendChild(thisUL_54);
				targetList_54 = document.getElementById("sub_54");
							thisLI_650 = menuLI("54","650","新闻发布(中国)","/news/", "menuitem");
 		  targetList_54.appendChild(thisLI_650);
							targetAnchor = document.getElementById("menulink_650");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_651 = menuLI("57","651","讯宝全球新闻","http://www.symbol.com/news/", "menuitem");
 		  targetList_54.appendChild(thisLI_651);
							targetAnchor = document.getElementById("menulink_651");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_634 = menuLI("54","634","活动","http://www.symbol.com/news/events", "menuitem");
 		  targetList_54.appendChild(thisLI_634);
							targetAnchor = document.getElementById("menulink_634");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_79 = menuLI("54","79","媒体资源","http://www.symbol.com/news/reporters_only/reporters_only.html", "menuitem");
 		  targetList_54.appendChild(thisLI_79);
							targetAnchor = document.getElementById("menulink_79");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_185 = menuUL("185", "sub");
				tempnode.appendChild(thisUL_185);
				targetList_185 = document.getElementById("sub_185");
							thisLI_200 = menuLI("185","200","寻找合作伙伴","http://www.symbol.com/category.php?category=200", "menuitem");
 		  targetList_185.appendChild(thisLI_200);
							targetAnchor = document.getElementById("menulink_200");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_10 = menuUL("10", "sub");
				tempnode.appendChild(thisUL_10);
				targetList_10 = document.getElementById("sub_10");
							thisLI_125 = menuLI("10","125","成品环境","/solutions/warehouse_distribution/warehouse_distrib_applications.html", "menuitem");
 		  targetList_10.appendChild(thisLI_125);
							targetAnchor = document.getElementById("menulink_125");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_126 = menuLI("10","126","直接配送环境","/solutions/warehouse_distribution/warehouse_distrib_citations.html", "menuitem");
 		  targetList_10.appendChild(thisLI_126);
							targetAnchor = document.getElementById("menulink_126");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_124 = menuLI("10","124","原材料环境","/solutions/warehouse_distribution/market_overview_.html", "menuitem");
 		  targetList_10.appendChild(thisLI_124);
							targetAnchor = document.getElementById("menulink_124");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_18 = menuUL("18", "sub");
				tempnode.appendChild(thisUL_18);
				targetList_18 = document.getElementById("sub_18");
							thisLI_144 = menuLI("18","144","固定式 RFID 读取器","http://www.symbol.com/category.php?category=144", "menuitem");
 		  targetList_18.appendChild(thisLI_144);
							targetAnchor = document.getElementById("menulink_144");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_727 = menuLI("18","727","手持式 RFID 读取器","http://www.symbol.com/category.php?category=727", "menuitem");
 		  targetList_18.appendChild(thisLI_727);
							targetAnchor = document.getElementById("menulink_727");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_902 = menuLI("18","902","移动 RFID 读取器","http://www.symbol.com/category.php?category=902", "menuitem");
 		  targetList_18.appendChild(thisLI_902);
							targetAnchor = document.getElementById("menulink_902");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_145 = menuLI("18","145","RFID 天线","/products/rfid/rfidantennas.html", "menuitem");
 		  targetList_18.appendChild(thisLI_145);
							targetAnchor = document.getElementById("menulink_145");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_147 = menuLI("18","147","RFID 读取器端口系统","http://www.symbol.com/category.php?category=147", "menuitem");
 		  targetList_18.appendChild(thisLI_147);
							targetAnchor = document.getElementById("menulink_147");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_146 = menuLI("18","146","RFID 标签与嵌体","/products/rfid/rfidtags.html", "menuitem");
 		  targetList_18.appendChild(thisLI_146);
							targetAnchor = document.getElementById("menulink_146");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_13 = menuUL("13", "sub");
				tempnode.appendChild(thisUL_13);
				targetList_13 = document.getElementById("sub_13");
							thisLI_77 = menuLI("13","77","Fleet Maintenance","http://www.symbol.com/category.php?category=77", "menuitem");
 		  targetList_13.appendChild(thisLI_77);
							targetAnchor = document.getElementById("menulink_77");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_74 = menuLI("13","74","Fleet Management and Compliance","http://www.symbol.com/category.php?category=74", "menuitem");
 		  targetList_13.appendChild(thisLI_74);
							targetAnchor = document.getElementById("menulink_74");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_73 = menuLI("13","73","Mobile Dispatch","http://www.symbol.com/category.php?category=73", "menuitem");
 		  targetList_13.appendChild(thisLI_73);
							targetAnchor = document.getElementById("menulink_73");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_75 = menuLI("13","75","Mobile Pickup and Delivery","http://www.symbol.com/category.php?category=75", "menuitem");
 		  targetList_13.appendChild(thisLI_75);
							targetAnchor = document.getElementById("menulink_75");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_76 = menuLI("13","76","Yard Management","http://www.symbol.com/category.php?category=76", "menuitem");
 		  targetList_13.appendChild(thisLI_76);
							targetAnchor = document.getElementById("menulink_76");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_11 = menuUL("11", "sub");
				tempnode.appendChild(thisUL_11);
				targetList_11 = document.getElementById("sub_11");
							thisLI_78 = menuLI("11","78","全面服务","/solutions/solutions_catalog/dsdperishables.html", "menuitem");
 		  targetList_11.appendChild(thisLI_78);
							targetAnchor = document.getElementById("menulink_78");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_64 = menuLI("11","64","售前服务与推销","/solutions/dsdrouteacct/dsdmrktovrview.html", "menuitem");
 		  targetList_11.appendChild(thisLI_64);
							targetAnchor = document.getElementById("menulink_64");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_15 = menuUL("15", "sub");
				tempnode.appendChild(thisUL_15);
				targetList_15 = document.getElementById("sub_15");
							thisLI_141 = menuLI("15","141","一般用途的扫描器","http://www.symbol.com/category.php?category=141", "menuitem");
 		  targetList_15.appendChild(thisLI_141);
							targetAnchor = document.getElementById("menulink_141");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_785 = menuLI("15","785","MiniScan 固定式扫描器","http://www.symbol.com/category.php?category=785", "menuitem");
 		  targetList_15.appendChild(thisLI_785);
							targetAnchor = document.getElementById("menulink_785");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_142 = menuLI("15","142","耐用型扫描器","http://www.symbol.com/category.php?category=142", "menuitem");
 		  targetList_15.appendChild(thisLI_142);
							targetAnchor = document.getElementById("menulink_142");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_736 = menuUL("736", "sub");
				tempnode.appendChild(thisUL_736);
				targetList_736 = document.getElementById("sub_736");
							thisLI_1534 = menuLI("736","1534","捐赠申请","http://www.symbol.com/category.php?category=763", "menuitem");
 		  targetList_736.appendChild(thisLI_1534);
							targetAnchor = document.getElementById("menulink_1534");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_49 = menuUL("49", "sub");
				tempnode.appendChild(thisUL_49);
				targetList_49 = document.getElementById("sub_49");
							thisLI_298 = menuLI("49","298","如何购买","/howtobuy", "menuitem");
 		  targetList_49.appendChild(thisLI_298);
							targetAnchor = document.getElementById("menulink_298");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_722 = menuLI("49","722","全球办事处地点","http://www.symbol.com/category.php?category=722", "menuitem");
 		  targetList_49.appendChild(thisLI_722);
							targetAnchor = document.getElementById("menulink_722");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_843 = menuUL("843", "sub");
				tempnode.appendChild(thisUL_843);
				targetList_843 = document.getElementById("sub_843");
							thisLI_25 = menuLI("843","25","I. 策划与评估","/services/symbolcare/care_planning.html", "menuitem");
 		  targetList_843.appendChild(thisLI_25);
							targetAnchor = document.getElementById("menulink_25");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_27 = menuLI("843","27","II. 分析与设计","/services/symbolcare/care_development.html", "menuitem");
 		  targetList_843.appendChild(thisLI_27);
							targetAnchor = document.getElementById("menulink_27");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_182 = menuLI("843","182","III. 移动实施","/services/symbolcare/care_implementation.html", "menuitem");
 		  targetList_843.appendChild(thisLI_182);
							targetAnchor = document.getElementById("menulink_182");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_183 = menuLI("843","183","IV. 管理与支持","/services/symbolcare/care_support_.html", "menuitem");
 		  targetList_843.appendChild(thisLI_183);
							targetAnchor = document.getElementById("menulink_183");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_95 = menuUL("95", "sub");
				tempnode.appendChild(thisUL_95);
				targetList_95 = document.getElementById("sub_95");
							thisLI_100 = menuLI("95","100","IBM","/alliances/ibm", "menuitem");
 		  targetList_95.appendChild(thisLI_100);
							targetAnchor = document.getElementById("menulink_100");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_330 = menuLI("95","330","Intel","http://www.symbol.com/category.php?category=330", "menuitem");
 		  targetList_95.appendChild(thisLI_330);
							targetAnchor = document.getElementById("menulink_330");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_329 = menuLI("95","329","Microsoft","/alliances/microsoft", "menuitem");
 		  targetList_95.appendChild(thisLI_329);
							targetAnchor = document.getElementById("menulink_329");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_106 = menuLI("95","106","Oracle","/alliances/oracle", "menuitem");
 		  targetList_95.appendChild(thisLI_106);
							targetAnchor = document.getElementById("menulink_106");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_102 = menuLI("95","102","Zebra","/alliances/zebra", "menuitem");
 		  targetList_95.appendChild(thisLI_102);
							targetAnchor = document.getElementById("menulink_102");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}

								thisUL_22 = menuUL("22", "sub");
				tempnode.appendChild(thisUL_22);
				targetList_22 = document.getElementById("sub_22");
							thisLI_166 = menuLI("22","166","激光设影显示器 (LPD)","/lpd", "menuitem");
 		  targetList_22.appendChild(thisLI_166);
							targetAnchor = document.getElementById("menulink_166");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_162 = menuLI("22","162","MiniScan 固定式扫描器","/products/oem/miniscanmodules.html", "menuitem");
 		  targetList_22.appendChild(thisLI_162);
							targetAnchor = document.getElementById("menulink_162");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_164 = menuLI("22","164","移动计算平台","/products/oem/oem_et_aag.html", "menuitem");
 		  targetList_22.appendChild(thisLI_164);
							targetAnchor = document.getElementById("menulink_164");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_163 = menuLI("22","163","Scan Engines","/products/oem/oem_scan_engine_data_sheets.html", "menuitem");
 		  targetList_22.appendChild(thisLI_163);
							targetAnchor = document.getElementById("menulink_163");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_165 = menuLI("22","165","无线基础设施与客户端卡","/products/oem/oem_radio_engine_data_sheets.html", "menuitem");
 		  targetList_22.appendChild(thisLI_165);
							targetAnchor = document.getElementById("menulink_165");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_162 = menuUL("162", "sub");
				tempnode.appendChild(thisUL_162);
				targetList_162 = document.getElementById("sub_162");
							thisLI_279 = menuLI("162","279","LS1220 MiniScan","http://www.symbol.com/product.php?productid=279", "menuitem");
 		  targetList_162.appendChild(thisLI_279);
							targetAnchor = document.getElementById("menulink_279");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_273 = menuLI("162","273","MiniScan 12xx","/ms2xx", "menuitem");
 		  targetList_162.appendChild(thisLI_273);
							targetAnchor = document.getElementById("menulink_273");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_274 = menuLI("162","274","MiniScan 22xx","/ms22xx", "menuitem");
 		  targetList_162.appendChild(thisLI_274);
							targetAnchor = document.getElementById("menulink_274");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_275 = menuLI("162","275","MiniScan 32xx","/ms32xx", "menuitem");
 		  targetList_162.appendChild(thisLI_275);
							targetAnchor = document.getElementById("menulink_275");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_899 = menuLI("162","899","MiniScan 4400","/ms4400", "menuitem");
 		  targetList_162.appendChild(thisLI_899);
							targetAnchor = document.getElementById("menulink_899");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_276 = menuLI("162","276","MiniScan 804FZY","/ms804fzy", "menuitem");
 		  targetList_162.appendChild(thisLI_276);
							targetAnchor = document.getElementById("menulink_276");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_277 = menuLI("162","277","MiniScan 904HS","/ms904hs", "menuitem");
 		  targetList_162.appendChild(thisLI_277);
							targetAnchor = document.getElementById("menulink_277");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_870 = menuLI("162","870","MiniScan 954","/ms954", "menuitem");
 		  targetList_162.appendChild(thisLI_870);
							targetAnchor = document.getElementById("menulink_870");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_151 = menuUL("151", "sub");
				tempnode.appendChild(thisUL_151);
				targetList_151 = document.getElementById("sub_151");
							thisLI_690 = menuLI("151","690","MC1000","/mc1000", "menuitem");
 		  targetList_151.appendChild(thisLI_690);
							targetAnchor = document.getElementById("menulink_690");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_243 = menuLI("151","243","MC3000 系列","/mc3000", "menuitem");
 		  targetList_151.appendChild(thisLI_243);
							targetAnchor = document.getElementById("menulink_243");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_171 = menuLI("151","171","MC9000 系列","http://www.symbol.com/category.php?category=171", "menuitem");
 		  targetList_151.appendChild(thisLI_171);
							targetAnchor = document.getElementById("menulink_171");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_250 = menuLI("151","250","PPT8800","/ppt8800", "menuitem");
 		  targetList_151.appendChild(thisLI_250);
							targetAnchor = document.getElementById("menulink_250");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_213 = menuLI("151","213","RS-1 指环式扫描器","/rs-1", "menuitem");
 		  targetList_151.appendChild(thisLI_213);
							targetAnchor = document.getElementById("menulink_213");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_214 = menuLI("151","214","SRS-1 指环式扫描器","/srs-1", "menuitem");
 		  targetList_151.appendChild(thisLI_214);
							targetAnchor = document.getElementById("menulink_214");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_869 = menuLI("151","869","VC5090","/vc5090", "menuitem");
 		  targetList_151.appendChild(thisLI_869);
							targetAnchor = document.getElementById("menulink_869");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_212 = menuLI("151","212","WS1000/1060","/ws1000/1060", "menuitem");
 		  targetList_151.appendChild(thisLI_212);
							targetAnchor = document.getElementById("menulink_212");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_215 = menuLI("151","215","WS1200-LR","/ws1200-lr", "menuitem");
 		  targetList_151.appendChild(thisLI_215);
							targetAnchor = document.getElementById("menulink_215");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_152 = menuUL("152", "sub");
				tempnode.appendChild(thisUL_152);
				targetList_152 = document.getElementById("sub_152");
							thisLI_240 = menuLI("152","240","MC50","/mc50", "menuitem");
 		  targetList_152.appendChild(thisLI_240);
							targetAnchor = document.getElementById("menulink_240");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_796 = menuLI("152","796","MC70","/mc70", "menuitem");
 		  targetList_152.appendChild(thisLI_796);
							targetAnchor = document.getElementById("menulink_796");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_242 = menuLI("152","242","SPT1550","/spt1550", "menuitem");
 		  targetList_152.appendChild(thisLI_242);
							targetAnchor = document.getElementById("menulink_242");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_241 = menuLI("152","241","SPT1800","/spt1800", "menuitem");
 		  targetList_152.appendChild(thisLI_241);
							targetAnchor = document.getElementById("menulink_241");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_727 = menuUL("727", "sub");
				tempnode.appendChild(thisUL_727);
				targetList_727 = document.getElementById("sub_727");
							thisLI_231 = menuLI("727","231","MC9060-G 手持式 RFID 读取器","http://www.symbol.com/product.php?productid=231", "menuitem");
 		  targetList_727.appendChild(thisLI_231);
							targetAnchor = document.getElementById("menulink_231");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_17 = menuUL("17", "sub");
				tempnode.appendChild(thisUL_17);
				targetList_17 = document.getElementById("sub_17");
							thisLI_229 = menuLI("17","229","MK1100","/mk1100", "menuitem");
 		  targetList_17.appendChild(thisLI_229);
							targetAnchor = document.getElementById("menulink_229");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_228 = menuLI("17","228","MK2000","/mk2000", "menuitem");
 		  targetList_17.appendChild(thisLI_228);
							targetAnchor = document.getElementById("menulink_228");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_34 = menuUL("34", "sub");
				tempnode.appendChild(thisUL_34);
				targetList_34 = document.getElementById("sub_34");
							thisLI_746 = menuLI("34","746","移动计算","http://www.symbol.com/category.php?category=746", "menuitem");
 		  targetList_34.appendChild(thisLI_746);
							targetAnchor = document.getElementById("menulink_746");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_83 = menuLI("34","83","RFID","http://www.symbol.com/category.php?category=83", "menuitem");
 		  targetList_34.appendChild(thisLI_83);
							targetAnchor = document.getElementById("menulink_83");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_81 = menuLI("34","81","扫描/成像","http://www.symbol.com/category.php?category=81", "menuitem");
 		  targetList_34.appendChild(thisLI_81);
							targetAnchor = document.getElementById("menulink_81");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_82 = menuLI("34","82","IP 语音","http://www.symbol.com/category.php?category=82", "menuitem");
 		  targetList_34.appendChild(thisLI_82);
							targetAnchor = document.getElementById("menulink_82");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_85 = menuLI("34","85","无线 LAN","/products/wireless/knowledge_center.html", "menuitem");
 		  targetList_34.appendChild(thisLI_85);
							targetAnchor = document.getElementById("menulink_85");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_184 = menuUL("184", "sub");
				tempnode.appendChild(thisUL_184);
				targetList_184 = document.getElementById("sub_184");
							thisLI_198 = menuLI("184","198","MSP 服务","http://www.symbol.com/category.php?category=198", "menuitem");
 		  targetList_184.appendChild(thisLI_198);
							targetAnchor = document.getElementById("menulink_198");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_197 = menuLI("184","197","RFID 服务","http://www.symbol.com/category.php?category=197", "menuitem");
 		  targetList_184.appendChild(thisLI_197);
							targetAnchor = document.getElementById("menulink_197");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_199 = menuLI("184","199","无线基础架构服务","http://www.symbol.com/category.php?category=199", "menuitem");
 		  targetList_184.appendChild(thisLI_199);
							targetAnchor = document.getElementById("menulink_199");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_32 = menuUL("32", "sub");
				tempnode.appendChild(thisUL_32);
				targetList_32 = document.getElementById("sub_32");
							thisLI_1531 = menuLI("32","1531","在线支持请求","/contact/services_support_contact.html", "menuitem");
 		  targetList_32.appendChild(thisLI_1531);
							targetAnchor = document.getElementById("menulink_1531");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_862 = menuLI("32","862","电话支持","http://www.symbol.com/category.php?category=862", "menuitem");
 		  targetList_32.appendChild(thisLI_862);
							targetAnchor = document.getElementById("menulink_862");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_16 = menuUL("16", "sub");
				tempnode.appendChild(thisUL_16);
				targetList_16 = document.getElementById("sub_16");
							thisLI_879 = menuLI("16","879","PD4700","/pd4700", "menuitem");
 		  targetList_16.appendChild(thisLI_879);
							targetAnchor = document.getElementById("menulink_879");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_880 = menuLI("16","880","PD4750","/pd4750", "menuitem");
 		  targetList_16.appendChild(thisLI_880);
							targetAnchor = document.getElementById("menulink_880");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_878 = menuLI("16","878","PD8700","/pd8700", "menuitem");
 		  targetList_16.appendChild(thisLI_878);
							targetAnchor = document.getElementById("menulink_878");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_888 = menuLI("16","888","PD8705","/pd8705", "menuitem");
 		  targetList_16.appendChild(thisLI_888);
							targetAnchor = document.getElementById("menulink_888");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_153 = menuUL("153", "sub");
				tempnode.appendChild(thisUL_153);
				targetList_153 = document.getElementById("sub_153");
							thisLI_210 = menuLI("153","210","PSS","/pss", "menuitem");
 		  targetList_153.appendChild(thisLI_210);
							targetAnchor = document.getElementById("menulink_210");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_902 = menuUL("902", "sub");
				tempnode.appendChild(thisUL_902);
				targetList_902 = document.getElementById("sub_902");
							thisLI_903 = menuLI("902","903","RD5000 移动 RFID 读取器","/rd5000", "menuitem");
 		  targetList_902.appendChild(thisLI_903);
							targetAnchor = document.getElementById("menulink_903");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_146 = menuUL("146", "sub");
				tempnode.appendChild(thisUL_146);
				targetList_146 = document.getElementById("sub_146");
							thisLI_814 = menuLI("146","814","RFID 标签转换器合作伙伴","/labelconverters", "menuitem");
 		  targetList_146.appendChild(thisLI_814);
							targetAnchor = document.getElementById("menulink_814");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_296 = menuLI("146","296","RFX3000 第 1 代标签和嵌体","/gen1tags", "menuitem");
 		  targetList_146.appendChild(thisLI_296);
							targetAnchor = document.getElementById("menulink_296");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_861 = menuLI("146","861","RFX6000 第 2 代 RFID 标签和嵌体","/gen2tags", "menuitem");
 		  targetList_146.appendChild(thisLI_861);
							targetAnchor = document.getElementById("menulink_861");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_640 = menuUL("640", "sub");
				tempnode.appendChild(thisUL_640);
				targetList_640 = document.getElementById("sub_640");
							thisLI_642 = menuLI("640","642","从消费者的角度来遵从RoHS 和 WEEE","http://www.symbol.com/category.php?category=642", "menuitem");
 		  targetList_640.appendChild(thisLI_642);
							targetAnchor = document.getElementById("menulink_642");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_641 = menuLI("640","641","供应商的 RoHS 责任","http://www.symbol.com/category.php?category=641", "menuitem");
 		  targetList_640.appendChild(thisLI_641);
							targetAnchor = document.getElementById("menulink_641");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_30 = menuUL("30", "sub");
				tempnode.appendChild(thisUL_30);
				targetList_30 = document.getElementById("sub_30");
							thisLI_816 = menuLI("30","816","服务中心维修","http://www.symbol.com/category.php?category=816", "menuitem");
 		  targetList_30.appendChild(thisLI_816);
							targetAnchor = document.getElementById("menulink_816");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_816 = menuUL("816", "sub");
				tempnode.appendChild(thisUL_816);
				targetList_816 = document.getElementById("sub_816");
							thisLI_817 = menuLI("816","817","服务中心维修","http://www.symbol.com/category.php?category=817", "menuitem");
 		  targetList_816.appendChild(thisLI_817);
							targetAnchor = document.getElementById("menulink_817");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_818 = menuLI("816","818","服务中心维修 - 无合同","http://www.symbol.com/category.php?category=818", "menuitem");
 		  targetList_816.appendChild(thisLI_818);
							targetAnchor = document.getElementById("menulink_818");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_25 = menuUL("25", "sub");
				tempnode.appendChild(thisUL_25);
				targetList_25 = document.getElementById("sub_25");
							thisLI_186 = menuLI("25","186","现场评估与分析","/services/symbolcare/care_planning_description.html", "menuitem");
 		  targetList_25.appendChild(thisLI_186);
							targetAnchor = document.getElementById("menulink_186");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_45 = menuUL("45", "sub");
				tempnode.appendChild(thisUL_45);
				targetList_45 = document.getElementById("sub_45");
							thisLI_94 = menuLI("45","94","Symbol 认证专业人员服务供应商","http://www.symbol.com/category.php?category=94", "menuitem");
 		  targetList_45.appendChild(thisLI_94);
							targetAnchor = document.getElementById("menulink_94");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_44 = menuUL("44", "sub");
				tempnode.appendChild(thisUL_44);
				targetList_44 = document.getElementById("sub_44");
							thisLI_91 = menuLI("44","91","Symbol 认证专家服务供应商计划","http://www.symbol.com/category.php?category=91", "menuitem");
 		  targetList_44.appendChild(thisLI_91);
							targetAnchor = document.getElementById("menulink_91");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_92 = menuLI("44","92","Symbol 认证专家服务专业供应商计划","http://www.symbol.com/category.php?category=92", "menuitem");
 		  targetList_44.appendChild(thisLI_92);
							targetAnchor = document.getElementById("menulink_92");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_860 = menuUL("860", "sub");
				tempnode.appendChild(thisUL_860);
				targetList_860 = document.getElementById("sub_860");
							thisLI_755 = menuLI("860","755","与 SymbolPLUS 提供商有关的常见问题","http://www.symbol.com/category.php?category=755", "menuitem");
 		  targetList_860.appendChild(thisLI_755);
							targetAnchor = document.getElementById("menulink_755");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_756 = menuLI("860","756","SymbolPLUS Provider 产品","http://www.symbol.com/category.php?category=756", "menuitem");
 		  targetList_860.appendChild(thisLI_756);
							targetAnchor = document.getElementById("menulink_756");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_754 = menuLI("860","754","SymbolPLUS 提供商","http://www.symbol.com/category.php?category=754", "menuitem");
 		  targetList_860.appendChild(thisLI_754);
							targetAnchor = document.getElementById("menulink_754");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
								thisUL_752 = menuUL("752", "sub");
				tempnode.appendChild(thisUL_752);
				targetList_752 = document.getElementById("sub_752");
							thisLI_860 = menuLI("752","860","SymbolPLUS 提供商计划 (Provider Program)","/category.php?category=860", "menuitem");
 		  targetList_752.appendChild(thisLI_860);
							targetAnchor = document.getElementById("menulink_860");
				targetAnchor.className = "sublink";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_859 = menuLI("752","859","SymbolPLUS 解决方案验证计划 (Solutions Validation Program) ","http://www.symbol.com/category.php?category=859", "menuitem");
 		  targetList_752.appendChild(thisLI_859);
							targetAnchor = document.getElementById("menulink_859");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}

/*期刊订阅 开始*/
								thisUL_46 = menuUL("46", "sub");
				tempnode.appendChild(thisUL_46);
				targetList_46 = document.getElementById("sub_46");
							thisLI_9998 = menuLI("46","9998","专刊目录","/edm/partner/", "menuitem");
 		  targetList_46.appendChild(thisLI_9998);
							targetAnchor = document.getElementById("menulink_9998");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_9999 = menuLI("46","9999","专刊订阅","/edm/partner/subscribe/", "menuitem");
 		  targetList_46.appendChild(thisLI_9999);
							targetAnchor = document.getElementById("menulink_9999");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
/*期刊订阅 结束*/












/*服务与支持-网上讲座 */
								thisUL_40 = menuUL("40", "sub");
				tempnode.appendChild(thisUL_40);
				targetList_40 = document.getElementById("sub_40");
							thisLI_133 = menuLI("40","133","按需网上讲座","/webinar/on-demand_webinars.html", "menuitem");
 		  targetList_40.appendChild(thisLI_133);
							targetAnchor = document.getElementById("menulink_133");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}

/*产品-无线基础架构-无线交换机*/
								thisUL_154 = menuUL("154", "sub");
				tempnode.appendChild(thisUL_154);
				targetList_154 = document.getElementById("sub_154");
							thisLI_255 = menuLI("154","255","WS2000 Wireless Switch","/ws2000", "menuitem");
 		  targetList_154.appendChild(thisLI_255);
							targetAnchor = document.getElementById("menulink_255");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_253 = menuLI("154","253","WS5100 Wireless Switch","/ws5100", "menuitem");
 		  targetList_154.appendChild(thisLI_253);
							targetAnchor = document.getElementById("menulink_253");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_798 = menuLI("154","798","WS5120 Wireless Switch","/ws5120", "menuitem");
 		  targetList_154.appendChild(thisLI_798);
							targetAnchor = document.getElementById("menulink_798");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}

/*产品-RFID-固定式 RFID 读取器*/
								thisUL_144 = menuUL("144", "sub");
				tempnode.appendChild(thisUL_144);
				targetList_144 = document.getElementById("sub_144");
							thisLI_232 = menuLI("144","232","XR400 固定式 RFID 读取器","/xr400", "menuitem");
 		  targetList_144.appendChild(thisLI_232);
							targetAnchor = document.getElementById("menulink_232");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
							thisLI_834 = menuLI("144","834","XR480 固定式 RFID 读取器","/xr480", "menuitem");
 		  targetList_144.appendChild(thisLI_834);
							targetAnchor = document.getElementById("menulink_834");
				targetAnchor.className = "endpoint";
				targetAnchor.onmouseover=function(){
					try  { menuOn(this.id);}
					catch(err) {return null; }
				}
				targetAnchor.onmouseout=function(){
					try  { menuOff(this.id);}
					catch(err) {return null; }
				}
					if (document.getElementById('menulink_157'))	{
		menutarget = document.getElementById('menu_157');
		subtarget = document.getElementById('sub_157');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_20'))	{
		menutarget = document.getElementById('menu_20');
		subtarget = document.getElementById('sub_20');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_298'))	{
		menutarget = document.getElementById('menu_298');
		subtarget = document.getElementById('sub_298');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_331'))	{
		menutarget = document.getElementById('menu_331');
		subtarget = document.getElementById('sub_331');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_328'))	{
		menutarget = document.getElementById('menu_328');
		subtarget = document.getElementById('sub_328');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_844'))	{
		menutarget = document.getElementById('menu_844');
		subtarget = document.getElementById('sub_844');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_21'))	{
		menutarget = document.getElementById('menu_21');
		subtarget = document.getElementById('sub_21');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_161'))	{
		menutarget = document.getElementById('menu_161');
		subtarget = document.getElementById('sub_161');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_7'))	{
		menutarget = document.getElementById('menu_7');
		subtarget = document.getElementById('sub_7');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_52'))	{
		menutarget = document.getElementById('menu_52');
		subtarget = document.getElementById('sub_52');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_155'))	{
		menutarget = document.getElementById('menu_155');
		subtarget = document.getElementById('sub_155');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_80'))	{
		menutarget = document.getElementById('menu_80');
		subtarget = document.getElementById('sub_80');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_27'))	{
		menutarget = document.getElementById('menu_27');
		subtarget = document.getElementById('sub_27');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_6'))	{
		menutarget = document.getElementById('menu_6');
		subtarget = document.getElementById('sub_6');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_4'))	{
		menutarget = document.getElementById('menu_4');
		subtarget = document.getElementById('sub_4');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_43'))	{
		menutarget = document.getElementById('menu_43');
		subtarget = document.getElementById('sub_43');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_312'))	{
		menutarget = document.getElementById('menu_312');
		subtarget = document.getElementById('sub_312');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_315'))	{
		menutarget = document.getElementById('menu_315');
		subtarget = document.getElementById('sub_315');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_318'))	{
		menutarget = document.getElementById('menu_318');
		subtarget = document.getElementById('sub_318');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_156'))	{
		menutarget = document.getElementById('menu_156');
		subtarget = document.getElementById('sub_156');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_53'))	{
		menutarget = document.getElementById('menu_53');
		subtarget = document.getElementById('sub_53');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_142'))	{
		menutarget = document.getElementById('menu_142');
		subtarget = document.getElementById('sub_142');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_141'))	{
		menutarget = document.getElementById('menu_141');
		subtarget = document.getElementById('sub_141');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_163'))	{
		menutarget = document.getElementById('menu_163');
		subtarget = document.getElementById('sub_163');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_3'))	{
		menutarget = document.getElementById('menu_3');
		subtarget = document.getElementById('sub_3');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_147'))	{
		menutarget = document.getElementById('menu_147');
		subtarget = document.getElementById('sub_147');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_309'))	{
		menutarget = document.getElementById('menu_309');
		subtarget = document.getElementById('sub_309');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_145'))	{
		menutarget = document.getElementById('menu_145');
		subtarget = document.getElementById('sub_145');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_12'))	{
		menutarget = document.getElementById('menu_12');
		subtarget = document.getElementById('sub_12');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_5'))	{
		menutarget = document.getElementById('menu_5');
		subtarget = document.getElementById('sub_5');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_19'))	{
		menutarget = document.getElementById('menu_19');
		subtarget = document.getElementById('sub_19');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_54'))	{
		menutarget = document.getElementById('menu_54');
		subtarget = document.getElementById('sub_54');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_185'))	{
		menutarget = document.getElementById('menu_185');
		subtarget = document.getElementById('sub_185');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_10'))	{
		menutarget = document.getElementById('menu_10');
		subtarget = document.getElementById('sub_10');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_18'))	{
		menutarget = document.getElementById('menu_18');
		subtarget = document.getElementById('sub_18');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_13'))	{
		menutarget = document.getElementById('menu_13');
		subtarget = document.getElementById('sub_13');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_11'))	{
		menutarget = document.getElementById('menu_11');
		subtarget = document.getElementById('sub_11');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_15'))	{
		menutarget = document.getElementById('menu_15');
		subtarget = document.getElementById('sub_15');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_736'))	{
		menutarget = document.getElementById('menu_736');
		subtarget = document.getElementById('sub_736');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_49'))	{
		menutarget = document.getElementById('menu_49');
		subtarget = document.getElementById('sub_49');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_843'))	{
		menutarget = document.getElementById('menu_843');
		subtarget = document.getElementById('sub_843');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_95'))	{
		menutarget = document.getElementById('menu_95');
		subtarget = document.getElementById('sub_95');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_22'))	{
		menutarget = document.getElementById('menu_22');
		subtarget = document.getElementById('sub_22');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_162'))	{
		menutarget = document.getElementById('menu_162');
		subtarget = document.getElementById('sub_162');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_151'))	{
		menutarget = document.getElementById('menu_151');
		subtarget = document.getElementById('sub_151');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_152'))	{
		menutarget = document.getElementById('menu_152');
		subtarget = document.getElementById('sub_152');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_727'))	{
		menutarget = document.getElementById('menu_727');
		subtarget = document.getElementById('sub_727');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_17'))	{
		menutarget = document.getElementById('menu_17');
		subtarget = document.getElementById('sub_17');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_34'))	{
		menutarget = document.getElementById('menu_34');
		subtarget = document.getElementById('sub_34');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_184'))	{
		menutarget = document.getElementById('menu_184');
		subtarget = document.getElementById('sub_184');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_32'))	{
		menutarget = document.getElementById('menu_32');
		subtarget = document.getElementById('sub_32');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_16'))	{
		menutarget = document.getElementById('menu_16');
		subtarget = document.getElementById('sub_16');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_153'))	{
		menutarget = document.getElementById('menu_153');
		subtarget = document.getElementById('sub_153');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_902'))	{
		menutarget = document.getElementById('menu_902');
		subtarget = document.getElementById('sub_902');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_146'))	{
		menutarget = document.getElementById('menu_146');
		subtarget = document.getElementById('sub_146');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_640'))	{
		menutarget = document.getElementById('menu_640');
		subtarget = document.getElementById('sub_640');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_30'))	{
		menutarget = document.getElementById('menu_30');
		subtarget = document.getElementById('sub_30');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_816'))	{
		menutarget = document.getElementById('menu_816');
		subtarget = document.getElementById('sub_816');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_25'))	{
		menutarget = document.getElementById('menu_25');
		subtarget = document.getElementById('sub_25');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_46'))	{
		menutarget = document.getElementById('menu_46');
		subtarget = document.getElementById('sub_46');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_45'))	{
		menutarget = document.getElementById('menu_45');
		subtarget = document.getElementById('sub_45');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_44'))	{
		menutarget = document.getElementById('menu_44');
		subtarget = document.getElementById('sub_44');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_860'))	{
		menutarget = document.getElementById('menu_860');
		subtarget = document.getElementById('sub_860');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_752'))	{
		menutarget = document.getElementById('menu_752');
		subtarget = document.getElementById('sub_752');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_40'))	{
		menutarget = document.getElementById('menu_40');
		subtarget = document.getElementById('sub_40');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_154'))	{
		menutarget = document.getElementById('menu_154');
		subtarget = document.getElementById('sub_154');
		menutarget.appendChild(subtarget);
	}
		if (document.getElementById('menulink_144'))	{
		menutarget = document.getElementById('menu_144');
		subtarget = document.getElementById('sub_144');
		menutarget.appendChild(subtarget);
	}
	tempnode.parentNode.removeChild(tempnode);

}
