﻿<!--
var count = 0;
var catCount = 0;
var menuData = new Array();
var tmpData = new Array();

/// 产品
tmpData[count++] = new menuobject("处理器","http://www.intel.com/cd/products/services/apac/zho/processors/index.htm?iid=CNhome+hdr_nav2_processors");
tmpData[count++] = new menuobject("芯片组","http://www.intel.com/cd/products/services/apac/zho/chipsets/index.htm?iid=CNhome+hdr_nav2_chipsets");
tmpData[count++] = new menuobject("主板","http://www.intel.com/cd/products/services/apac/zho/motherboards/index.htm?iid=CNhome+hdr_nav2_motherbds");
tmpData[count++] = new menuobject("台式机","http://www.intel.com/cd/products/services/apac/zho/desktop/index.htm?iid=CNhome+hdr_nav2_desktop");
tmpData[count++] = new menuobject("笔记本电脑","http://www.intel.com/cd/products/services/apac/zho/notebook/index.htm?iid=CNhome+hdr_nav2_laptop");
tmpData[count++] = new menuobject("服务器与工作站","http://www.intel.com/cd/products/services/apac/zho/server/index.htm?iid=CNhome+hdr_nav2_server");
tmpData[count++] = new menuobject("嵌入式组件","http://www.intel.com/cd/products/services/apac/zho/embedded/index.htm?iid=CNhome+hdr_nav2_embedded");
tmpData[count++] = new menuobject("网络与通信","http://www.intel.com/cd/products/services/apac/zho/netcomm/index.htm?iid=CNhome+hdr_nav2_netcomms");
tmpData[count++] = new menuobject("软件开发产品","http://www.intel.com/cn/software/products/index.htm?iid=CNhome+hdr_nav2_software");
tmpData[count++] = new menuobject("英特尔&trade; 英保通&trade; 平台","http://platformadmintech.intel.com/cn/index.htm?iid=CNhome+hdr_nav2_ipad");
tmpData[count++] = new menuobject("更多产品","http://www.intel.com/products/sitemap.htm?iid=CNhome+hdr_nav2_moreprod");

renderdata();

// 技术与研究
tmpData[count++] = new menuobject("架构","http://www.intel.com/technology/architecture/index.htm?iid=CNhome+hdr_nav2_arch");
tmpData[count++] = new menuobject("平台","http://www.intel.com/platforms/index.htm?iid=CNhome+hdr_nav2_platform");
tmpData[count++] = new menuobject("研究","http://www.intel.com/research/index.htm?iid=CNhome+hdr_nav2_research");
tmpData[count++] = new menuobject("硅片","http://www.intel.com/technology/silicon/index.htm?iid=CNhome+hdr_nav2_silicon");
tmpData[count++] = new menuobject("软件与应用","http://www.intel.com/technology/applications/index.htm?iid=CNhome+hdr_nav2_apps");
tmpData[count++] = new menuobject("标准","http://www.intel.com/standards/cn/?iid=CNhome+hdr_nav2_standards");


renderdata();

// 资讯索引
tmpData[count++] = new menuobject("家用/个人","http://www.intel.com/cd/personal/computing/apac/zho/index.htm?iid=CNhome+hdr_nav2_personal");
tmpData[count++] = new menuobject("商用/企业","http://www.intel.com/cd/business/enterprise/apac/zho/index.htm?iid=CNhome+hdr_nav2_business");
tmpData[count++] = new menuobject("中小企业","http://www.intel.com/cd/business/enterprise/apac/zho/251609.htm?iid=CNhome+hdr_nav2_smallbiz");
tmpData[count++] = new menuobject("硬件设计","http://www.intel.com/design/index.htm?iid=CNhome+hdr_nav2_hardware");
tmpData[count++] = new menuobject("软件开发","http://www.intel.com/cd/ids/developer/apac/zho/index.htm?iid=CNhome+hdr_nav2_swnetwork");
tmpData[count++] = new menuobject("英特尔&trade; 经销商中心","http://www.intel.com/cd/channel/reseller/apac/zho/index.htm");


renderdata();

// 支持与下载
tmpData[count++] = new menuobject("下载中心","http://downloadfinder.intel.com/scripts-df-external/Support_Intel.aspx?iid=CNhome+hdr_nav2_download&lang=zho");
tmpData[count++] = new menuobject("产品支持","http://support.intel.com/support/cn/index.htm?iid=CNhome+hdr_nav2_prodsupport");
tmpData[count++] = new menuobject("软件支持","http://www.intel.com/cd/ids/developer/apac/zho/support/index.htm?iid=CNhome+hdr_nav2_swsupport");
tmpData[count++] = new menuobject("支持服务","http://support.intel.com/services/index.htm?iid=CNhome+hdr_nav2_services");
tmpData[count++] = new menuobject("联系支持","http://support.intel.com/support/cn/feedback.htm?iid=CNhome+hdr_nav2_contactsup");
tmpData[count++] = new menuobject("搜索支持","http://mysearch.intel.com/support/default.aspx?lang=zho?iid=CNhome+hdr_nav2_searchsup");


renderdata();


//-->

