<!--
var count = 0;
var catCount = 0;
var menuData = new Array();
var tmpData = new Array();

// Products
tmpData[count++] = new menuobject("Processors","/cd/products/services/emea/eng/processors/index.htm?iid=enghome+nav2_processors");
tmpData[count++] = new menuobject("Chipsets","/cd/products/services/emea/eng/chipsets/index.htm?iid=enghome+nav2_chipsets");
tmpData[count++] = new menuobject("Motherboards","/cd/products/services/emea/eng/motherboards/index.htm?iid=enghome+nav2_motherbds");
tmpData[count++] = new menuobject("Desktop","/cd/products/services/emea/eng/desktop/index.htm?iid=enghome+nav2_desktop");
tmpData[count++] = new menuobject("Notebook","/cd/products/services/emea/eng/notebook/index.htm?iid=enghome+nav2_laptop");
tmpData[count++] = new menuobject("Server and Workstation","/cd/products/services/emea/eng/server/index.htm?iid=enghome+nav2_server");
tmpData[count++] = new menuobject("Embedded","/cd/design/embedded/emea/eng/index.htm?iid=enghome+nav2_embedded");
tmpData[count++] = new menuobject("Networking and Communications","/cd/network/communications/emea/eng/index.htm?iid=enghome+nav2_netcoms");
tmpData[count++] = new menuobject("Software","/cd/software/main/asmo-na/eng/294191.htm?iid=enghome+nav2_software");
tmpData[count++] = new menuobject("More Products","/cd/products/services/emea/eng/sitemap/index.htm?iid=enghome+nav2_sitemap");

renderdata();

// Technology & Research
tmpData[count++] = new menuobject("Architecture","/cd/corporate/techtrends/emea/eng/architecture/index.htm?iid=enghome+nav2_architecture");
tmpData[count++] = new menuobject("Platform Benefits","/cd/corporate/techtrends/emea/eng/platforms/index.htm?iid=enghome+nav2_platforms");
tmpData[count++] = new menuobject("Research","/cd/corporate/techtrends/emea/eng/research/index.htm?iid=enghome+nav2_research");
tmpData[count++] = new menuobject("Silicon","/cd/corporate/techtrends/emea/eng/silicon/index.htm?iid=enghome+nav2_silicon");
tmpData[count++] = new menuobject("Software &amp; Applications","/cd/corporate/techtrends/emea/eng/applications/index.htm?iid=enghome+nav2_applications");
tmpData[count++] = new menuobject("Standards &amp; Initiatives","/cd/corporate/techtrends/emea/eng/standards/index.htm?iid=enghome+nav2_standards");

renderdata();

// Resource Center
tmpData[count++] = new menuobject("Personal Computing","/cd/personal/computing/emea/eng/index.htm?iid=enghome+nav2_personal");
tmpData[count++] = new menuobject("Business/Enterprise","/cd/business/enterprise/emea/eng/index.htm?iid=enghome+nav2_business");
tmpData[count++] = new menuobject("Hardware Design","http://www.intel.com/design/index.htm?iid=enghome+nav2_hardware");
tmpData[count++] = new menuobject("Software Network","/cd/ids/developer/asmo-na/eng/index.htm?iid=enghome+nav2_swnetwork");
tmpData[count++] = new menuobject("Reseller Center","/cd/channel/reseller/emea/eng/index.htm?iid=enghome+nav2_resellerctr");
renderdata();

// Supports & Downloads
tmpData[count++] = new menuobject("Download Center","http://downloadfinder.intel.com/scripts-df-external/Support_Intel.aspx?lang=eng&iid=enghome+nav2_download");
tmpData[count++] = new menuobject("Product Support","http://www.intel.com/support/product.htm?iid=enghome+nav2_prodsupport");
tmpData[count++] = new menuobject("Support Services","http://www.intel.com/services/index.htm?iid=enghome+nav2_services");
tmpData[count++] = new menuobject("Contact Support","http://www.intel.com/support/feedback.htm?iid=enghome+nav2_contactsup");
tmpData[count++] = new menuobject("Search Support","http://mysearch.intel.com/support/default.aspx?lang=eng&iid=enghome+nav2_searchsup");


renderdata();

//-->
