// 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 = "#000"; offcolor = "#000"; align = "left"; fontsize = "10px"; fontweight = "bold"; fontfamily = "verdana"; padding = 0; bordercolor = "#80a4c6"; borderstyle = "solid"; borderwidth = 1; separatorcolor="#80a4c6"; separatorsize = '1'; separatorpadding=0; spacing = 5; itemwidth = '140px'; itemheight = '25px'; align="center"; } with (mainSubStyle=new mm_style()){ oncolor = "#000"; offcolor = "#000"; align = "left"; fontsize = "10px"; fontweight = "bold"; fontfamily = "verdana"; padding = 0; bordercolor = "#80a4c6"; borderstyle = "solid"; borderwidth = 1; separatorcolor="#80a4c6"; separatorsize = '1'; separatorpadding=0; itemwidth = '140px'; itemheight = '25px'; align="center"; } with (milonic=new menuname("mainmenu")) { alwaysvisible=1; orientation="horizontal"; menuwidth="768px"; menualign="left";style=mainStyle; aI("text=NTech  ;title=NTech;status=NTech;url=/ntech.html;onclass=menu_0;offclass=' ';"); aI("text=Company Profile  ;showmenu=12;title=Company Profile;status=Company Profile;showmenu=12;url=/companyprofile.html;onclass=menu_1;offclass=' ';"); aI("text=Projects  ;showmenu=33;title=Projects;status=Projects;showmenu=33;url=/projects.html;onclass=menu_2;offclass=' ';"); aI("text=Fieldair  ;title=Fieldair;status=Fieldair;url=/home.html;onclass=menu_3;offclass=' ';"); } with (milonic=new menuname("12")) { alwaysvisible=0; orientation="vertical"; itemwidth=140; overflow="scroll";style=mainSubStyle; aI("text=Computer Aided Design;title=Computer Aided Design;status=Computer Aided Design;url=/computeraideddesign.html;"); } with (milonic=new menuname("33")) { alwaysvisible=0; orientation="vertical"; itemwidth=140; overflow="scroll";style=mainSubStyle; aI("text=T56 Engine Stands;title=T56 Engine Stands;status=T56 Engine Stands;url=/t56.html;"); } drawMenus();