var lm = new TMainMenu('lm', 'vertical');
  
var lm1 = new TPopMenu('簡介', '0', 'a', webroot + '/b5/council/introduction/html', '簡介');
var lm2 = new TPopMenu('組成', '0', 'a', webroot + '/b5/council/composition/html', '組成');
	var lm2_0 = new TPopMenu('組成', '0', 'a', webroot + '/b5/council/composition/html', '組成');
	var lm2_1 = new TPopMenu('理事會', '0', 'a', webroot + '/b5/council/bod/index.html', '理事會');
	var lm2_2 = new TPopMenu('上訴委員會', '0', 'a', webroot + '/b5/council/appeal/introduction/html', '上訴委員會');
	var lm2_3 = new TPopMenu('委員會', '0', 'a', webroot + '/b5/council/committees/index.html', '委員會');
	var lm2_4 = new TPopMenu('議會辦事處', '0', 'a', webroot + '/b5/council/executive_office/index.html', '議會辦事處');
var lm3 = new TPopMenu('目標與服務', '0', 'a', webroot + '/b5/council/mission/html', '目標與服務');
var lm4 = new TPopMenu('會章', '0', 'a', webroot + '/b5/council/m_a/html', '會章');

lm.Add(lm1);
lm.Add(lm2);
	lm2.Add(lm2_0);
	lm2.Add(lm2_1);
	lm2.Add(lm2_2);
	lm2.Add(lm2_3);
	lm2.Add(lm2_4);
lm.Add(lm3);
lm.Add(lm4);
