﻿<!--
var count = 0;
var catCount = 0;
var menuData = new Array();
var tmpData = new Array();

// Products
tmpData[count++] = new menuobject("Processors","http://www.intel.com/cd/products/services/emea/eng/processors/index.htm");
tmpData[count++] = new menuobject("Chipsets","http://www.intel.com/cd/products/services/emea/eng/chipsets/index.htm");
tmpData[count++] = new menuobject("Motherboards","http://www.intel.com/cd/products/services/emea/eng/motherboards/index.htm");
tmpData[count++] = new menuobject("Desktop","http://www.intel.com/cd/products/services/emea/eng/desktop/index.htm");
tmpData[count++] = new menuobject("Laptop","http://www.intel.com/cd/products/services/emea/eng/notebook/index.htm");
tmpData[count++] = new menuobject("Server and Workstation","http://www.intel.com/cd/products/services/emea/eng/server/index.htm");
tmpData[count++] = new menuobject("Networking and Communications","http://www.intel.com/cd/network/communications/emea/eng/index.htm");
tmpData[count++] = new menuobject("Embedded and Flash Memory","http://www.intel.com/products/embedded/index.htm");
tmpData[count++] = new menuobject("Software","http://www.intel.com/cd/software/products/asmo-na/eng/index.htm");

renderdata();

// Technology & Research
tmpData[count++] = new menuobject("Silicon","http://www.intel.com/cd/corporate/techtrends/emea/eng/silicon/index.htm");
tmpData[count++] = new menuobject("Computing","http://www.intel.com/cd/corporate/techtrends/emea/eng/computing/index.htm");
tmpData[count++] = new menuobject("Communications","http://www.intel.com/cd/corporate/techtrends/emea/eng/communications/index.htm");
tmpData[count++] = new menuobject("Systems","http://www.intel.com/cd/corporate/techtrends/emea/eng/systems/index.htm");
tmpData[count++] = new menuobject("Standards","http://www.intel.com/cd/corporate/techtrends/emea/eng/standards/index.htm");

renderdata();

// Solutions & Services
tmpData[count++] = new menuobject("Wireless","http://www.intel.com/cd/corporate/solutions/emea/eng/wireless/index.htm");
tmpData[count++] = new menuobject("Hardware Design","http://www.intel.com/hardwaredesign/solutions/index.htm");
tmpData[count++] = new menuobject("Networking and Communications","http://www.intel.com/cd/network/communications/emea/eng/solutions/index.htm");
tmpData[count++] = new menuobject("Software Development","http://www.intel.com/cd/ids/developer/asmo-na/eng/strategy/index.htm");
tmpData[count++] = new menuobject("Business and IT","http://www.intel.com/cd/business/enterprise/emea/eng/bss/solutions/blueprints/index.htm");
tmpData[count++] = new menuobject("Solution Providers","https://intel.allegis.com/partnerlocator.asp?country=gb&language=english");
tmpData[count++] = new menuobject("Solution Services","http://www.intel.com/cd/services/intelsolutionservices/asmo-na/eng/index.htm");

renderdata();

// Resource Center
tmpData[count++] = new menuobject("Personal Computing","http://www.intel.com/cd/personal/computing/emea/eng/index.htm");
tmpData[count++] = new menuobject("Education","http://www.intel.com/cd/corporate/education/emea/eng/uk/index.htm");
tmpData[count++] = new menuobject("Small Business","http://www.intel.com/cd/business/enterprise/emea/eng/smallbusiness/index.htm");
tmpData[count++] = new menuobject("Business/Enterprise","http://www.intel.com/cd/business/enterprise/emea/eng/index.htm");
tmpData[count++] = new menuobject("Networking and Communications","http://www.intel.com/cd/network/communications/emea/eng/index.htm");
tmpData[count++] = new menuobject("Hardware Design","http://developer.intel.com/sites/developer/index.htm");
tmpData[count++] = new menuobject("Software Network","http://www.intel.com/cd/ids/developer/asmo-na/eng/index.htm");
tmpData[count++] = new menuobject("Reseller Center","http://www.intel.com/cd/channel/reseller/emea/eng/index.htm");

renderdata();

// Supports & Downloads
tmpData[count++] = new menuobject("Download Center","http://downloadfinder.intel.com/scripts-df-external/Support_Intel.aspx?lang=eng");
tmpData[count++] = new menuobject("Product Support","http://support.intel.com/support/index.htm");
tmpData[count++] = new menuobject("Support Services","http://support.intel.com/services/index.htm");
tmpData[count++] = new menuobject("Contact Support","http://support.intel.com/support/feedback.htm");
tmpData[count++] = new menuobject("Search Support","http://mysearch.intel.com/support/default.aspx?lang=eng");


renderdata();

//-->