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