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=30;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="";
offcolor="";
onbgcolor="";
oncolor="#ffffff";
outfilter="Fade(duration=0.1)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=3;
pagebgcolor="";
pagecolor="";
separatorcolor="";
separatorsize=41;
subimage="";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#939393";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#53297C";
offcolor="#ffffff";
oncolor="#53297C";
outfilter="Fade(duration=0.3)";
overbgimage="menu/whiteon.gif";
overfilter="Fade(duration=0.6);Alpha(opacity=90);Shadow(color=#000000', Direction=135, Strength=4)";
padding=4;
pagebgcolor="";
pagecolor="";
separatorcolor="";
separatorsize=1;
subimage="";
subimagepadding=5;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=215;
orientation="horizontal";
menuwidth="100%"; 
style=menuStyle;
position="relative";
top=153;
aI("image=menu/home_on.gif;url=index.html");
aI("image=menu/ministries.gif;overimage=menu/ministries_on.gif;url=ministries.html;showmenu=Ministries");
aI("image=menu/resources.gif;overimage=menu/resources_on.gif;url=resources.html;");
aI("image=menu/contact.gif;overimage=menu/contact_on.gif;showmenu=Contact");
aI("image=menu/about.gif;overimage=menu/about_on.gif;showmenu=About");
aI("image=menu/tfl_off.gif;overimage=menu/tfl_on.gif;showmenu=TFL");
}

with(milonic=new menuname("Ministries")){
style=submenuStyle;
aI("text=Mamma Lizzie's Children (Foster Children);url=mlc_foster.html;");
aI("text=G.O.O.D. for Life (Credit/Debt Relief);url=goodforlife.html;");
aI("text=1st Foundation (Home Ownership);url=1foundation.html;");
}

with(milonic=new menuname("Contact")){
style=submenuStyle;
aI("text=How to Reach Us;url=contact.html;");
aI("text=Contact Inquiry Form;url=cfrm.html;");
aI("text=Prayer Request;url=pr.html;");
}

with(milonic=new menuname("About")){
style=submenuStyle;
aI("text=The LWOLM Mission;url=mission.html;");
aI("text=A Unique Vision;url=vision.html;");
aI("text=Beliefs;url=beliefs.html;");
aI("text=Founder;url=bio.html;");
aI("text=Support/Donations;url=support.html;");
}

with(milonic=new menuname("TFL")){
style=submenuStyle;
aI("text=Understanding Salvation;url=us.html;");
aI("text=Understanding Baptism;url=ub.html;");
aI("text=Understanding Speaking in Tongues;url=ust.html;");
aI("text=Understanding Faith;url=uf.html;");
aI("text=Understanding Giving;url=ug.html;");
aI("text=Understanding Healing;url=uh.html;");
aI("text=Understanding Marriage;url=um.html;");
aI("text=Understanding Sexual Behavior;url=usb.html;");
}

drawMenus();

