<!--
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=CorporateV3+Header_2_Product_Proc");
tmpData[count++] = new menuobject("Chipsets","http://www.intel.com/products/chipsets/index.htm?iid=CorporateV3+Header_2_Product_Chip");
tmpData[count++] = new menuobject("Motherboards","http://www.intel.com/products/motherboard/index.htm?iid=CorporateV3+Header_2_Product_MB");
tmpData[count++] = new menuobject("Desktop","http://www.intel.com/products/desktop/index.htm?iid=CorporateV3+Header_2_Product_Desk");
tmpData[count++] = new menuobject("Laptop","http://www.intel.com/products/laptop/index.htm?iid=CorporateV3+Header_2_Product_Lap");
tmpData[count++] = new menuobject("Server/Workstation","http://www.intel.com/products/server/index.htm?iid=CorporateV3+Header_2_Product_SvrWkn");
tmpData[count++] = new menuobject("Embedded and Flash Memory","http://www.intel.com/products/embedded/index.htm?iid=CorporateV3+Header_2_Product_Flash");
tmpData[count++] = new menuobject("Networking &amp; Communications","http://www.intel.com/netcomms/products/index.htm?iid=CorporateV3+Header_2_Product_Network");
tmpData[count++] = new menuobject("Software","http://www.intel.com/cd/software/products/asmo-na/eng/index.htm?iid=CorporateV3+Header_2_Product_SW");

renderdata();

// Technology & Research
tmpData[count++] = new menuobject("Silicon","http://www.intel.com/technology/silicon/index.htm?iid=CorporateV3+Header_2_Technology_Silicon");
tmpData[count++] = new menuobject("Computing","http://www.intel.com/technology/computing/index.htm?iid=CorporateV3+Header_2_Technology_Computing");
tmpData[count++] = new menuobject("Communications","http://www.intel.com/technology/comms/index.htm?iid=CorporateV3+Header_2_Technology_Comms");
tmpData[count++] = new menuobject("Systems","http://www.intel.com/technology/systems/index.htm?iid=CorporateV3+Header_2_Technology_Systems");
tmpData[count++] = new menuobject("Standards","http://www.intel.com/standards/index.htm?iid=CorporateV3+Header_2_Technology_Standards");
tmpData[count++] = new menuobject("Exploratory Research","http://www.intel.com/research/index.htm?iid=CorporateV3+Header_2_Technology_Explore");

renderdata();

// Solutions & Services
tmpData[count++] = new menuobject("Wireless","http://www.intel.com/solutions/wireless/index.htm?iid=CorporateV3+Header_2_Solution_Wireless");
tmpData[count++] = new menuobject("Hardware Design","http://www.intel.com/solutions/hardware/index.htm?iid=CorporateV3+Header_2_Solution_Hardware");
tmpData[count++] = new menuobject("Networking &amp; Communications","http://www.intel.com/solutions/netcom/index.htm?iid=CorporateV3+Header_2_Solution_Network");
tmpData[count++] = new menuobject("Software Network","http://www.intel.com/solutions/software/index.htm?iid=CorporateV3+Header_2_Solution_Software");
tmpData[count++] = new menuobject("Business & IT","http://search2.intel.com/blueprints/default.aspx?iid=CorporateV3+Header_2_Solution_Business");
tmpData[count++] = new menuobject("Solution Providers","http://www.intel.com/solutions/providers/index.htm?iid=CorporateV3+Header_2_Solution_Solnprov");
tmpData[count++] = new menuobject("Solution Services","http://www.intel.com/go/intelsolutionservices/index.htm?iid=CorporateV3+Header_2_Solution_Solnservice");

renderdata();

// Resource Center
tmpData[count++] = new menuobject("Personal Computing","http://www.intel.com/personal/index.htm?iid=CorporateV3+Header_2_Resource_Personal");
tmpData[count++] = new menuobject("Education","http://www.intel.com/intel/educationresources.htm?iid=CorporateV3+Header_2_Resource_Education");
tmpData[count++] = new menuobject("Small Business","http://www.intel.com/business/smallbusiness/index.htm?iid=CorporateV3+Header_2_Resource_Smallbus");
tmpData[count++] = new menuobject("Business/Enterprise","http://www.intel.com/business/index.htm?iid=CorporateV3+Header_2_Resource_Business");
tmpData[count++] = new menuobject("Networking &amp; Communications","http://www.intel.com/netcomms/index.htm?iid=CorporateV3+Header_2_Resource_Network");
tmpData[count++] = new menuobject("Hardware Design","http://developer.intel.com/sites/developer/index.htm?iid=CorporateV3+Header_2_Resource_HardwareDesign");
tmpData[count++] = new menuobject("Software Network","http://www.intel.com/cd/ids/developer/asmo-na/eng/index.htm?iid=CorporateV3+Header_2_Resource_Software");
tmpData[count++] = new menuobject("Reseller Center","http://www.intel.com/reseller/index.htm?iid=CorporateV3+Header_2_Resource_Reseller");

renderdata();

// Supports & Downloads
tmpData[count++] = new menuobject("Download Center","http://downloadfinder.intel.com/scripts-df/support_intel.asp?iid=CorporateV3+Header_2_Support_Download");
tmpData[count++] = new menuobject("Product Support","http://support.intel.com/support/index.htm?iid=CorporateV3+Header_2_Support_Product");
tmpData[count++] = new menuobject("Support Services","http://support.intel.com/services/index.htm?iid=CorporateV3+Header_2_Support_Support");
tmpData[count++] = new menuobject("Contact Support","http://support.intel.com/support/feedback.htm?iid=CorporateV3+Header_2_Support_Contact");
tmpData[count++] = new menuobject("Search Support","http://search2.intel.com/support/default.aspx?iid=CorporateV3+Header_2_Support_Search");


renderdata();

//-->
