<!--
var count = 0;
var catCount = 0;
var menuData = new Array();
var tmpData = new Array();

// Products
// product_main_cat.jsp?ccode=0000031000
tmpData[count++] = new menuobject("Flash Memory","product_fm_main.jsp");
// product_main_cat.jsp?ccode=0000051000
tmpData[count++] = new menuobject("MultiMedia","product_mm_main.jsp");
// product_main_cat.jsp?ccode=0000041000
tmpData[count++] = new menuobject("Wireless","product_wl_main.jsp");
// tmpData[count++] = new menuobject("Product Alert","product_alert.jsp?ans=Y");


renderdata();

// Downloads
tmpData[count++] = new menuobject("Manuals","support_manuals.jsp");
tmpData[count++] = new menuobject("Printing Materials","product_catalogue.jsp");
tmpData[count++] = new menuobject("Drivers","download_drivers.jsp");
tmpData[count++] = new menuobject("Media Kit","download_photo.jsp");
tmpData[count++] = new menuobject("Distributor Kit","distributor_kit.jsp");
// tmpData[count++] = new menuobject("eCards","download_ecards.jsp");
// tmpData[count++] = new menuobject("Marketing Kit","marketing_kit.jsp");

renderdata();

// Support
tmpData[count++] = new menuobject("Support FAQs","support_faq.jsp");
tmpData[count++] = new menuobject("Troubleshooting","support_trouble.jsp");
tmpData[count++] = new menuobject("Warranty &amp; Repair","support_warranty.jsp");
tmpData[count++] = new menuobject("Warranty Registration","supportProductReg.jsp");


renderdata();

// About MICRODIA
tmpData[count++] = new menuobject("Corporate Profile","corporate_about.jsp");
tmpData[count++] = new menuobject("Latest News","corporate_news.jsp");
tmpData[count++] = new menuobject("Press Release","corporate_editorial.jsp");
tmpData[count++] = new menuobject("Upcoming Events","corporate_events.jsp");
tmpData[count++] = new menuobject("Recent Events","corporate_public.jsp");
tmpData[count++] = new menuobject("Careers","corporate_careers.jsp");


renderdata();

// Contact
//tmpData[count++] = new menuobject("Careers","corporate_careers.jsp");

renderdata();

// Buy Direct
//tmpData[count++] = new menuobject("Careers","corporate_careers.jsp");

renderdata();

//-->