// JavaScript Document
               with(new menuname("Main Menu")){
               style=menuStyle;
               alwaysvisible=1;
			   orientation="horizontal";
			   menuwidth="100%"; 
			itemwidth="100%"; 
               position="relative";
aI("text=HOME;url=index.html;");			   
aI("showmenu=ABOUT;text=THE TRAINA COMPANIES;");
aI("showmenu=PORTFOLIO;text=PORTFOLIO;");
aI("text=MANAGEMENT;url=management-team.html;");
aI("text=CONTACT US;url=contact-us.html;");

               }
               drawMenus();