_scrollAmount=5 // Used for Netscape 4 scrolling _scrollDelay=10 // Used for Netscape 4 scrolling _menuCloseDelay=0 // The delay for menus to remain visible on mouse off _menuOpenDelay=0 // 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=5)" Goutfilter = "randomdissolve(duration=0.4)" with(vertStyle=new mm_style()){ onbgcolor = "#8696AC"; oncolor = "#ffffff"; offbgcolor = "#ffffff"; offcolor = "#000000"; bordercolor = "#3E506B"; borderstyle = "solid"; separatorcolor = "#dddddd"; separatorsize = 1; separatorpadding=1 padding = 4 borderwidth = 1 if(!mac)onborder="1px solid #000000"; overfilter = "Fade(duration=0.0);Shadow(color='#777777', Direction=135, Strength=5)" outfilter = "randomdissolve(duration=0.0)" fontsize = "75%"; fontstyle = "normal"; fontfamily = "arial, verdana, tahoma"; pagebgcolor = "#003366"; pagecolor = "#FFFFFF"; subimage = "/images/icon/downboxed.gif"; } horizStyle=new copyOf(vertStyle) horizStyle.overfilter="" horizStyle.outfilter="" horizStyle.borderwidth=0 horizStyle.separatorpadding=0 horizStyle.onborder=""; horizStyle.separatorcolor = "#cdcdcd"; horizStyle.subimage="/images/icon/downboxed.gif"; horizStyle.onbgcolor = "#7c7c7c"; horizStyle.oncolor = "#ffffff"; horizStyle.offbgcolor = "#cdcdcd"; horizStyle.offcolor = "#5d5b5b"; with(QT=new menuname("mainmenu2")){ top = 10; left =100; style = horizStyle; alwaysvisible = 1; position="relative"; orientation="horizontal" aI("text=Who We Are;showmenu=mm who;url=/AboutUs/OurMission.aspx"); aI("text=The Gala;showmenu=mm gala;url=/TheGala/AOB2008.aspx"); aI("text=Ticket Center;showmenu=mm tickets;url=/Tickets/Pricing.aspx"); aI("text=Corporate Partners;url=/Corporate/Partners.aspx"); aI("text=How You Can Help;showmenu=mm help;url=/Help/BecomeABrainBuddy.aspx"); aI("text=Press Releases;showmenu=mm about;url=/Press/PressRelease.aspx"); } with(QT=new menuname("mm who")){ style = vertStyle; top="offset=0" margin=3 aI("text=Our Mission;url=/AboutUs/OurMission.aspx"); aI("text=Directors & At-Large Members;url=/AboutUs/Directors.aspx"); aI("text=Brain Buddies;url=/AboutUs/BrainBuddies.aspx"); aI("text=About UCLA Neuro-Oncology;url=/AboutUs/UCLANeuroOnc.aspx"); } with(QT=new menuname("mm gala")){ style = vertStyle; margin=3 aI("text=Art of the Brain Annual Gala;url=/TheGala/AOB2008.aspx"); aI("text=Partnership Events;url=/TheGala/PartnershipEvents.aspx"); aI("text=Corporate Sponsorship;url=/TheGala/CorporateSponsorship.aspx"); } with(QT=new menuname("mm tickets")){ style = vertStyle; margin=3 aI("text=Ticket Pricing;url=/Tickets/Pricing.aspx"); aI("text=Ticket Request Form;url=/Tickets/RequestForm.aspx"); } with(QT=new menuname("mm help")){ style = vertStyle; margin=3 aI("text=Become a Brain Buddy;url=/Help/BecomeABrainBuddy.aspx"); aI("text=Donate;url=/Help/Donate.aspx"); } drawMenus()