<!--
//**********************************//
//		Layer - Text and link 			//
//**********************************//
aboutusitem1 = new layercontent("Corporate profile", "en_about_corp.htm");
aboutusitem2 = new layercontent("Corporate structure", "en_about_cors.htm");
aboutusitem3 = new layercontent("Management team", "en_about_man.htm");
aboutusitem4 = new layercontent("Corporate governance", "en_about_corg.htm");
aboutussitemap = new Array(aboutusitem1, aboutusitem2, aboutusitem3, aboutusitem4);

investrelateitem1 = new layercontent("Stock Performance ", "http://www.quamnet.com/fcgi-bin/first_mobile/index.fpl");
investrelateitem2 = new layercontent("Core business ", "en_tbusiness_mobile.htm");
//investrelateitem3 = new layercontent("New business", "en_tbusiness_new.htm");
investrelateitem3 = new layercontent("Corporate Announcement", "en_about_cora.htm");
investrelateitem4 = new layercontent("Quarterly Reports ", "en_about_qreport.htm");
investrelateitem5 = new layercontent("Annual Reports", "en_about_report.htm");
investrelateitem6 = new layercontent("Prospectus ", "en_about_pro.htm");
investrelatesitemap = new Array(investrelateitem2, investrelateitem3, investrelateitem4, investrelateitem5, investrelateitem6);

productsitem1 = new layercontent("Mobile phones", "en_brand.html");
productssitemap = new Array(productsitem1);

employmentitem1 = new layercontent("Job opportunities", "en_employ_job.htm");
employmentsitemap = new Array(employmentitem1);

contactusitem1 = new layercontent("Contact Us", "en_contact.htm");
contactussitemap = new Array(contactusitem1);

//*************************************************************//
//		Main Menu - Text and Link and set Layer is Off or on   	//
//		if you set the layer is off, please set sitemap is null  //
//*************************************************************//
menu1 = new menucontent("sideicon01", "en_about_corp.htm", true);
menu2 = new menucontent("sideicon02", "#", true);
menu3 = new menucontent("sideicon03", "en_brand.html", true);
menu4 = new menucontent("sideicon05", "en_employ_job.htm", true);
menu5 = new menucontent("sideicon06", "en_contact.htm", true);
menu6 = new menucontent("sideicon07", "javascript:changelang()", false);
menu7 = new menucontent("sideicon08", "index.htm", false);

menuitem = new Array(menu1, menu2, menu3, menu4, menu5, menu6, menu7);

//*************************************************************//
//		Layer Pos - set Layer pos 	   									//
//		please make the sitemap items are the same as menu item, //
//		othewise, it will not work											//
//*************************************************************//
aboutus = new layeroption(135, 119, 1, "#98BFE7", aboutussitemap);
investrelate = new layeroption(135, 144, 1, "#93BA78", investrelatesitemap);
products = new layeroption(135, 169, 1, "#9f99ba", productssitemap);
employment = new layeroption(135, 194, 1, "#c99a93", employmentsitemap);
contactus = new layeroption(135, 219, 1, "#b786bb", contactussitemap);
english = null;
mainpage = null;

sitemap = new Array(aboutus, investrelate, products, employment, contactus, english, mainpage);
//-->