// JavaScript Document
               with(new menuname("Main Menu")){
               style=menuStyle;
               alwaysvisible=1;
			   orientation="horizontal";
			   menuwidth="80%"; 
			//itemwidth="100%"; 
               position="relative";

			   margin=0;
aI("showmenu=COMPANY;text=Company;menustyle=topStyle;");
aI("showmenu=SOLUTIONS;text=Solutions;menustyle=topStyle;");		   
aI("showmenu=INDUSTRY;text=Industry&nbsp;Areas;menustyle=topStyle;");
aI("url=resources.html;text=Resources;menustyle=topStyle;");
               }
               drawMenus();