_menuCloseDelay=500;
_menuOpenDelay=1;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="solid";
borderwidth=0;
fontfamily="arial;";
fontsize=11;
fontweight="bold"
fontstyle="normal";
itemheight=10;
offcolor="#CAB55E";
oncolor="#FFFFFF";
onbgcolor="";
offbgcolor="";
decoration='none';
ondecoration='none';
separatorcolor="";
separatorsize=0;
offclass="mmpadding";
onclass="mmpadding";
}

with(SubmenuStyle=new mm_style()){
fontfamily="arial;";
fontsize=11;
fontweight="normal"
fontstyle="normal";
itemheight=10; 
separatorsize=1;
separatorcolor="#CAB55E";
borderwidth=1;
borderstyle="solid";
bordercolor="#CAB55E";
offcolor="#CAB55E";
offbgcolor="#194945";
oncolor="#666666"; 
onbgcolor="#FFFFFF"; 
decoration='none';
ondecoration='none';
//image="images/arrow_r_brown.gif";
//overimage="images/arrow_r_orange.gif";
imagepadding=5;
align="left";
offclass="mmpadding_sub";
onclass="mmpadding_sub";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
orientation="horizontal";
alwaysvisible=1;
position="relative";

aI("showmenu=Gazebo;text=Gazebo;url=index.cfm;");
aI("showmenu=Contact Us;text=Contact Us;url=contact.cfm;");
aI("showmenu=Reservations;text=Reservations;url=https://www.chamberworks.com/secure/gazeboinnogt/reservations.cfm;");
aI("showmenu=RoomsRates;text=Rooms/Rates;url=rooms_rates.cfm;");
aI("showmenu=Amenities;text=Amenities;url=amenities.cfm;");
aI("showmenu=Packages;text=Packages;url=packages.cfm;");
aI("showmenu=Photo Album;text=Photo Album;url=javascript:winBRopen('gallery/index.cfm','GalleryWindow','411','420','scroll no');");
aI("showmenu=Innkeepers;text=Innkeepers;url=innkeepers.cfm;");
aI("showmenu=Ogunquit;text=Ogunquit;url=ogunquit.cfm;");
}

with(milonic=new menuname("RoomsRates")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=Gift Certificates;text=Gift Certificates;url=https://www.chamberworks.com/secure/gazeboinnogt/gift_certs.cfm;");
}

with(milonic=new menuname("Amenities")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=Footbridge Beach;text=Footbridge Beach;url=footbridge.cfm;");
aI("showmenu=Limousine Service;text=Limousine Service;url=limousine_service.cfm;");
aI("showmenu=Gym/Sauna;text=Gym/Sauna;url=gym.cfm;");
aI("showmenu=Massage Room;text=Massage Room;url=massage.cfm;");
aI("showmenu=Breakfast;text=Breakfast;url=breakfast.cfm;");
aI("showmenu=Inn-Room Delights;text=Inn-Room Delights;url=inn_room_delights.cfm;");
aI("showmenu=Library/Theatre;text=Library/Theatre;url=library_theatre.cfm;");
aI("showmenu=Great Room/Bar;text=Great Room/Bar;url=greatroom.cfm;");
aI("showmenu=Pool;text=Pool;url=pool.cfm;");
aI("showmenu=Hot Tubs;text=Hot Tubs;url=hot_tubs.cfm;");
aI("showmenu=Pet Friendly;text=Pet Friendly;url=pet_friendly.cfm;");
}

with(milonic=new menuname("Innkeepers")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=Gazebo History;text=Gazebo History;url=history.cfm;");
}

with(milonic=new menuname("Ogunquit")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=Directions;text=Directions;url=directions.cfm;");
aI("showmenu=Area Attractions;text=Area Attractions;url=attractions.cfm;");
aI("showmenu=Restaurants;text=Restaurants;url=restaurants.cfm;");
}

drawMenus();