_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#0099FF";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#296488";
separatorsize="1";
padding=5;
fontsize="90%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://lightoftheworldministry.org/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}




with(header=new mm_style()){
onbgcolor="#FEE65E";
oncolor="#330099";
offbgcolor="#FEE65E";
offcolor="#000080";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FEE65E";
separatorsize="15";
padding=1;
fontsize="90%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#FEE65E";
headercolor="#0000CD";
headerbgcolor="#FEE65E";
subimage="http://lightoftheworldministry.org/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#FEE65E', Direction=135, Strength=1)";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("Main Menu")){
style=header;
top=110;
left=10;
alwaysvisible=1;
orientation="horizontal";
aI("text=<b>Latest News</b>;url=http://lightoftheworldministry.org/news.html;");
aI("text=<b>Upcoming Shows</b>;url=http://lightoftheworldministry.org/shows.html;");
aI("text=<b>The Cast</b>;url=http://lightoftheworldministry.org/aboutus.html;");
aI("text=<b>Gallery</b>;showmenu=Gallery;");
aI("text=<b>Guestbook</b>;showmenu=Guestbook;");
aI("text=<b>Contact Us</b>;showmenu=Contact Us;");
}

with(milonic=new menuname("Gallery")){
style=menuStyle;
aI("text=Picture Gallery;url=http://lightoftheworldministry.org/pictures.html;");
aI("text=Sound Clips;url=http://lightoftheworldministry.org/soundclips.html;");
}

with(milonic=new menuname("Guestbook")){
style=menuStyle;
aI("text=View Guestbook;url=http://lightoftheworldministry.org/guestbook/guestbook.html;");
aI("text=Sign Guestbook;url=http://lightoftheworldministry.org/guestbook/addguest.html;");
}

with(milonic=new menuname("Contact Us")){
style=menuStyle;
aI("text=Contact the Group;url=http://lightoftheworldministry.org/contact.html;");
aI("text=Booking Info;url=http://lightoftheworldministry.org/bookings.html;");
}


drawMenus();

