<!--
var count = 0;
var catCount = 0;
var menuData = new Array();
var tmpData = new Array();

// Products
tmpData[count++] = new menuobject("מעבדים","http://www.intel.com/products/processor/index.htm");
tmpData[count++] = new menuobject("לוחות אם","http://www.intel.com/products/motherboard/index.htm");
tmpData[count++] = new menuobject("ערכות שבבים","http://www.intel.com/products/chipsets/index.htm");
tmpData[count++] = new menuobject("מתאמי רשת","http://www.intel.com/network/connectivity/index.htm");
tmpData[count++] = new menuobject("Flash זיכרון","http://www.intel.com/products/embedded/index.htm");
tmpData[count++] = new menuobject("תוכנה","http://www.intel.com/cd/software/products/asmo-na/eng/index.htm");
tmpData[count++] = new menuobject("אלחוט","http://www.intel.com/products/browse/wireless.htm");
tmpData[count++] = new menuobject("ספרים בהוצאת אינטל","http://www.intel.com/intelpress/index.htm");

renderdata();

// Technology & Research
tmpData[count++] = new menuobject("סיליקון","http://intel.com/technology/silicon/index.htm");
tmpData[count++] = new menuobject("מחשוב","http://intel.com/technology/computing/index.htm");
tmpData[count++] = new menuobject("תקשורת","http://intel.com/technology/comms/index.htm");
tmpData[count++] = new menuobject("מערכות","http://intel.com/technology/systems/index.htm");
tmpData[count++] = new menuobject("תקנים","http://intel.com/standards/index.htm");
tmpData[count++] = new menuobject("מחקרים מתקדמים","http://intel.com/research/index.htm");
tmpData[count++] = new menuobject("אודות","http://intel.com/technology/techresearch/about.htm");
tmpData[count++] = new menuobject("חדשות","http://intel.com/technology/news/index.htm");

renderdata();

// Solutions & Services
tmpData[count++] = new menuobject("אלחוט","http://www.intel.com/solutions/wireless/index.htm?iid=il+Header_solutions_wireless&");
tmpData[count++] = new menuobject("תכנון חומרה","http://www.intel.com/solutions/hardware/index.htm");
tmpData[count++] = new menuobject("רשתות ותקשורת","http://www.intel.com/solutions/netcom/index.htm");
tmpData[count++] = new menuobject("תוכנה- מרכז תוכן","http://www.intel.com/solutions/software/index.htm");
tmpData[count++] = new menuobject("IT- עסקים ו","http://search2.intel.com/blueprints/default.aspx?iid=il+solutions_bizstrategies&");
tmpData[count++] = new menuobject("ספקי פתרונות","http://www.intel.com/solutions/providers/index.htm");
tmpData[count++] = new menuobject("שירותי פתרונות","http://www.intel.com/go/intelsolutionservices/index.htm");

renderdata();

// Resource Center
tmpData[count++] = new menuobject("מחשוב אישי","http://www.intel.com/cd/personal/computing/EMEA/HEB/index.htm");
tmpData[count++] = new menuobject("חינוך","http://www.intel.com/intel/educationresources.htm?iid=il+HPAGE+low_resources_educators&");
tmpData[count++] = new menuobject("עסקים קטנים","http://www.intel.com/business/smallbusiness/index.htm?iid=il+ibe_home+nav_smbiz&");
tmpData[count++] = new menuobject("חברות/ארגונים","http://www.intel.com/business/index.htm?iid=il+Header_RC_biz&");
tmpData[count++] = new menuobject("רשתות ותקשורת","http://www.intel.com/netcomms/index.htm?iid=il+Header_RC_netcomm&");
tmpData[count++] = new menuobject("תכנון חומרה","http://developer.intel.com/sites/developer/index.htm?iid=il+HPAGE+low_resources_hardware");
tmpData[count++] = new menuobject("תוכנה- מרכז תוכן","http://www.intel.com/cd/ids/developer/asmo-na/eng/index.htm?iid=il+Header_RC_IDS&");
tmpData[count++] = new menuobject("מרכז מפיצים","http://www.intel.com/reseller/index.htm?iid=il+Header_RC_reseller&");

renderdata();

// Supports & Downloads
tmpData[count++] = new menuobject("מרכז ההורדות","http://downloadfinder.intel.com/scripts-df/support_intel.asp?iid=il+Header_Supp_downloads&");
tmpData[count++] = new menuobject("תמיכה במוצרים","http://support.intel.com/support/index.htm?iid=il+Header_Supp_prods&");
tmpData[count++] = new menuobject("שירותי תמיכה","http://support.intel.com/services/index.htm?iid=il+Header_Supp_services&");
tmpData[count++] = new menuobject("יצירת קשר","http://support.intel.com/support/feedback.htm?iid=il+Header_Supp_contact&");
tmpData[count++] = new menuobject("חיפוש","http://search2.intel.com/support/default.aspx?iid=il+Header_Supp_search&");


renderdata();

//-->