var lm = new TMainMenu('lm','vertical');
  
var lm1 = new TPopMenu('Codes of Conduct for Members','0','a','/en/codes_and_regulations/codes_of_conduct/part_one.html','');
	var lm1_1 = new TPopMenu('Part One','0','a', webroot+'/en/codes/codes_of_conduct/part_one/html','Part One');
	var lm1_2 = new TPopMenu('Part Two','0','','','Part Two');
		var lm1_2_1 = new TPopMenu('General Code of Conduct for TIC Members','0','a', webroot+'/en/codes/codes_of_conduct/part_two_1/html','');
		var lm1_2_2 = new TPopMenu('Code of Business Practice on Outbound Package Tours','0','a', webroot+'/en/codes/codes_of_conduct/part_two_2/html','');
		var lm1_2_3 = new TPopMenu('Code of Advertising Practice for TIC Members','0','a', webroot+'/en/codes/codes_of_conduct/part_two_3/html','');
		var lm1_2_4 = new TPopMenu('Code of Business Practice on Inbound Travel Service','0','a', webroot+'/en/codes/codes_of_conduct/part_two_4/html','');
                                var lm1_2_5 = new TPopMenu('Code of Business Practice on Study Tours','0','a', webroot+'/en/codes/codes_of_conduct/part_two_5/html','');

var lm2 = new TPopMenu('Advertisement Control Regulations','0','a', webroot+'/en/codes/advertisement/html','');
var lm3 = new TPopMenu('Code of Conduct for Outbound Tour Escorts','0','a',webroot+'/en/escorts/guideline/html','');
var lm4 = new TPopMenu('Code of Conduct for Tourist Guides','0','a',webroot+'/en/guides/code/html','');
var lm5 = new TPopMenu('Directives','0','a',webroot+'/en/codes/directive/index.html','');


lm.Add( lm1 );
	lm1.Add( lm1_1 );
	lm1.Add( lm1_2 );
		lm1_2.Add( lm1_2_1 );
		lm1_2.Add( lm1_2_2 );
		lm1_2.Add( lm1_2_3 );
		lm1_2.Add( lm1_2_4 );
                                lm1_2.Add( lm1_2_5 );

lm.Add(lm5);
lm.Add( lm2 );
lm.Add( lm3 );
lm.Add( lm4 );
