﻿<!--
var count = 0;
var catCount = 0;
var menuData = new Array();
var tmpData = new Array();

// Products


tmpData[count++] = new menuobject("Процессоры","http://www.intel.com/cd/products/services/emea/rus/processors/index.htm?iid=rushome+nav2_processors");
tmpData[count++] = new menuobject("Наборы микросхем","http://www.intel.com/cd/products/services/emea/rus/chipsets/index.htm?iid=rushome+nav2_chipsets");
tmpData[count++] = new menuobject("Системные платы","http://www.intel.com/cd/products/services/emea/rus/motherboards/index.htm?iid=rushome+nav2_motherbds");
tmpData[count++] = new menuobject("Настольные ПК","http://www.intel.com/cd/products/services/emea/rus/desktop/index.htm?iid=rushome+nav2_desktop");
tmpData[count++] = new menuobject("Продукция для мобильных ПК","http://www.intel.com/cd/products/services/emea/rus/notebook/index.htm?iid=rushome+nav2_laptop");
tmpData[count++] = new menuobject("Серверы и рабочие станции","http://www.intel.com/cd/products/services/emea/rus/server/index.htm?iid=rushome+nav2_server");
tmpData[count++] = new menuobject("Встраиваемые решения","http://www.intel.com/cd/design/embedded/emea/rus/index.htm?iid=rushome+nav2_embedded");
tmpData[count++] = new menuobject("Сетевая и коммуникационная продукция","http://www.intel.com/cd/network/communications/emea/rus/index.htm?iid=rushome+nav2_netcoms");
tmpData[count++] = new menuobject("Программное<br/>обеспечение","http://www.intel.com/cd/software/products/emea/rus/index.htm?iid=rushome+nav2_software");
tmpData[count++] = new menuobject("Вся продукция","http://www.intel.com/cd/products/services/emea/rus/sitemap/index.htm?iid=rushome+nav2_sitemap");

renderdata();

// Technology & Research

tmpData[count++] = new menuobject("Архитектура","http://www.intel.com/cd/corporate/techtrends/emea/rus/architecture/index.htm?iid=rushome+nav2_architecture");
tmpData[count++] = new menuobject("Преимущества платформ","http://www.intel.com/cd/corporate/techtrends/emea/rus/platforms/index.htm?iid=rushome+nav2_platforms");
tmpData[count++] = new menuobject("Исследования <img src=\"http://cache-www.intel.com/plt/cd/inenglish_rus.gif\" border=\"0\" />","http://techresearch.intel.com/articles/index.html?iid=rushome+nav2_research");
tmpData[count++] = new menuobject("Программное обеспечение и приложения <img src=\"http://cache-www.intel.com/plt/cd/inenglish_rus.gif\" border=\"0\" />","http://www.intel.com/cd/software/main/asmo-na/eng/294191.htm?iid=rushome+nav2_applications");
tmpData[count++] = new menuobject("Стандарты и инициативы","/cd/corporate/techtrends/emea/rus/standards/index.htm?iid=rushome+nav2_standards");
tmpData[count++] = new menuobject("Энергосбережение и производительность","http://www.intel.com/cd/corporate/intel/emea/rus/intel/379177.htm?iid=rushome+nav2_energyeff");
tmpData[count++] = new menuobject("Журнал Technology @ Intel","http://www.intel.com/cd/corporate/europe/emea/rus/update/index.htm?iid=rushome+nav2_TI");

renderdata();


// Resource Center

tmpData[count++] = new menuobject("ПК для дома ","http://www.intel.com/cd/personal/computing/emea/rus/index.htm?iid=rushome+nav2_personal");
tmpData[count++] = new menuobject("Центр бизнес-решений","http://www.intel.com/cd/business/enterprise/emea/rus/index.htm?iid=rushome+nav2_business");
tmpData[count++] = new menuobject("Для разработчиков аппаратуры","http://developer.intel.ru/design/index.htm?iid=rushome+nav2_hardware");
tmpData[count++] = new menuobject("Для разработчиков ПО","http://softwarecommunity-rus.intel.com/isn/home/?iid=rushome+nav2_swnetwork");
tmpData[count++] = new menuobject("Партнерская программа Intel Software Partner","http://www.intel.com/cd/software/partner/emea/rus/index.htm?iid=rushome+nav2_swpartner");
tmpData[count++] = new menuobject("Центр интеграторов продукции Intel","http://www.intel.com/cd/channel/reseller/emea/rus/index.htm?iid=rushome+nav2_resellerctr");
tmpData[count++] = new menuobject("Инициативы Intel® в образовании","http://www.intel.com/cd/corporate/education/emea/rus/index.htm?iid=rushome+nav2_education");


renderdata();

// Supports & Downloads
tmpData[count++] = new menuobject("Драйверы и утилиты","http://downloadfinder.intel.com/scripts-df-external/Support_Intel.aspx?lang=rus&iid=rushome+nav2_download");
tmpData[count++] = new menuobject("Сайт технической поддержки","http://support.intel.com/support/ru/index.htm?iid=rushome+nav2_prodsupport");
tmpData[count++] = new menuobject("Дополнительные услуги по поддержке","http://support.intel.com/services/rus/index.htm?iid=rushome+nav2_services");
tmpData[count++] = new menuobject("Контактная информация","http://support.intel.com/support/ru/feedback.htm?iid=rushome+nav2_contactsup");
tmpData[count++] = new menuobject("Поиск","http://mysearch.intel.com/support/default.aspx?lang=rus&iid=rushome+nav2_searchsup");


renderdata();

//-->
