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="#9e216e";
borderstyle="solid";
borderwidth=0;
imagealign="left"
fontfamily="Arial";
fontsize="85%";
fontstyle="strong";
headerbgcolor="#9e216e";
headercolor="#ffffff";
offbgcolor="#9e216e";
offcolor="#ffffff";
onbgcolor="#a42e77";
oncolor="#ffffff";
outfilter="Fade(duration=0.8);Alpha(opacity=95);";
overfilter="Fade(duration=0.8);Alpha(opacity=95);";
padding=5;
pagebgcolor="#9e216e";
pagecolor="#ffffff";
separatorcolor="#9e216e";
separatorsize=0;

}

with(milonic=new menuname("Information")){
style=menuStyle;
aI("text=Dates;url=dates.php");
aI("text=David's Letter;url=dhletter.php");
aI("text=Susan's Blog;url=susansblog.php");
aI("text=Visit Tlc;url=visit.php");
aI("text=Sundays;url=sundays.php");
aI("text=Leaders;url=leaders.php");
aI("text=History;url=history.php");

}

with(milonic=new menuname("Connect")){
style=menuStyle;
aI("text=Belonging to TLC;url=belonging.php")
aI("text=Serving at TLC;url=serving.php")
aI("text=Giving at TLC;url=giving.php")
aI("text=Life Groups at TLC;url=lifegroups.php")
aI("text=Newcomers Meals at TLC;url=newcomers.php")
}

with(milonic=new menuname("Children")){
style=menuStyle;
aI("text=Our Vision;url=children.php")
aI("text=Baby Cafe;url=babycafe.php")
aI("text=Little Gems;url=littlegems.php")
aI("text=Megastars;url=megastars.php")
aI("text=Planetshakers;url=planetshakers.php")
aI("text=Momentum;url=momentum.php")
aI("text=Questions?;url=kidsfaq.php")
}

with(milonic=new menuname("Students")){
style=menuStyle;
aI("text=University;url=university.php")
aI("text=Real;url=real.php")
}

with(milonic=new menuname("Community")){
style=menuStyle;
aI("text=Preschool;url=preschool.php")
aI("text=Totzone;url=totzone.php")
}

with(milonic=new menuname("Compassion")){
style=menuStyle;
aI("text=Open Hands;url=openhands.php")
aI("text=CSW;url=csw.php")
aI("text=Acts of Kindness;url=aok.php")
}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=Messages;url=messages.php")
aI("text=Links;url=links.php")
}


drawMenus();

