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(submenuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#ACABAB";
onbgcolor="#ffffff";
oncolor="#7B7B7A";
outfilter="Blinds( Bands=1,direction=down, duration=0.5)";
overfilter="Blinds( Bands=1,direction=up, duration=0.3)";
padding=3;
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=8;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
image="square_dust.gif";
imagepadding=6;
offbgcolor="#ffffff";
offcolor="#ACABAB";
onbgcolor="#ffffff";
oncolor="#7B7B7A";
outfilter="Fade(Overlap=1.00)";
overimage="square_blue.gif";
padding=5;
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
openstyle="up";
orientation="vertical";
style=menuStyle;
top=10;
aI("text=;");
aI("text=Home;url=splash.htm;target=main;");
aI("showmenu=About Us;text=About Us;");
aI("showmenu=Ministries;text=Ministries;");
aI("showmenu=Tools;text=Web Tools;");
aI("text=;");
}

with(milonic=new menuname("About Us")){
openstyle="up";
style=submenuStyle;
aI("text=Biography of Pastor;url=bio.htm;target=main;");
aI("text=Church History;url=bio.htm;target=main;");
aI("text=What We Believe;url=believe.htm;target=main;");
aI("text=Salvation;url=whoisjesus.htm;target=main;");
aI("text=Order of Services;url=orderofservices.htm;target=main;");
}

with(milonic=new menuname("Ministries")){
openstyle="up";
style=submenuStyle;
aI("text=SOAR;url=soar.htm;target=main;");
aI("text=Infusion;url=infusion.htm;target=main;");
aI("text=First Response;url=frt.htm;target=main;");
}

with(milonic=new menuname("Tools")){
openstyle="up";
style=submenuStyle;
aI("text=Church Calendar;url=calendar/index.php;target=_blank;");
aI("text=Church Newsletter;url=newsletter.htm;target=main;");
aI("text=Blog of Pastor;url=blog/;target=_blank;");
aI("text=Contact Us;url=contact.htm;target=main;");
aI("text=Directions;url=directions.htm;target=main;");
}

drawMenus();


