_menuCloseDelay=250           // The time delay for menus to remain visible on mouse out default 500_menuOpenDelay=75            // The time delay before menus open on mouse over default 150_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(menuStyle=new mm_style()){onbgcolor="#919090";oncolor="#ffffff";offbgcolor="#CCCCCC";offcolor="#000000";bordercolor="#B3B3B3";borderstyle="solid";borderwidth="0";separatorcolor="#cccccc";separatorsize="6";padding=3;fontsize="9pt";fontstyle="normal";fontfamily="Geneva, Arial, Helvetica, sans-serif";pagecolor="#ffffff"; //current page pagebgcolor="#3D3D3D";headercolor="#666633";headerbgcolor="#ffffff";subimage=""; subimagepadding="0";//overfilter="Fade(duration=0.1);Alpha(opacity=30);Shadow(color='#777777', Direction=135, Strength=9)";//outfilter="randomdissolve(duration=0.1)";}with(milonic=new menuname("home")){style=menuStyle;}with(milonic=new menuname("services")){style=menuStyle;aI("text=Accommodations;url=http://www.valhallamountainlodge.com/accommodation_lodge.html;");aI("text=Terrain;url=http://www.valhallamountainlodge.com/terrain.html;");aI("text=FAQ;url=http://www.valhallamountainlodge.com/faq.html;");aI("text=What's New;url=http://vmlodge.blogspot.com/;");}with(milonic=new menuname("rates")){style=menuStyle;aI("text=Rates;url=http://www.valhallamountainlodge.com/rates.html;");aI("text=Availability;url=http://www.valhallamountainlodge.com/availability.html;");aI("text=Reservations;url=http://www.valhallamountainlodge.com/reservations.html;");aI("text=Getting Here;url=http://www.valhallamountainlodge.com/getting_here.html;");}with(milonic=new menuname("policies")){style=menuStyle;aI("text=Reservation Policies;url=http://www.valhallamountainlodge.com/reservation_policy.html;");aI("text=Fine Print;url=http://www.valhallamountainlodge.com/policies.html;");aI("text=Waiver;url=http://www.valhallamountainlodge.com/waiver.html;");aI("text=Need To KNow;url=http://www.valhallamountainlodge.com/need_to_know.html;");aI("text=Pre Tour Infor;url=http://www.valhallamountainlodge.com/pre_trip_info.html;");}with(milonic=new menuname("media")){style=menuStyle;aI("text=Photogallery;url=http://www.valhallamountainlodge.com/gallery;");aI("text=Media;url=http://www.valhallamountainlodge.com/movie_clips.html;");}with(milonic=new menuname("contact")){style=menuStyle;aI("text=Contact Us;url=http://www.valhallamountainlodge.com/contact_us.html;");aI("text=About Us;url=http://www.valhallamountainlodge.com/about_us.html;");aI("text=Links;url=http://www.valhallamountainlodge.com/links.html;");aI("text=Sitemap;url=http://www.valhallamountainlodge.com/site_map.html;");}drawMenus();
