totalMenus = 4;
bgColorOut  = '#FEF4DA';
txtColorOut = '#000000';
bgColorOver = '#4D6FDC';
txtColorOver= '#ffffff';

borderColorDark ='#ffffff';
borderColorLight='#ffcc66';

siteRoot = 'http://www.otcointernational.com/';

menu1 = new kMenu('about', 'abtBtn', 0, 261);
//n, pN, l, url, target, w, h, mover, mout, ocl
menu1.addItem( 'a1', 'about', 'Our Profile',   'OurProfile.html', '', 150, 20);
menu1.addItem( 'a2', 'about', 'Our Vision',    'OurVision.html');
menu1.addItem( 'a3', 'about', 'Our Expertise', 'OurExpertise.html');
menu1.construct();


menu2 = new kMenu('prod', 'proBtn', 90, 261); 
menu2.addItem( 'b1', 'prod', 'Micro Finance',                'Products/MicroFinance.html', '', 150, 20);
menu2.addItem( 'b2', 'prod', 'Insurance',           'Products/Insurance.html');
menu2.addItem( 'b3', 'prod', 'Education',           'Products/Education.html');
menu2.addItem( 'b4', 'prod', 'Religious Organisations', 'Products/Religious.html');
menu2.addItem( 'b5', 'prod', 'Database Management', 'Products/Database.html');
menu2.addItem( 'b6', 'prod', 'Corporates',          'Products/Corporates.html');
menu2.construct();


menu3 = new kMenu('serv', 'serBtn', 178, 261); 
menu3.addItem( 'c1', 'serv', 'For NGOs',       'SerNGO.html', '', 150, 20);
menu3.addItem( 'c2', 'serv', 'For Corporates', 'SerCorporates.html');
menu3.construct();

menu4 = new kMenu('info', 'infBtn', 355, 261); 
/*menu4.addItem( 'd1', 'info', 'For Investors', 'Investors/AR0102/BS.html' , '', 150, 20);
menu4.addItem( 'd2', 'info', 'IMP@CT Clients', 'ClientsIMP.html');
menu4.addItem( 'd3', 'info', 'Other Clients', 'ClientsOther.html');
menu4.addItem( 'd4', 'info', 'Website Development', 'ClientsWeb.html');*/
menu4.construct();

isConfLoaded = true;
