_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots8.gif";
offbgcolor="White";
offcolor="Black";
onbgcolor="#A5C7CA";
onbold="bold";
oncolor="#ffffff";
padding="8";
separatorcolor="#ffffff";
separatorsize="9";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="10";
itemwidth="177";
}

with(submenuStyle=new mm_style()){
bordercolor="Black";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="White";
offcolor="Black";
onbgcolor="#55888D";
oncolor="#ffffff";
padding="4";
separatorcolor="#55888D";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=http://www.grantspasshotels.org/;");
aI("showmenu=ArticlesGrants Pass MotelsLEFT_MENU;text=Articles;target=;url=articles.html;");
aI("showmenu=ResourcesWeb SitesLEFT_MENU;text=Resources;target=;url=resources.html;");
aI("text=Privacy;target=;url=privacy.html;");
aI("text=About Us;target=;url=about-us.html;");
aI("text=Contact Us;target=;url=contact-us.html;");
}

with(milonic=new menuname("ArticlesGrants Pass MotelsLEFT_MENU")){
style=submenuStyle;
aI("text=Grants Pass Motels;target=;url=grants-pass-motels.html;");
aI("text=Grants Pass Homes;target=;url=grants-pass-homes.html;");
aI("text=Grants Pass Restaurants;target=;url=grants-pass-restaurants.html;");
aI("text=Grants Pass Insurance;target=;url=grants-pass-insurance.html;");
aI("text=Rogue River Rafting Trips;target=;url=rogue-river-rafting-trips.html;");
}

with(milonic=new menuname("ResourcesWeb SitesLEFT_MENU")){
style=submenuStyle;
aI("text=Web Sites;target=;url=web-sites.html;");
aI("text=Grants Pass Services;target=;url=grants-pass-services.html;");
}


 drawMenus();

