<!--
var count = 0;
var catCount = 0;
var menuData = new Array();
var tmpData = new Array();

//Who We Are
tmpData[count++] = new menuobject("Mission-Vision","about/missionvision.html");
tmpData[count++] = new menuobject("Market Approach","about/marketapp.html");
tmpData[count++] = new menuobject("Company Profile","about/companyprof.html");
tmpData[count++] = new menuobject("History","about/saehistory.html");
tmpData[count++] = new menuobject("The SAE Effect","error.html");
tmpData[count++] = new menuobject("Company Leadership","about/leadership.html");
tmpData[count++] = new menuobject("Business Partners","about/buspart.html");
tmpData[count++] = new menuobject("Clients","error.html");
tmpData[count++] = new menuobject("People","about/people.html");
tmpData[count++] = new menuobject("Applications","about/applications.html");

renderdata();

//Case Studies
tmpData[count++] = new menuobject("PDM Philippines","case_study/pdm.html");
tmpData[count++] = new menuobject("Zest-O Philippines","case_study/zesto.html");




renderdata();

// Products
tmpData[count++] = new menuobject("Energy Conservation","products/energymain.html");
tmpData[count++] = new menuobject("Air Compressors","products/aircompressormain.html");
tmpData[count++] = new menuobject("Air Dryers","error.html");
tmpData[count++] = new menuobject("Air Blowers","error.html");
tmpData[count++] = new menuobject("Cryogenics","products/cryogenmain.html");

renderdata();

// After - Market
tmpData[count++] = new menuobject("Spare Parts","aftermarket/spareparts.html");
tmpData[count++] = new menuobject("Repairs and Maintenance","aftermarket/repairsandmaintenance.html");
tmpData[count++] = new menuobject("Service Engineers","aftermarket/serviceengineers.html");
tmpData[count++] = new menuobject("Research and Development","aftermarket/rnd.html");

renderdata();

// Press
tmpData[count++] = new menuobject("Speeches","error.html");
tmpData[count++] = new menuobject("Articles","error.html");
tmpData[count++] = new menuobject("Press Releases","error.html");


renderdata();




//-->
