_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=40 // Follow scrolling Rate _subOffsetTop=10 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(headerStyle=new mm_style()){ onbgcolor="#000000"; oncolor="#ffffff"; offbgcolor="#000080"; offcolor="#ffffff"; bordercolor="#000000"; borderstyle="solid"; borderwidth=1; separatorcolor="#000000"; separatorsize="1"; padding=5; fontsize="10pt"; fontstyle="normal"; fontfamily="Verdana, Arial"; fontweight="bold"; pagecolor="yellow"; subimage="images/arrow.gif"; subimagepadding="2"; } with(menuStyle=new mm_style()){ onbgcolor="#cccccc"; oncolor="#000000"; offbgcolor="#ffffff"; offcolor="#000000"; bordercolor="#000000"; borderstyle="solid"; borderwidth=1; separatorcolor="#000000"; separatorsize="1"; padding=5; fontsize="10pt"; fontstyle="normal"; fontfamily="Verdana, Arial"; fontweight="bold"; pagecolor="#800080"; subimage="images/arrow.gif"; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; outfilter="randomdissolve(duration=0.3)"; } with(milonic=new menuname("Main Menu")){ style=headerStyle; screenposition="center"; alwaysvisible=1; orientation="horizontal"; aI("text=Home;url=http://www.longmontrotary.org/index.html;status=Back To Home Page;"); aI("text=Club;showmenu=club;status=Longmont Rotary Club Information;"); aI("text=Events;showmenu=events;status=Current Events;"); aI("text=Projects;showmenu=projects;status=Ongoing Projects;"); aI("text=The Rotoreador;showmenu=newsletter;status=Longmont Rotary Weekly Newsletter;"); aI("text=Longmont;url=http://www.longmontrotary.org/longmont.html;status=City of Longmont Information;"); aI("text=Contact Us;url=http://www.longmontrotary.org/contactus.html;status=Contact Longmont Rotary;"); aI("text=Rotary;showmenu=rotary;status=Rotary International and Other Rotary Clubs;"); aI("text=Member Login;url=https://www.cluboffice.net/;status=Secure Login for Members;"); } with(milonic=new menuname("club")){ style=menuStyle; overflow="scroll"; aI("text=Meetings;url=http://www.longmontrotary.org/meetings.html;"); aI("text=Officers;url=http://www.longmontrotary.org/officers.html;"); aI("text=New Members;url=http://www.cluboffice.net/site/5001/newmembers.php;"); aI("text=Committees;url=http://www.longmontrotary.org/committees.html;"); aI("text=Programs & Awards;url=http://www.longmontrotary.org/programs.html;"); aI("text=Club History;url=http://www.longmontrotary.org/history.html;"); aI("text=Strategic Plan (PDF);url=http://www.longmontrotary.org/strategic_plan.pdf;"); aI("text=Red Badge Checklist (PDF);url=http://www.longmontrotary.org/redbadge.pdf;"); aI("text=Mentoring Program Checklist (PDF);url=http://www.longmontrotary.org/mentoringprogram.pdf;"); aI("text=New Member Form (DOC);url=http://www.longmontrotary.org/newmemberform.doc;"); aI("text=New Member Proposal Form (PDF);url=http://www.longmontrotary.org/proposalform.pdf;"); } with(milonic=new menuname("events")){ style=menuStyle; aI("text=Current Events;url=http://www.cluboffice.net/site/5001/events.php;"); aI("text=Calendar;url=http://www.cluboffice.net/site/5001/calendar.php?date=1;"); } with(milonic=new menuname("projects")){ style=menuStyle; aI("text=Centennial Project;url=http://www.longmontrotary.org/centennial.html;"); } with(milonic=new menuname("newsletter")){ style=menuStyle; aI("text=do g , two (Current);url=http://www.longmontrotary.org/rotoreador/two dog diner2.pdf;");aI("text=June 24, 2008;url=http://www.longmontrotary.org/rotoreador/20080624.pdf;");aI("text=June 17, 2008;url=http://www.longmontrotary.org/rotoreador/20080617.pdf;");aI("text=June 3, 2008;url=http://www.longmontrotary.org/rotoreador/20080603 Rotoreador.pdf;");aI("text=Archive;url=http://www.longmontrotary.org/rotoreador.php;"); aI("text=Subscribe;url=http://www.longmontrotary.org/rotoreadorsignup.html;"); } with(milonic=new menuname("rotary")){ style=menuStyle; aI("text=Rotary International;url=http://www.rotary.org;"); aI("text=Rotary District 5450;url=http://www.rotary5450.org;"); aI("text=eClub One;url=http://www.rotaryeclubone.org/;"); aI("text=Library of Information;url=http://www.rotary.org/newsroom/downloadcenter/membership/index.html;"); } drawMenus();