
_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10             // Sub menu top offset
_subOffsetLeft=-20           // 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="#518875";
oncolor="#ffffff";
offbgcolor="#A1BBB2";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="13";
fontweight="bold";
fontfamily="Verdana";
pagecolor="#ffffff";
pagebgcolor="#518875";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="";
}

with(summercrest=new menuname("Main Menu")){
style=menuStyle;
top=165;
left=0;
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;&nbsp;Home&nbsp;&nbsp;;url=index.html;status=Home");
aI("text=&nbsp;&nbsp;About Summercrest&nbsp;&nbsp;;url=about.html;showmenu=about;status=About Summercrest");
aI("text=&nbsp;&nbsp;Living Programs&nbsp;&nbsp;;showmenu=program;status=Living Programs");
aI("text=&nbsp;&nbsp;Admission&nbsp;&nbsp;;showmenu=rates;status=Admission");
aI("text=&nbsp;&nbsp;Layouts&nbsp;&nbsp;;showmenu=layout;status=Layouts");
aI("text=&nbsp;&nbsp;FAQ&nbsp;&nbsp;;url=faq.html;status=FAQ");
aI("text=&nbsp;&nbsp;Directions&nbsp;&nbsp;;url=directions.html;status=Directions");
aI("text=&nbsp;&nbsp;Contact Us&nbsp;;url=contact.html;status=Contact Us");
}

with(summercrest=new menuname("about")){
style=menuStyle;
overflow="scroll";
aI("text=About Summercrest;url=about.html;status=About Summercrest");
aI("text=Community Life;url=community.html;status=Community Life;");
aI("text=Associated Links;url=links.html;status=Associated Links;");
aI("text=Video - Caregiver Moments&nbsp;;&#8250;&#8250;url=moments.html;showmenu=moments;status=Video - Caregiver Moments;");
<!-- aI("text=Employment Opportunites;url=employment.html;status=Employment Opportunites;"); -->
aI("text=Photo Gallery&nbsp;;&#8250;&#8250;showmenu=gallery;status=Photo Gallery;");
}

with(summercrest=new menuname("moments")){
style=menuStyle;
overflow="scroll";
aI("text=Caregiver Self Identification;url=moments_selfid.html;status=Caregiver Self Identification;");
aI("text=Caregiver Tips;url=moments_tips.html;status=Caregiver Tips;");
aI("text=Caregiver Burnout;url=moments_burnout.html;status=Caregiver Burnout;");
aI("text=Communicating with People with Alzheimer's;url=moments_communicate.html;status=Communicating with People with Alzheimer's;");
aI("text=Visits with Residents;url=moments_visits.html;status=Visits with Residents;");
aI("text=Warning Signs of Alzheimer's;url=moments_warning.html;status=Warning Signs of Alzheimer's;");
}

with(summercrest=new menuname("program")){
style=menuStyle;
overflow="scroll";
aI("text=Independent Living;url=ilp.html;status=Independent Living;");
aI("text=Independent Living with Assistance;url=alp.html;status=Independent Living with Assistance;");
aI("text=Independent Living with Assistance w/CFI;url=hcbc.html;status=Independent Living with Assistance w/CFI;");
aI("text=Assisted Living Program w/Memory Care;url=mc.html;status=Assisted Living Program w/Memory Care;");
}

with(summercrest=new menuname("rates")){
style=menuStyle;
overflow="scroll";
aI("text=Rate Card;url=rate.html;status=Rate Card;");
aI("text=Worksheet/Application;url=ccw.html;status=Worksheet/Application;");
}

with(summercrest=new menuname("gallery")){
style=menuStyle;
overflow="scroll";
aI("text=Summercrest Gallery #1;url=gallery1.html;status=Summercrest Gallery #1;");
aI("text=Summercrest Gallery #2;url=gallery3.html;status=Summercrest Gallery #2;");
aI("text=Season's Gallery #1;url=gallery2.html;status=Season's Gallery #1;");
aI("text=Season's Gallery #2;url=gallery.html;status=Season's Gallery #2;");
}

with(summercrest=new menuname("layout")){
style=menuStyle;
aI("text=Studio;url=studio.html;status=Studio;");
aI("text=One-Bedroom;url=1bed.html;status=One-Bedroom;");
aI("text=Two-Bedroom;url=2bed.html;status=Two-Bedroom;");
aI("text=Memory Care - Private;url=private.html;status=Memory Care - Private;");
aI("text=Memory Care - Semi-Private;url=semi.html;status=Memory Care - Semi-Private;");
}

drawMenus();


