

_menuCloseDelay=250           // The time delay for menus to remain visible on mouse out default 500
_menuOpenDelay=75            // The time delay before menus open on mouse over default 150
_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(menuStyle=new mm_style()){
onbgcolor="#D4D3A3";
oncolor="#666633";
offbgcolor="#FAFFE8";
offcolor="#666633";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#666633";
separatorsize="0";
padding=7;
fontsize="10pt";
fontstyle="normal";
fontfamily="Arial, Helvetica, san-serif";
pagecolor="#666633"; //current page 
pagebgcolor="";
headercolor="#666633";
headerbgcolor="#ffffff";
subimage=""; 
subimagepadding="0";
//overfilter="Fade(duration=0.1);Alpha(opacity=30);Shadow(color='#777777', Direction=135, Strength=9)";
//outfilter="randomdissolve(duration=0.1)";
}
with(milonic=new menuname("home")){
style=menuStyle;
aI("text=East Shore;url=http://www.nelsonhospice.org/East_Shore.html;");
aI("text=Kaslo;url=http://www.nelsonhospice.org/kaslo_hospice.html;");
aI("text=Picture Gallery;url=http://www.nelsonhospice.org/gallery_hike.html;");
aI("text=Contact Information;url=http://www.nelsonhospice.org/contact_maps.html;");
aI("text=Subscribe To Our Newsletter;url=http://www.nelsonhospice.org/index.html;");
}


with(milonic=new menuname("help")){
style=menuStyle;
aI("text=Loving Kindness;url=http://www.nelsonhospice.org/loving_kindness.html;");
aI("text=Volunteering;url=http://www.nelsonhospice.org/volunteer_info.html;");
aI("text=Donations;url=donations.html;");
}

with(milonic=new menuname("volunteers")){
style=menuStyle;
aI("text=Volunteer Profile;url=http://www.nelsonhospice.org/volunteer_month.html;");
aI("text=Information About Volunteering;url=http://www.nelsonhospice.org/volunteer_info.html;");
aI("text=Volunteer Training;url=http://www.nelsonhospice.org/volunteering_hospice.html;");
}

with(milonic=new menuname("faq")){
style=menuStyle;
aI("text=Myths and Facts;url=http://www.nelsonhospice.org/myths_facts.html;");
aI("text=FAQ;url=http://www.nelsonhospice.org/faq.html;");
aI("text=Mission;url=http://www.nelsonhospice.org/mission_vision.html;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Information;url=http://www.nelsonhospice.org/contact_maps.html;");
aI("text=Local District Information;url=http://www.nelsonhospice.org/contact_description.html;");
aI("text=East Shore;url=http://www.nelsonhospice.org/East_Shore.html;");
aI("text=Kaslo;url=http://www.nelsonhospice.org/kaslo_hospice.html;");
aI("text=BC Hospices;url=http://www.nelsonhospice.org/bc_hospices.html;");
}

with(milonic=new menuname("resources")){
style=menuStyle;
aI("text=Local Support Services;url=http://www.nelsonhospice.org/local_services.html;");
aI("text=Recommended Books;url=http://www.nelsonhospice.org/recommended_books.html;");
aI("text=Links;url=http://www.nelsonhospice.org/links.html;");
aI("text=Funeral Arrangements;url=http://www.nelsonhospice.org/funeral_arrangements.html;");
aI("text=Children;url=http://www.nelsonhospice.org/children.html;");
aI("text=Grief;url=http://www.nelsonhospice.org/grief.html;");
aI("text=Pain Control;url=http://www.nelsonhospice.org/pain_control.html;");
aI("text=Patient Information;url=http://www.nelsonhospice.org/patient_infor.html;");
aI("text=Workers and Volunteers;url=http://www.nelsonhospice.org/resources_worker_volunteers.html;");
aI("text=Medical Preplanning;url=http://www.nelsonhospice.org/medical_preplanning.html;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=Newsletter;url=http://www.nelsonhospice.org/newsletter.html;");
aI("text=Calendar of Events;url=http://www.nelsonhospice.org/cal_events.html;");
aI("text=Contact Us;url=http://www.nelsonhospice.org/contact_maps.html;");
}
drawMenus();

