_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=40 // Follow scrolling Rate _subOffsetTop=0 // Sub menu top offset _subOffsetLeft=0 // Sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(menuStyle=new mm_style()){ onbgcolor="red"; oncolor="white"; offbgcolor="#808080"; offcolor="white"; bordercolor="#808080"; borderstyle="solid"; borderwidth=1; separatorcolor="#808080"; separatorsize="1"; padding=3; fontsize="10px"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Sans-Serif "; pagecolor="white"; pagebgcolor="#808080"; headercolor="#000000"; headerbgcolor="#ffffff"; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=100);"; outfilter="randomdissolve(duration=0.3)"; } with(milonic=new menuname("Main Menu")){ style=menuStyle; top=87; left=4; alwaysvisible=1; orientation="horizontal"; aI("text=Home |;url=/;status=Home;"); aI("text=About Us |;url=/index.php?id=about;status=About Us;showmenu=About;"); aI("text=Locations |;url=/index.php?id=locations;status=About Us;showmenu=Locations;"); aI("text=Product Lines |;url=/index.php?id=products;status=Product Lines;showmenu=Manufacturers;"); aI("text=Sales Rep Locator |;url=/locator;status=Sales Rep Locator;"); aI("text=Used Equipment |;url=/used;status=Used Equipment;"); aI("text=Employment |;url=/index.php?id=openings;status=Employment Information;showmenu=Employment;"); aI("text=Contact Us |;url=javascript:popMail('/emailPopup.php?recipient=info');showmenu=Contact;"); aI("text=eservices;url=/index.php?id=eserv;status=eServices;showmenu=eServices;"); } with(milonic=new menuname("About")){ style=menuStyle; aI("text=About Us;url=/index.php?id=about;status=About Us;"); aI("text=Staff Directory;url=/index.php?id=staff;status=Staff Directory;"); } with(milonic=new menuname("Manufacturers")){ style=menuStyle; aI("text=Erie-Strayer;url=/index.php?id=erie;status=Erie Strayer;"); aI("text=Hyundai;url=/index.php?id=hyundai;status=Hyundai;"); aI("text=Link-Belt Excavators;url=/index.php?id=linkbelt;status=Link-Belt Excavators;"); aI("text=NPK Attachments;url=index.php?id=npk;status=NPK Attachments;"); aI("text=Sakai Compaction;url=/index.php?id=sakai;status=Sakai Compaction;"); aI("text=The Screen Machine;url=/index.php?id=screenmachine;status=The Screen Machine;"); } with(milonic=new menuname("Contact")){ style=menuStyle; overflow="scroll"; aI("text=Email Us;url=javascript:popMail('/emailPopup.php?recipient=info');status=Email Us;") aI("text=General Contact Information;url=/index.php?id=contact;status=General Contact Info.;") } with(milonic=new menuname("Locations")){ style=menuStyle; overflow="scroll"; aI("text=Indianapolis;url=/index.php?id=indy;status=Indianapolis;") aI("text=Fort Wayne;url=/index.php?id=ftwayne;status=Fort Wayne;") } with(milonic=new menuname("eServices")){ style=menuStyle; overflow="scroll"; aI("text=About eServices;url=/index.php?id=eserv;status=About eServices;") aI("text=Customer Login/Apply for Account;url=http://extranet.newmanequip.com/eservices;status=Customer Login/Apply for Account;") } with(milonic=new menuname("Employment")){ style=menuStyle; overflow="scroll"; aI("text=Current Job Openings;url=/index.php?id=openings;status=Current Job Openings;") aI("text=Equal Opportunity Policy;url=/index.php?id=eeo;status=Equal Opportunity Policy;") aI("text=Online Application;url=/index.php?id=application;status=Online Application;") } drawMenus();