/********************* Variable defined for generate the top menu *********************/
var arTopMenu = new Array()
	arTopMenu[1] = new Array()
	arTopMenu[1][0] = "Hong Kong International Institute of Educational Leadership";
	arTopMenu[1][1] = "Home";
	arTopMenu[1][2] = "Traditional Chinese Version";
	arTopMenu[1][3] = "Simplified Chinese Version";
	arTopMenu[1][4] = tcFolder;
	arTopMenu[1][5] = scFolder;
	arTopMenu[1][6] = "tc";
	arTopMenu[1][7] = "sc";
	
	arTopMenu[2] = new Array()
	arTopMenu[2][0] = "翠瓣悔毙藉厩皘";
	arTopMenu[2][1] = "";
	arTopMenu[2][2] = "璣ゅ";
	arTopMenu[2][3] = "虏砰いゅ";
	arTopMenu[2][4] = enFolder;
	arTopMenu[2][5] = scFolder;
	arTopMenu[2][6] = "en";
	arTopMenu[2][7] = "sc";
	
	arTopMenu[3] = new Array()
	arTopMenu[3][0] = "香港国际教贤学院";
	arTopMenu[3][1] = "主页";
	arTopMenu[3][2] = "英文版";
	arTopMenu[3][3] = "繁体中文版";
	arTopMenu[3][4] = enFolder;
	arTopMenu[3][5] = tcFolder;
	arTopMenu[3][6] = "en";
	arTopMenu[3][7] = "tc";
	

/********************* End of Variable defined for generate the top menu *********************/

/***** Add Section Start *****/
addMenu(1, "The Institute,セ皘,本院", "institute/index.htm","01", true, true, true);
addMenu(2, "Activities,笆,活动", "activities/index.htm", "02", true, true, true);
addMenu(3, "Publications & Productions,,刊物", "publications/index.htm", "03", true, true, true);
addMenu(4, "Photo Gallery,,相片", "gallery/index.htm", "04", true, true, true);
addMenu(5, "Contact Us,羛蹈и,联络我们", "contact/index.htm", "05", false, true, true);

/***** Add Section End *****/

/***** Add Sub Section Start *****/
addSubMenu(1, 1, "Message from the Council Chairman,瞶ㄆ穦畊杠,理事会主席的话", "institute/index.htm", "01_01", false, true, true);
addSubMenu(1, 2, "Mission and Vision,ㄏ㏑㎝粳,使命和冀盼", "institute/mission.htm", "01_02", false, true, true);
addSubMenu(1, 3, "Organizational Structure,舱麓琜篶,组织架构", "institute/structure.htm", "01_03", false, true, true);
addSubMenu(1, 4, "Membership,皘膟,院籍", "institute/member.htm", "01_04", false, true, true);
addSubMenu(1, 5, "Donation and Honorary Membership,蹿,捐款", "institute/donation.htm", "01_05", false, true, true);
addSubMenu(1, 6, "Values Education Assistants (VEA),基毙▅瞶刮,价值教育助理团", "institute/values.htm", "01_06", false, true, true);

addSubMenu(2, 1, "Values Education Courses,ゅ基毙▅揭祘,人文价值教育课程", "activities/index.htm", "02_01", false, true, true);
addSubMenu(2, 2, "Bursary and Scholarship,厩㎝贱厩,助学和奖学金", "activities/bursary.htm", "02_02", false, true, true);
addSubMenu(2, 3, "Ethics in Business seminar/workshop,竒蕾瞶兜ヘ,经济伦理项目", "activities/ethics.htm", "02_03", false, true, true);

addSubMenu(3, 1, "Newsletter,﹗,季刊", "publications/index.htm", "03_01", false, true, true);
addSubMenu(3, 2, "Gems for the Millennium,罤繟舗,千禧锦囊", "publications/gems.htm", "03_02", false, true, true);
addSubMenu(3, 3, "A Ruler to Measure Life,ドへ,金科玉律尺", "publications/ruler.htm", "03_03", false, true, true);

addSubMenu(4, 1, "2009 Album,2009茂,2009年相簿", "gallery/2009_album.htm", "04_01", false, true, true);
addSubMenu(4, 2, "2008 Album,2008茂,2008年相簿", "gallery/2008_album.htm", "04_02", false, true, true);
addSubMenu(4, 3, "Courses,揭祘,课程", "gallery/courses.htm", "04_03", false, true, true);
addSubMenu(4, 4, "Graduation Ceremony,拨穨ㄥ搂,毕业典礼", "gallery/ceremony.htm", "04_04", false, true, true);
addSubMenu(4, 5, "Conference,穦某,会议", "gallery/conference.htm", "04_05", false, true, true);
addSubMenu(4, 6, "AGM,秅穦,周年大会", "gallery/agm.htm", "04_06", false, true, true);
/***** Add Sub Section End *****/

