

_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=30              // Sub menu top offset
_subOffsetLeft=-40            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#DCD59A";
oncolor="#7A1818";
offbgcolor="#7A1818";
offcolor="#DCD59A";
bordercolor="#DCD59A";
borderstyle="solid";
borderwidth=1;
separatorcolor="#DCD59A";
separatorsize="2";
padding=5;
fontsize="75%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#DCD59A";
pagebgcolor="#B92424";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="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=menuStyle;
top=44;
left=285;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.chipleymurrah.com;");
aI("text=Gallery;url=gallery.php;");
aI("text=Cottages;showmenu=cottages;");
aI("text=Rooms;showmenu=rooms;");
aI("text=Policies;url=policies.php;");
aI("text=Directions;url=directions.php;");
aI("text=Attractions/Services;url=attractions.php;");
aI("text=Contact Us;url=contact.php;");
}

with(milonic=new menuname("rooms")){
style=menuStyle;
aI("text=Governor's Suite;url=governorsuite.php;");
aI("text=Rose Room;url=rose.php;");
aI("text=Queen Anne Room;url=queenanne.php;");
aI("text=Magnolia Room;url=magnolia.php;");
}

with(milonic=new menuname("cottages")){
style=menuStyle;
aI("text=Blue Cottage;url=blueCottage.php");
aI("text=Golf Cottage;url=golfCottage.php;");
aI("text=Gray Cottage;url=grayCottage.php;");
}

drawMenus();

