﻿<!--
var count = 0;
var catCount = 0;
//var menuData = new Array();
var tmpData = new Array();

// Products   "http://www.intel.com/products/index.htm?iid=APAChomepage+hdr_nav1_products&"


tmpData[count++] = new menuobject("Processors","http://www.intel.com/products/processor/index.htm?iid=APAChome+hdr_nav2_processors&");
tmpData[count++] = new menuobject("Chipsets","http://www.intel.com/products/chipsets/index.htm?iid=APAChome+hdr_nav2_chipsets&");
tmpData[count++] = new menuobject("Motherboards","http://www.intel.com/products/motherboard/index.htm?iid=APAChome+hdr_nav2_motherbds&");
tmpData[count++] = new menuobject("Desktop","http://www.intel.com/products/desktop/index.htm?iid=APAChome+hdr_nav2_desktop&");
tmpData[count++] = new menuobject("Notebook","http://www.intel.com/products/laptop/index.htm?iid=APAChome+hdr_nav2_laptop&");
tmpData[count++] = new menuobject("Server/Workstation","http://www.intel.com/products/server/index.htm?iid=APAChome+hdr_nav2_server&");
tmpData[count++] = new menuobject("Embedded","http://www.intel.com/products/embedded/index.htm?iid=APAChome+hdr_nav2_embedded&");
tmpData[count++] = new menuobject("Networking & Communications","http://www.intel.com/netcomms/index.htm?iid=APAChome+hdr_nav2_netcomms&");
tmpData[count++] = new menuobject("Software","http://www.intel.com/cd/software/main/asmo-na/eng/294191.htm?iid=APAChome+hdr_nav2_software&");
tmpData[count++] = new menuobject("More Products","http://www.intel.com/products/sitemap.htm?iid=APAChome+hdr_nav2_moreprod&");


renderdata();

// Technology & Research  : "http://www.intel.com/technology/index.htm?iid=APAChome+hdr_nav1_technology&"

tmpData[count++] = new menuobject("Architecture","http://www.intel.com/technology/architecture-silicon/index.htm?iid=APAChome+hdr_nav2_arch&");
tmpData[count++] = new menuobject("Platform Benefits","http://www.intel.com/platforms/index.htm?iid=APAChome+hdr_nav2_platform&");
tmpData[count++] = new menuobject("Research","http://www.intel.com/research/index.htm?iid=APAChome+hdr_nav2_research&");
tmpData[count++] = new menuobject("Silicon","http://www.intel.com/technology/silicon/index.htm?iid=APAChome+hdr_nav2_silicon&");
tmpData[count++] = new menuobject("Standards & Initiatives","http://www.intel.com/standards/index.htm?iid=APAChome+hdr_nav2_standards&");

renderdata();

// Resource Center   : http://www.intel.com/resources/index.htm?iid=APAChome+hdr_nav1_resource


tmpData[count++] = new menuobject("Personal Computing","http://www.intel.com/cd/personal/computing/apac/eng/index.htm?iid=APAChome+hdr_nav2_personal&");
tmpData[count++] = new menuobject("Business/Enterprise","http://www.intel.com/cd/business/enterprise/apac/eng/index.htm?iid=APAChome+hdr_nav2_business&");
tmpData[count++] = new menuobject("Hardware Design","http://www.intel.com/design/index.htm?iid=APAChome+hdr_nav2_hardware&");
tmpData[count++] = new menuobject("Software Development","http://www.intel.com/cd/ids/developer/asmo-na/eng/index.htm?iid=APAChome+hdr_nav2_swnetwork&");
tmpData[count++] = new menuobject("Reseller Center","http://www.intel.com/cd/channel/reseller/apac/eng/index.htm?");

renderdata();

// Supports & Downloads  : http://www.intel.com/support/index.htm?iid=APAChome+hdr_nav1_support


tmpData[count++] = new menuobject("Download Center","http://downloadfinder.intel.com/scripts-df-external/Support_Intel.aspx?iid=APAChome+hdr_nav2_download&");
tmpData[count++] = new menuobject("Product Support","http://www.intel.com/support/product.htm?iid=APAChome+hdr_nav2_prodsupport&");
tmpData[count++] = new menuobject("Software Support","http://www.intel.com/software/support/index.htm?iid=APAChome+hdr_nav2_swsupport&");
tmpData[count++] = new menuobject("Support Services","http://www.intel.com/services/index.htm?iid=APAChome+hdr_nav2_services&");
tmpData[count++] = new menuobject("Contact Support","http://www.intel.com/support/feedback.htm?iid=APAChome+hdr_nav2_contactsup&");
tmpData[count++] = new menuobject("Search Support","http://mysearch.intel.com/support/default.aspx?iid=APAChome+hdr_nav2_searchsup&");

renderdata();

// Where to Buy    :   http://www.intel.com/cd/corporate/buy/apac/eng/index.htm?iid=APAChome+hdr_nav1_buy

//-->
