﻿<!--
var count = 0;
var catCount = 0;
var menuData = new Array();
var tmpData = new Array();

// Products

tmpData[count++] = new menuobject("Procesory","http://www.intel.com/cd/products/services/emea/ces/processors/index.htm?iid=ceshome+nav2_processors");
tmpData[count++] = new menuobject("&#268;ipov&#233; sady","http://www.intel.com/products/chipsets/index.htm?iid=ceshome+nav2_chipsets");
tmpData[count++] = new menuobject("Z&#225;kladn&#237; desky","http://www.intel.com/cd/products/services/emea/ces/motherboards/index.htm?iid=ceshome+nav2_motherbds");
tmpData[count++] = new menuobject("Stoln&#237; po&#269;&#237;ta&#269;e","http://www.intel.com/cd/products/services/emea/ces/desktop/index.htm?iid=ceshome+nav2_desktop");
tmpData[count++] = new menuobject("P&#345;enosn&#233; po&#269;&#237;ta&#269;e","http://www.intel.com/cd/products/services/emea/ces/notebook/index.htm?iid=ceshome+nav2_laptop");
tmpData[count++] = new menuobject("Servery a pracovn&#237; stanice","http://www.intel.com/cd/products/services/emea/ces/server/index.htm?iid=ceshome+nav2_server");
tmpData[count++] = new menuobject("Integrovan&#233; komponenty <img src=\"http://cache-www.intel.com/plt/cd/inenglish_rus.gif\" border=\"0\" />","http://www.intel.com/cd/products/services/emea/ces/index.htm?iid=ceshome+nav2_embedded");
tmpData[count++] = new menuobject("S&#237;t&#283; a komunikace <img src=\"http://cache-www.intel.com/plt/cd/inenglish_rus.gif\" border=\"0\" />","http://www.intel.com/cd/network/communications/emea/eng/index.htm?iid=ceshome+nav2_netcoms");
tmpData[count++] = new menuobject("V&#253;voj softwaru <img src=\"http://cache-www.intel.com/plt/cd/inenglish_rus.gif\" border=\"0\" />","http://www.intel.com/cd/software/products/asmo-na/eng/index.htm?iid=ceshome+nav2_software");
//tmpData[count++] = new menuobject("More Products <img src=\"http://cache-www.intel.com/plt/cd/inenglish_rus.gif\" border=\"0\" />","http://www.intel.com/products/sitemap.htm?iid=ceshome+nav2_sitemap");


renderdata();

// Technology & Research

tmpData[count++] = new menuobject("Architektura","http://www.intel.com/cd/corporate/techtrends/emea/ces/architecture/index.htm?iid=ceshome+nav2_architecture");
tmpData[count++] = new menuobject("V&#253;hody platforem","http://www.intel.com/cd/corporate/techtrends/emea/ces/platforms/index.htm?iid=ceshome+nav2_platforms");
tmpData[count++] = new menuobject("V&#253;zkum","http://www.intel.com/cd/corporate/techtrends/emea/ces/research/index.htm?iid=ceshome+nav2_research");
tmpData[count++] = new menuobject("Polovodi&#269;e","http://www.intel.com/cd/corporate/techtrends/emea/ces/silicon/index.htm?iid=ceshome+nav2_silicon");
tmpData[count++] = new menuobject("Software a aplikace","http://www.intel.com/cd/corporate/techtrends/emea/ces/applications/index.htm?iid=ceshome+nav2_applications");
tmpData[count++] = new menuobject("Standardy a iniciativy","http://www.intel.com/cd/corporate/techtrends/emea/ces/standards/index.htm?iid=ceshome+nav2_standards");

renderdata();


// Resource Center

tmpData[count++] = new menuobject("Osobn&#237; po&#269;&#237;ta&#269;e <img src=\"http://cache-www.intel.com/plt/cd/inenglish_rus.gif\" border=\"0\" />","http://www.intel.com/cd/personal/computing/emea/eng/index.htm?iid=ceshome+nav2_personal");
tmpData[count++] = new menuobject("St&#345;edn&#237;/Velk&#225; firma <img src=\"http://cache-www.intel.com/plt/cd/inenglish_rus.gif\" border=\"0\" />","http://www.intel.com/cd/business/enterprise/emea/eng/index.htm?iid=ceshome+nav2_business");
tmpData[count++] = new menuobject("N&#225;vrh hardwaru <img src=\"http://cache-www.intel.com/plt/cd/inenglish_rus.gif\" border=\"0\" />","http://developer.intel.com/sites/developer/index.htm?iid=ceshome+nav2_hardware");
tmpData[count++] = new menuobject("S&#237;&#357; Intel&#174; Software <img src=\"http://cache-www.intel.com/plt/cd/inenglish_rus.gif\" border=\"0\" />","http://www.intel.com/cd/ids/developer/asmo-na/eng/index.htm?iid=ceshome+nav2_swnetwork");
tmpData[count++] = new menuobject("Reseller Centrum","http://www.intel.com/cd/channel/reseller/emea/ces/index.htm?iid=ceshome+nav2_resellerctr");


renderdata();

// Supports & Downloads
tmpData[count++] = new menuobject("Ke sta&#382;en&#237; <img src=\"http://cache-www.intel.com/plt/cd/inenglish_rus.gif\" border=\"0\" />","http://downloadfinder.intel.com/scripts-df-external/Support_Intel.aspx?lang=eng&iid=ceshome+nav2_download");
tmpData[count++] = new menuobject("Produktov&#225; podpora","http://support.intel.com/support/cs/index.htm?iid=ceshome+nav2_prodsupport");
tmpData[count++] = new menuobject("Mo&#382;nosti podpory","http://support.intel.com/services/ces/index.htm?iid=ceshome+nav2_services");
tmpData[count++] = new menuobject("Kontakty na podporu","http://support.intel.com/support/cs/feedback.htm?iid=ceshome+nav2_contactsup");
tmpData[count++] = new menuobject("Vyhled&#225;v&#225;n&#237; <img src=\"http://cache-www.intel.com/plt/cd/inenglish_rus.gif\" border=\"0\" />","http://mysearch.intel.com/support/default.aspx?lang=eng&iid=ceshome+nav2_searchsup");


renderdata();

//-->