


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // 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(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#00636A";
offbgcolor="#A7D1DF";
offcolor="#00636A";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#999966";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.iTour360.com/Graphics/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(absol=new menuname("Services")){
style=menuStyle;
overflow="scroll";
aI("text=Behavioral Health Services;url=http://www.lsbc.net/HealthServices.asp;showmenu=Health;status=Behavioral Health Services;");
aI("text=Substance Abuse Services;url=http://www.lsbc.net/AbuseServices.asp;showmenu=Abuse;status=Substance Abuse Services;");
aI("text=Social Services;url=http://www.lsbc.net/SocialServices.asp;showmenu=Social;status=Social Services;");
aI("text=Psychiatric Hospital;url=http://www.lsbc.net/Hospital.asp;showmenu=Hospital;status=Psychiatric Hospital;");
aI("text=New Patient Forms;url=http://www.lsbc.net/PatientForms.asp;status=New Patient Forms;");
}

with(absol=new menuname("About")){
style=menuStyle;
overflow="scroll";
aI("text=Executive Board Members;url=http://www.lsbc.net/ExecutiveBoardMembers.asp;;status=Executive Board Members;");
}

with(absol=new menuname("Foundation")){
style=menuStyle;
overflow="scroll";
aI("text=Board Members;url=http://www.lsbc.net/BoardMembers.asp;;status=Board Members;");
aI("text=Volunteer Program;url=http://www.lsbc.net/Volunteer.asp;;status=Volunteer Program;");
aI("text=Special Events;url=http://www.lsbc.net/SpecialEvents.asp;;status=Special Events;");
aI("text=Angels of Hope;url=http://www.lsbc.net/Angels.asp;showmenu=Angels;status=Angels of Hope;");
}

with(absol=new menuname("Health")){
style=menuStyle;
overflow="scroll";
aI("text=Children's Services;url=http://www.lsbc.net/HealthServicesDetail.asp?ID=1;;;status=Children's Services;");
aI("text=Adult Services;url=http://www.lsbc.net/HealthServicesDetail.asp?ID=2;;;status=Adult Services;");
}

with(absol=new menuname("Abuse")){
style=menuStyle;
aI("text=Children's Services;url=http://www.lsbc.net/AbuseServicesDetail.asp?ID=1;;;status=Children's Services;");
aI("text=Adult Services;url=http://www.lsbc.net/AbuseServicesDetail.asp?ID=2;;;status=Adult Services;");
}

with(absol=new menuname("Social")){
style=menuStyle;
aI("text=Family Care Management;url=http://www.lsbc.net/SocialServicesDetail.asp?ID=1;status=Family Care Management;");
aI("text=Early Childhood Services;url=http://www.lsbc.net/SocialServicesDetail.asp?ID=2;status=Early Childhood Services;");
}

with(absol=new menuname("Hospital")){
style=menuStyle;
aI("text=Children's Services;url=http://www.lsbc.net/HospitalServicesDetail.asp?ID=2;;;status=Children's Services;");
aI("text=Adult Services;url=http://www.lsbc.net/HospitalServicesDetail.asp?ID=1;;;status=Adult Services;");
}

with(absol=new menuname("Angels")){
style=menuStyle;
overflow="scroll";
aI("text=Online Donation Form;url=http://www.lsbc.net/AngelDonation.asp;;status=Online Donation Form;");
aI("text=PDF Donation Form;url=http://www.lsbc.net/Uploads/PDFs/DonationForm.pdf;;status=PDF Donation Form;");
}

//with(absol=new menuname("AddServices")){
//style=menuStyle;
//aI("text=Printable Brochures;url=http://www.itour360.com/gallery/Residential/Birchwood/Brochure.htm;scrollbars=yes;width=690;height=480;target=blank;status=Printable Brochures;");
//}

drawMenus();

