// This is the editable menu structure. Go nuts. // Guide for usage: http://www.milonic.com/beginner.php _scrollAmount=3 // Used for Netscape 4 scrolling _scrollDelay=20 // Used for Netscape 4 scrolling _menuCloseDelay=500 // The delay for menus to remain visible on mouse off _menuOpenDelay=150 // The delay for opening menus on mouse over _followSpeed=0 // Follow Scrolling speed (higher number makes the scrolling smoother but slower) _followRate=0 // Follow Scrolling Rate (use a minimum of 40 or you may experience problems) _subOffsetTop=0; // Sub menu offset Top position _subOffsetLeft=2; // Sub menu offset Left position with (mainStyle=new mm_style()){ oncolor = "#DE3944"; offcolor = "#8B8B8B"; //bgimage = '/images/nav_corner.gif'; //offbgcolor = '#F9F9F9'; align = "center"; fontsize = "10px"; fontweight = "normal"; fontfamily = "verdana"; padding = 4; bordercolor = "#E6E6E6"; borderstyle = "solid"; borderwidth = 1; separatorcolor="#E6E6E6"; separatorsize = '1'; separatorpadding=0; spacing = 15; itemheight = '20px'; align="center"; } with (mainSubStyle=new mm_style()){ oncolor = "#DE3944"; offcolor = "#8B8B8B"; offbgcolor = "#F9F9F9"; oncolor = "#3D709F"; align = "center"; fontsize = "10px"; fontweight = "normal"; fontfamily = "verdana"; padding = 0; subimage="/images/arrow.gif"; subimagepadding = 5; bordercolor = "#E6E6E6"; borderstyle = "solid"; borderwidth = 1; separatorcolor="#80a4c6"; separatorsize = '1'; separatorpadding=0; itemheight = '28px'; align="center"; } with (milonic=new menuname("mainmenu")) { alwaysvisible=1; orientation="horizontal"; menuwidth="756px"; menualign="left";style=mainStyle; aI("text=Electrical  ;title=Electrical;status=Electrical;url=/electrical.html;offclass=mm_nav;onclass=mm_nav;itemwidth=100%;borderBottom='1px solid #F00';"); aI("text=Maintenance  ;title=Maintenance;status=Maintenance;url=/maintenance.html;offclass=mm_nav;onclass=mm_nav;itemwidth=100%;borderBottom='1px solid #F00';"); aI("text=Instruments & AV  ;title=Instruments & AV;status=Instruments & AV;url=/instruments.html;offclass=mm_nav;onclass=mm_nav;itemwidth=100%;borderBottom='1px solid #F00';"); aI("text=Supply  ;title=Supply;status=Supply;url=/manufacturing.html;offclass=mm_nav;onclass=mm_nav;itemwidth=100%;borderBottom='1px solid #F00';"); aI("text=General Engineering  ;title=General Engineering;status=General Engineering;url=/generalengineering.html;offclass=mm_nav;onclass=mm_nav;itemwidth=100%;borderBottom='1px solid #F00';"); aI("text=Engines  ;title=Engines;status=Engines;url=/engines.html;offclass=mm_nav;onclass=mm_nav;itemwidth=100%;borderBottom='1px solid #F00';"); aI("text=Parts search  ;title=Parts search;status=Parts search;url=/parts.html;offclass=mm_nav;onclass=mm_nav;itemwidth=100%;borderBottom='1px solid #F00';"); aI("text=Approvals  ;title=Approvals;status=Approvals;url=/approvals.html;offclass=mm_nav;onclass=mm_nav;itemwidth=100%;borderBottom='1px solid #F00';"); aI("text=Warranty  ;title=Warranty;status=Warranty;url=/warranty.html;offclass=mm_nav;onclass=mm_nav;itemwidth=100%;borderBottom='1px solid #F00';"); } drawMenus();