_scrollAmount=5 // Only Used for Netscape 4 scrolling _scrollDelay=10 // Only Used for Netscape 4 scrolling _scrollUpImage="/images/uparrow.gif" // Only Used for Netscape 4 scrolling _scrollDownImage="/images/downarrow.gif" // Only 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 _subOffsetTop=0; // Sub menu offset Top position _subOffsetLeft=0; // Sub menu offset Left position Goverfilter = "Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=3)" Goutfilter = "randomdissolve(duration=0.4)" horizontalMenuDelay=true; with(vertStyle=new mm_style()){ onbgcolor = "#FEFAD2"; oncolor = "#000000"; offbgcolor = "#F5F5F5"; offcolor = "#000000"; //visitedcolor = "green"; bordercolor = "#999999"; borderstyle = "solid"; separatorcolor = "#999999"; //separatorsize = 1; separatorpadding=1 separatorwidth="85%" separatoralign="right" padding = 3 borderwidth = 1 onborder="1px solid #999999"; outfilter="Fade(duration=0.2);"; overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)"; //fontsize = "72%"; fontsize="75%"; fontstyle = "normal"; fontfamily = "verdana, arial"; //fontweight="bold" //ondecoration="underline" pagebgcolor = "#CFE2D1"; pageimage="/images/db_red.gif"; pagecolor = "#000066"; } horizStyle=new copyOf(vertStyle) horizStyle.image = ""; with(milonic=new menuname("mainmenu2")){ top = -10; left =100; style = horizStyle; alwaysvisible = 1; orientation="vertical" margin=1; aI(""); } with(milonicc=new menuname("mm about")){ style = vertStyle; top="offset=2" margin=3 } with(milonic=new menuname("mm quickref")){ style = vertStyle; margin=3 aI("text=Methods and Functions;url=/menu_methods.php"); aI("text=Global Variables;url=/menu_variables.php;"); aI("text=Global Properties;url=/global_properties;"); aI("text=Style Properties;url=/styleproperties.php"); aI("text=Menu Properties;url=/menuproperties.php"); aI("text=Menu Item Properties;url=/itemproperties.php"); } with(milonic=new menuname("mm support menu")){ style = vertStyle; top="offset=2" margin=3 } with(milonic=new menuname("fancystuff")){ style = vertStyle; margin=3 } with(milonic=new menuname("supportDocs")){ style = vertStyle; margin=3 } with(milonic=new menuname("mm faq")){ style = vertStyle; margin=3 } with(milonic=new menuname("mm products")){ alignment="center"; top="offset=2" style = vertStyle; margin=3 } with(milonic=new menuname("mm tools")){ alignment="center"; style = vertStyle; margin=3 } sampleStyle=new copyOf(vertStyle) sampleStyle.fontsize="60%" sampleStyle.padding=1 sampleStyle.imageheight=1 sampleStyle.imagewidth=20 with(milonic=new menuname("mm menusamples")){ style = sampleStyle; margin=3 overflow="scroll"; itemwidth=200; } with(milonic=new menuname("mm my milonic")){ style = vertStyle; top="offset=2" margin=3 } with(milonic=new menuname("mm search")){ style = vertStyle; top="offset=2" margin=3; } drawMenus() // Add this bit if you haven't finished building menus yet. clearTimeout(_mst) _mst=null _startM=1