_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=50 // Follow scrolling Rate _subOffsetTop=-5 // Sub menu top offset _subOffsetLeft=-12 // Sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(menuSub=new mm_style()){ onbgcolor="#ffffff"; oncolor="#000000"; offbgcolor="#ffffff"; offcolor="#808284"; borderwidth="0"; padding="2"; itemwidth="140px"; separatorsize="0"; separatorcolor="#FFFFFF"; fontfamily="Arial, Verdana, Tahoma"; fontsize="11"; separatorsize="1"; overfilter="Fade(duration=0.1)"; outfilter="Fade(duration=0.1)"; } with(menuMain=new mm_style()){ onbgcolor="#ffffff"; oncolor="#000000"; offbgcolor="#ffffff"; offcolor="#808284"; separatorcolor="#FFFFFF"; padding="3"; fontfamily="Arial, Verdana, Tahoma"; fontsize="11"; pageimage="images/star.gif"; pagecolor="#000000"; } with(milonic=new menuname("Main Menu")){ style=menuMain;; alwaysvisible=1; orientation="vertical"; position="relative"; aI("text=home;image=images/blank.gif;overimage=images/blank.gif;url=http://www.freeswimmers.com/pages/index.asp"); aI("text=about;image=images/blank.gif;overimage=images/blank.gif;url=http://www.freeswimmers.com/pages/page144.asp"); aI("text=photography;image=images/blank.gif;overimage=images/blank.gif;url=http://www.freeswimmers.com/pages/photography.asp"); aI("text=cinematography;image=images/blank.gif;overimage=images/blank.gif;url=http://www.freeswimmers.com/pages/page146.asp"); aI("text=technology;image=images/blank.gif;overimage=images/blank.gif;url=http://www.freeswimmers.com/pages/page155.asp"); aI("text=contact;image=images/blank.gif;overimage=images/blank.gif;url=http://www.freeswimmers.com/pages/page157.asp"); }