fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="red";
borderstyle="grove";
borderwidth=6;
fontfamily="Verdana, Tahoma, Arial";
fontsize="60%";
fontstyle="bold";
headerbgcolor="#000000";
headercolor="white";
offbgcolor="#000000";
offcolor="white";
onbgcolor="black";
oncolor="yellow";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="white";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrowdown-white.gif";
subimagepadding=2;
}


with(milonic=new menuname("Beginning")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
screenposition="center";
top=300;
aI("status=Home;text=Home;url=index.html");
aI("status=Overview;text=Overview;url=overview.html");
aI("status=Our Location;text=Our Location;url=location.html");
aI("showmenu=Picture Tour;text=Picture Tour;");
aI("status=Virtual Tour;text=Virtual Tour;url=http://www.shoretours.net/tours/viewer.html?id=1369&view=view14;target=_blank;");
aI("status=Feedback;text=Feedback;url=http://www.fenwicksuites.com/tinc?key=3znLdb7a");
}

with(milonic=new menuname("Picture Tour")){
overflow="scroll";
style=menuStyle;
aI("status=Blue Unit;text=Blue Unit;url=blue-unit.html");
aI("status=Green Unit;text=Green Unit;url=green-unit.html");
aI("status=Red Unit;text=Red Unit;url=red-unit.html");
aI("status=Hot Tubs;text=Hot Tubs;url=hot-tubs.html");
aI("status=Parking;text=Parking;url=parking.html");
}




drawMenus();

