var theMenu = new menu('theMenu');
var m00 = new menuItem('m00', 'HOME', 'index.html', 'theMenu', 'theMenu');
var m1 = new menuItem('m1', 'OUR DIRECTORS', 'directors.html', 'theMenu', 'theMenu');
var m2 = new menuItem('m2', 'OUR NETWORK', 'network.html', 'theMenu', 'theMenu');
var m3 = new menuItem('m3', 'OUR SERVICES', 'services.html', 'theMenu', 'theMenu');
var m4 = new menuItem('m4', 'PRESS SECTION', 'press.html', 'theMenu', 'theMenu');
var m4s2 = new menuItem('m4s2', 'PRESS RELEASES', 'press_releases.html', 'm4', 'theMenu');
var m5 = new menuItem('m5', 'FAQ', 'faq.html', 'theMenu', 'theMenu');
var m6 = new menuItem('m6', 'CONTACT DETAILS', 'contact.html', 'theMenu', 'theMenu');
