<!--
//**********************************//
//		Layer - Text and link 			//
//**********************************//
aboutusitem1 = new layercontent("集團簡介", "ch_about_corp.htm");
aboutusitem2 = new layercontent("集團架構", "ch_about_cors.htm");
aboutusitem3 = new layercontent("管理層", "ch_about_man.htm");
aboutusitem4 = new layercontent("企業管治", "ch_about_corg.htm");
aboutussitemap = new Array(aboutusitem1, aboutusitem2, aboutusitem3, aboutusitem4);

investrelateitem1 = new layercontent("股價表現", "http://www.quamnet.com/fcgi-bin/first_mobile/c/index.fpl");
investrelateitem2 = new layercontent("主要業務", "ch_tbusiness_mobile.htm");
//investrelateitem3 = new layercontent("新業務", "ch_tbusiness_new.htm");
investrelateitem3 = new layercontent("集團聲明", "ch_about_cora.htm");
investrelateitem4 = new layercontent("季度業績報告", "ch_about_qreport.htm");
investrelateitem5 = new layercontent("年報", "ch_about_report.htm");
investrelateitem6 = new layercontent("招股書", "ch_about_pro.htm");
investrelatesitemap = new Array(investrelateitem2, investrelateitem3, investrelateitem4, investrelateitem5, investrelateitem6);

productsitem1 = new layercontent("流動電話", "ch_brand.html");
productssitemap = new Array(productsitem1);

employmentitem1 = new layercontent("招聘", "ch_employ_job.htm");
employmentsitemap = new Array(employmentitem1);

contactusitem1 = new layercontent("聯絡中心", "ch_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("sideiconc01", "ch_about_corp.htm", true);
menu2 = new menucontent("sideiconc02", "#", true);
menu3 = new menucontent("sideiconc03", "ch_brand.html", true);
menu4 = new menucontent("sideiconc05", "ch_employ_job.htm", true);
menu5 = new menucontent("sideiconc06", "ch_contact.htm", true);
menu6 = new menucontent("sideiconc07", "javascript:changelang()", false);
menu7 = new menucontent("sideiconc08", "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);
//-->