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=100;
_subOffsetLeft=-100;




with(menuStyle=new mm_style()){
bordercolor="#AEACD1";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="bold";
headerbgcolor="#333333";
headercolor="#333333";
offbgcolor="#6699cc";
offcolor="#1b2777";
onbgcolor="#99cccc";
oncolor="#333333";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#9999cc";
pagecolor="#9999cc";
separatorcolor="#746FE1";
separatorsize=2;
subimage="images/arrow.gif";
subimagepadding=2;
screenposition=top;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=100;
orientation="horizontal";
style=menuStyle;
top=200;
aI("text=Home;url=index.html;");
aI("showmenu=About;text=About iLevite;");
aI("showmenu=Jobs;text=Job Board;");
aI("showmenu=Articles;text=Articles;");
aI("showmenu=Worship Leader Directory;text=Worship Leader Directory;");
aI("showmenu=Resources;text=Resources;");
aI("showmenu=Connections;text=Connections;");
aI("showmenu=iLevite Fellowship;text=iLevite Fellowship;");
aI("showmenu=Registration;text=Registration;");
aI("showmenu=Subscription;text=Subscription;");
aI("showmenu=Contact;text=Contact;");
}

with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
aI("text=iLevite staff;url=about.html;")
aI("text=Belief Statement;url=beliefstatement.html;")
}

with(milonic=new menuname("Job Board?")){
style=menuStyle;
aI("text=Understanding FASD;url=understanding.html;");
aI("text=Recent Articles;url=rarticles.html;");
aI("text=Resources;url=resources.html;");
aI("text=Select Bibliography;url=bibliography.html;");
aI("text=Poems;url=poems.html;");
}

with(milonic=new menuname("Articles")){
style=menuStyle;
aI("text=Order Books and DVDs;url=market_place.html;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=Events;url=events.html;");
}

with(milonic=new menuname("Connections")){
style=menuStyle;
aI("text=Links;url=links.html;");
aI("text=Facebook;url=facebook.html;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Bill Rayborn;url=mailto:billrayborn@att.net ;");
aI("text=Darlene Marquardt;url=mailto:darlene.marquardt@gmail.com;");
}

drawMenus();

