var ScreenIsWide = false; if (screen.width>800){ ScreenIsWide = true; } _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=5 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset with(menuStyle=new mm_style()){ onbgcolor="#FF6600"; oncolor="#ffffff"; offbgcolor="#293121"; offcolor="#ffffff"; bordercolor="#ffffff"; borderstyle="solid"; borderwidth=1; separatorcolor="#D6D6C6"; separatorsize="1"; padding=5; fontsize="8pt"; if (ScreenIsWide){ fontsize="10pt"; } fontstyle="normal"; fontfamily="Georgia"; pagecolor="black"; pagebgcolor="#D6D6C6"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage=""; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=95);"; outfilter="Fade(duration=0.2);" //randomdissolve(duration=0.3)"; } with(milonic=new menuname("Main Menu")){ style=menuStyle; top=135; if (ScreenIsWide){ top = 155; } menuwidth="610"; menualign="left"; alwaysvisible=1; followscroll="1"; orientation="horizontal"; if (ScreenIsWide){ aI("text=Home ;url=/;status=Back To Home Page;"); } else { aI("text=Home  ;url=/;status=Back To Home Page;"); } aI("text=Our Wilderness Lodges;url=/wilderness_lodges/default.asp;showmenu=Lodges;status=Our Wilderness Lodges;"); aI("text=Our Outpost Camps;url=/outpost_camps/;showmenu=Outposts;"); aI("text=Moose Hunting;url=/moose_hunting/;showmenu=MooseHunting;"); aI("text=Plan Your Trip;url=/trip_planner/;showmenu=Plan;"); if (ScreenIsWide){ aI("text=Contact                                             ;url=/contact_us/;showmenu=Contact;"); } else { aI("text=Contact;url=/contact_us/;showmenu=Contact;"); } aI("text=Email;url=mailto:mattice@walleye.ca;"); aI("text=Print this Page;url=javascript:GoToPrint();"); } with(milonic=new menuname("Lodges")){ style=menuStyle; overflow="scroll"; aI("text=Whitewater Lake               ;url=/wilderness_lodges/whitewater_lake/;"); aI("text=Ogoki Reservoir               ;url=/wilderness_lodges/ogoki_reservoir/;"); } with(milonic=new menuname("Outposts")){ style=menuStyle; aI("text=Mojikit Lake                ;url=/outpost_camps/mojikit_lake/;"); aI("text=Short Lake;url=/outpost_camps/short_lake/;"); aI("text=Guerin Lake;url=/outpost_camps/guerin_lake/;"); aI("text=Weese Lake;url=/outpost_camps/weese_lake/;"); aI("text=Bellsmith Lake;url=/outpost_camps/bellsmith_lake/;"); aI("text=Auger Lake;url=/outpost_camps/auger_lake/;"); aI("text=Pringle Lake;url=/outpost_camps/pringle_lake/;"); aI("text=Vick Lake;url=/outpost_camps/vick_lake/;"); aI("text=Kagianagami Lake;url=/outpost_camps/kagianagami_lake/;"); aI("text=Troutfly Lake;url=/outpost_camps/troutfly_lake/;"); } with(milonic=new menuname("MooseHunting")){ style=menuStyle; //aI("text=(aq) Web Hosting;url=http://www.a-q.co.uk/;status=(aq) Web Server Hosting & Services;"); } with(milonic=new menuname("Plan")){ style=menuStyle; aI("text=General Information;url=/trip_planner/default.asp#general;status=General Trip Planning Information;"); aI("text=What you need to bring;url=/trip_planner/default.asp#bring;status=What You Need to Bring;"); aI("text=Links and Resources;url=/trip_planner/default.asp#links;status=Links and Resources;"); } with(milonic=new menuname("Contact")){ style=menuStyle; /* aI("text=Book Online / Check Availability;url=https://secure.reztracker.com/rezapp/rezuser/index.php?customerId= 58576883;"); */ aI("text=Maps & Driving Directions;url=/about_mattice_lake/location_and_driving_directions.asp;"); aI("text=Frequently Asked Questions;url=/about_mattice_lake/faq.asp;"); aI("text=Book your Trip or Ask Questions;url=/contact_us/;"); } drawMenus();