﻿var lm = new TMainMenu('lm', 'vertical');

var lm1 = new TPopMenu('The Voice of TIC', '0', 'a', webroot + '/en/publications/voice_tic/index.html', '');
var lm2 = new TPopMenu('Annual Report', '0', 'a', webroot + '/en/publications/annual_report/index.html', '');

lm.Add(lm1);
lm.Add(lm2);
