_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse over _subOffsetTop=10 // Sub menu top offset _subOffsetLeft=-5 // Sub menu left offset with(menuStyle=new mm_style()){ onbgcolor="#dac9af"; oncolor="#000000"; offbgcolor="#dac9af"; offcolor="#4D4C4A"; bordercolor="#980203"; borderstyle="solid"; borderwidth=1; separatorcolor="#980203"; separatorsize="1"; padding=2; fontsize="70%"; fontstyle="normal"; fontfamily="Arial, Verdana, Tahoma"; pagecolor="black"; pagebgcolor="#dac9af"; headercolor="#000000"; headerbgcolor="#000000"; subimage=""; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=0, Strength=0)"; outfilter="randomdissolve(duration=0.3)"; } with(menuStyle1=new mm_style()){ onbgcolor="#DDDDEE"; oncolor="#000000"; offbgcolor="#DDDDEE"; offcolor="#777777"; bordercolor="#DDDDEE"; borderstyle="solid"; borderwidth=0; separatorcolor="#DDDDEE"; separatorsize="0"; padding=5; fontsize="65%"; fontstyle="normal"; fontfamily="Arial, Verdana, Tahoma"; pagecolor="#777777"; pagebgcolor="#DDDDEE"; headercolor="#777777"; headerbgcolor="#ffffff"; subimage=""; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=85);Shadow(color='#777777', Direction=0, Strength=0)"; outfilter="randomdissolve(duration=0.3)"; } with(milonic=new menuname("Main Menu")){ style=menuStyle; top=230; left=15; alwaysvisible=1; orientation="vertical"; aI("image=homeOff.jpg;overimage=homeOn.jpg;url=default.asp"); aI("showmenu=About;image=index4_r2_c2.jpg;overimage=index4_r2_c2_f2.jpg;"); aI("showmenu=Products;image=index4_r4_c2.jpg;overimage=index4_r4_c2_f2.jpg;url=#;"); aI("image=index4_r6_c2.jpg;overimage=index4_r6_c2_f2.jpg;url=companyDirectory.asp"); aI("image=index4_r8_c2.jpg;overimage=index4_r8_c2_f2.jpg;url=gppFAQ.asp"); aI("image=formOff.jpg;overimage=formOn.jpg;url=onlineForms.asp"); aI("image=logixOff.jpg;overimage=logixOn.jpg;url=http://www.logixicf.com"); aI("image=permaOff.jpg;overimage=permaOn.jpg;url=http://www.permarproducts.com"); } with(milonic=new menuname("About")){ style=menuStyle; overflow="scroll"; aI("text=About General Panel;url=aboutGeneralPanel.asp;"); aI("text=History of Perma R Products;url=historyPerma.asp;"); aI("text=About Perma R Products;url=aboutPerma.asp;"); aI("text=About LOGIX;url=aboutLogix.asp;"); } with(milonic=new menuname("Products")){ style=menuStyle; overflow="scroll"; aI("text=General Panel Products;url=generalPanelProducts.asp;"); aI("text=Perma R Products;url=permaProducts.asp;"); aI("text=LOGIX;url=http://www.logixicf.com;"); } drawMenus();