﻿_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=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="#ee9400";
oncolor="#0d4b90";
offbgcolor="#0d4b90";
offcolor="#ffffff";
bordercolor="#ee9400";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding="2";
fontsize="12px";
fontstyle="normal";
fontfamily="Univers, Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#0d4b90";
headercolor="#0d4b90";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("about")){
style=menuStyle;
top="141";
left="110";
alwaysvisible=0;
orientation="vertical";
aI("text=Directions;url=http://www.tbsoc.com/abouttbs.html;");
aI("text=History;url=http://www.tbsoc.com/abouttbs.html#history;");
aI("text=Facilities;url=http://www.tbsoc.com/abouttbs.html#facilities;");
aI("text=Membership;url=http://www.tbsoc.com/abouttbs.html#membership;");
aI("text=Education;url=http://www.tbsoc.com/abouttbs.html#education;");
aI("text=Jewish Preschool;url=http://www.tbsoc.com/abouttbs.html#preschool;");
aI("text=Auxiliaries;url=http://www.tbsoc.com/abouttbs.html#aux;");
aI("text=Dues Structure;url=http://www.tbsoc.com/abouttbs.html#dues;");
}

with(milonic=new menuname("team")){
style=menuStyle;
top="151";
left="110";
alwaysvisible=0;
orientation="vertical";
aI("text=Senior Rabbi Heidi Cohen;url=http://www.tbsoc.com/staff.html#RabbiCohen;");
aI("text=Cantorial Soloist Mark Thompson;url=http://www.tbsoc.com/staff.html#MarkThompson;");
aI("text=Rabbi Emeritus Shelton Donnell;url=http://www.tbsoc.com/staff.html#RabbiDonnell;");
aI("text=Susie Amster, Exec. Director;url=http://www.tbsoc.com/staff.html#SusieAmster;");
aI("text=April Akiva, Director of Education;url=http://www.tbsoc.com/staff.html#AprilAkiva;");
aI("text=Lindy Lane-Epstein, Preschool Director;url=http://www.tbsoc.com/staff.html#Lindy Lane-Epstein;");
aI("text=TBS Board of Directors;url=http://www.tbsoc.com/staff.html#Board;");
aI("text=Clergy Sermon Archive;url=http://www.tbsoc.com/sermons/;");
aI("text=Rabbi Donnell's Reflection's from Israel;url=http://www.tbsoc.com/sermons/;");
}

with(milonic=new menuname("youth")){
style=menuStyle;
top="286";
left="110";
alwaysvisible=0;
orientation="vertical";
aI("text=OCTY;url=http://www.tbsoc.com/youth/;");
aI("text=BSTY;url=http://www.tbsoc.com/youth/;");
aI("text=YTY;url=http://www.tbsoc.com/youth/;");
aI("text=KTY;url=http://www.tbsoc.com/youth/;");
}

with(milonic=new menuname("programs")){
style=menuStyle;
top="386";
left="110";
alwaysvisible=0;
orientation="vertical";
aI("text=Ambassadors Survey;url=http://www.tbsoc.com/ambassadors.html;");
aI("text=Online Torah Study;url=http://www.tbsoc.com/torahstudy.html;");
aI("text=Kesher LaBayit;url=http://www.tbsoc.com/kesherlabayit.html;");
aI("text=Services;url=http://www.tbsoc.com/programs.html;");
aI("text=Jewish Film Series;url=http://www.tbsoc.com/programs.html;");
aI("text=Retreats;url=http://www.tbsoc.com/programs.html;");
aI("text=Outreach;url=http://www.tbsoc.com/programs.html;");
}

drawMenus();

