fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#A4A88F";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma, Arial";
fontsize="90%";
fontstyle="strong";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FCEEB0";
offcolor="#515151";
onbgcolor="#A4A88F";
oncolor="#ffffff";
outfilter="";
overfilter="Fade(duration=0.05);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="";
pagecolor="";
separatorcolor="#A4A88F";
separatorsize=1;
subimage="";
subimagepadding=2;
}

with(menuStyle2=new mm_style()){
bordercolor="#980065";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma, Arial";
fontsize="90%";
fontstyle="strong";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#980065";
offcolor="#ffffff";
onbgcolor="#5E003F";
oncolor="#ffffff";
outfilter="";
overfilter="Fade(duration=0.05);Alpha(opacity=100);Shadow(color=#ffffff', Direction=135, Strength=0)";
padding=5;
pagebgcolor="";
pagecolor="";
separatorcolor="#980065";
separatorsize=1;
subimage="";
subimagepadding=2;
}


with(milonic=new menuname("mission")){
style=menuStyle;
aI("text=Mission Statement;url=home.aspx?s=2;");
aI("text=Key Members;url=lists.aspx?s=0;");
}

with(milonic=new menuname("actors")){
style=menuStyle;
aI("text=Our Work for Actors;url=home.aspx?s=3;");
aI("text=Chaplains Directory;url=chdirectory.htm;");
aI("text=Digs;url=digs.htm;");
aI("text=Education Fund;url=home.aspx?s=5;");
}

with(milonic=new menuname("chaplains")){
style=menuStyle;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Chaplaincy&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=chaplaincy.aspx?a=1;");
aI("text=Training;url=chaplaincy.aspx?a=2;");
}

with(milonic=new menuname("chaplains2")){
style=menuStyle2;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Chaplaincy&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=chaplaincy2.aspx?a=1;");
aI("text=Training;url=chaplaincy2.aspx?a=2;");
}


with(milonic=new menuname("members")){
style=menuStyle;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Members&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=home.aspx?s=8;");
aI("text=Donations;url=home.aspx?s=7;");
}


//Testsite
with(milonic=new menuname("mission2")){
style=menuStyle;
aI("text=Mission Statement;url=mission.htm;");
aI("text=Key Members;url=members.htm;");
}

with(milonic=new menuname("actors2")){
style=menuStyle;
aI("text=Our Work for Actors;url=actormission.htm");
aI("text=Chaplains Directory;url=chdirectory.htm;");
aI("text=Digs;url=digs.htm;");
aI("text=Education Fund;url=education.htm");
}

with(milonic=new menuname("members2")){
style=menuStyle;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Members&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=members.htm");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Donations;url=donations.htm;");
}

drawMenus();


