<!--
var count = 0;
var catCount = 0;
var menuData = new Array();
var tmpData = new Array();

// Forum Highlights
tmpData[count++] = new menuobject("Overview","/2009en/highlights/index.html");
tmpData[count++] = new menuobject("Forum Keynotes","/2009en/highlights/Keynotes.html");
tmpData[count++] = new menuobject("Forum Agenda","/2009en/highlights/Agenda.html");
//tmpData[count++] = new menuobject("Technology Insights","/2009en/highlights/Technology_Insights.html");
tmpData[count++] = new menuobject("IDF FAQs","/2009en/highlights/IDF_FAQs.html");

renderdata();

// Technology Showcase
tmpData[count++] = new menuobject("Overview","/2009en/showcase/index.html");
tmpData[count++] = new menuobject("Sponsors and Exhibitors","/2009en/showcase/Sponsors_and_Exhibitors.html");
tmpData[count++] = new menuobject("Intel Pavilions","/2009en/showcase/Intel_Pavilions.html");
//tmpData[count++] = new menuobject("Be a Sponsor or Exhibitor","/2009en/showcase/Be_a_se.html");
//tmpData[count++] = new menuobject("Intel Pavilions","/2009en/showcase/Intel_Pavilions.html");
tmpData[count++] = new menuobject("Technology Communities","/2009en/showcase/Communities.html");
tmpData[count++] = new menuobject("Supporting Media","/2009en/showcase/media.html");

renderdata();


// Training
tmpData[count++] = new menuobject("Overview","/2009en/training/index.html");
tmpData[count++] = new menuobject("Content Catalog","https://intel.wingateweb.com/bj2009/scheduler/catalog/catalog.jsp");
tmpData[count++] = new menuobject("Track Abstracts","/2009en/training/Track_Abstracts.html");
tmpData[count++] = new menuobject("Technical Sessions","/2009en/training/Technical_Sessions.html");
tmpData[count++] = new menuobject("Track Q&A","/2009en/training/Track_Q&A.html");
//tmpData[count++] = new menuobject("Tracks, Sessions and Q&As ","/2009en/training/Trackss.html");
tmpData[count++] = new menuobject("Featured Speakers","/2009en/training/Featured_Speakers.html");

renderdata();



// Registration

tmpData[count++] = new menuobject("Overview","/2009en/registration/index.html");
tmpData[count++] = new menuobject("Travel Information","/2009en/registration/Travel_Information.html");
//tmpData[count++] = new menuobject("Travel and Pricing","/2009en/registration/Travel_Pricing.html");
//tmpData[count++] = new menuobject("Special Attractions","/2009en/registration/Special_Attractions.html");

renderdata();



//-->