_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=200            // 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=-10            // Sub menu left offset
//_scrollAmount=3               // Only needed for Netscape 4.x
//_scrollDelay=20               // Only needed for Netcsape 4.x




with(subNavStyle=new mm_style()){
onbgcolor="#D74244";
oncolor="#ffffff";
offbgcolor="#23315D";
offcolor="#ffffff";
pagecolor="#ffffff";
pagebgcolor="#43517D";
overfilter="Fade(duration=0.2);Alpha(opacity=85);"
outfilter="Fade(duration=0.2)";
}


with(milonic=new menuname("about")){
style=subNavStyle;
top=123; left=173;  itemheight=20;
aI("text=<span class='navItem'>General Information</span>;url=/about/index.php;");
aI("text=<span class='navItem'>President's Message</span>;url=/about/presidents.php;");
aI("text=<span class='navItem'>Community Benefits Report</span>;url=/about/community.php;");
aI("text=<span class='navItem'>LSRVNA News</span>;url=/about/news.php;");
}



with(milonic=new menuname("services")){
style=subNavStyle;
top=123; left=287; itemheight=20;
aI("text=<span class='navItem'>Home Care</span>;url=/services/home.php;");
<!--aI("text=<span class='navItem'>Rehabilitation and Occupational Therapy</span>;url=/services/rehab.php;");-->
aI("text=<span class='navItem'>Hospice and Palliative Care</span>;url=/services/hospice.php;");
aI("text=<span class='navItem'>Assisted Living at Home</span>;url=/services/long.php;");
aI("text=<span class='navItem'>Pediatrics</span>;url=/services/pediatrics.php;");
aI("text=<span class='navItem'>Maternal &amp; Child Health</span>;url=/services/maternal.php;");aI("text=<span class='navItem'>Home Telemonitoring</span>;url=/services/telemedicine.php;");
aI("text=<span class='navItem'>Community Health Programs</span>;url=/services/community.php;");
}

with(milonic=new menuname("donations")){
style=subNavStyle;
top=123; left=365; itemheight=20;
aI("text=<span class='navItem'>General Info</span>;url=/donations/index.php;");
}

with(milonic=new menuname("jobs")){
style=subNavStyle;
top=123; left=481; itemheight=20;
aI("text=<span class='navItem'>Job Listings</span>;url=/jobs/listings.php;");
aI("text=<span class='navItem'>Volunteers</span>;url=/jobs/volunteers.php;");
}


with(milonic=new menuname("contact")){
style=subNavStyle;
top=123; left=711; itemheight=20;
aI("text=<span class='navItem'>General Contact Info</span>;url=/contact/index.php;");
aI("text=<span class='navItem'>Referral Info</span>;url=/contact/referral.php;");
aI("text=<span class='navItem'>Newsletter</span>;url=/contact/newsletter.php;");
}


drawMenus();
