

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=150;

with(subStyleIE=new mm_style()){
onbgcolor="#5C0101";
oncolor="#f0f0f0";
offbgcolor="#465A77";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
separatorheight="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#f0f0f0";
pagebgcolor="#5C0101";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/8000/188HO/arrow.gif";
onsubimage="/images/10000/4000/518LI/onarrow.gif";
//outfilter="randomdissolve(duration=0.2)";
//overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#EAEAEA', Direction=135, Strength=3)";
pageimage="/images/10000/4000/518LI/onimage.gif";
subimage="/images/10000/4000/518LI/offarrow.gif";
}

with(mainStyleIE=new mm_style()){
onbgcolor="#5C0101";
oncolor="#ffffff";
offbgcolor="none";
offcolor="#ffffff";
bordercolor="none";
borderstyle="solid";
borderwidth=1;
padding=0;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="ffffff";
pagebgcolor="#5C0101";
headercolor="#ffffff";
headerbgcolor="none";
subimagepadding="2";
fontweight="bold";
overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='2D4E71', Direction=200, Strength=0)";
outfilter="randomdissolve(duration=0.1)";
}


		with(milonic=new menuname("nav1")){
			style=subStyleIE;
			itemwidth="65";
			aI("text=Calendar;url=/calendar.php;");
			aI("text=News;url=/news.php;");
			aI("text=Events;url=/events.php;");
			}

		with(milonic=new menuname("nav2")){
			style=subStyleIE;
			itemwidth="60";
			left="offset=-5"
			aI("text=Current Sermons;url=/media/media/recent.php;");
			aI("text=Sermon Library;url=/media/media/list.php;");
			aI("text=Media Search;url=/media/media/search.php;");
			aI("text=Podcasting;url=/media/media/podcast.php;");
			aI("text=Sign Up for Church Emails;url=/signup.php;");
			}

		with(milonic=new menuname("nav3")){
			style=subStyleIE;
			itemwidth="60";
			left="offset=-5"
			aI("text=Pastor;url=/staff1.php;");
			aI("text=Praise & Worship;url=/staff2.php;");
			aI("text=Youth Pastor;url=/staff3.php;");
			}

		with(milonic=new menuname("nav4")){
			style=subStyleIE;
itemwidth="72";			
			aI("text=Ministries;url=/ministry1.php;");
			aI("text=Music;url=/ministry2.php;");
			aI("text=Students;url=/ministry3.php;");
			}


		with(milonic=new menuname("MainMenu")){
			style=mainStyleIE;
			alwaysvisible=1;			
			orientation="horizontal";
			position="relative";
			
			aI("text=&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;;url=/index.php;");
			aI("text=&nbsp;&nbsp;&nbsp;Welcome&nbsp;&nbsp;&nbsp;;url=/welcome.php;");
			aI("text=&nbsp;&nbsp;&nbsp;Calendar&nbsp;&nbsp;&nbsp;;url=/calendar.php;showmenu=nav1;");
			aI("text=&nbsp;&nbsp;&nbsp;Ministries&nbsp;&nbsp;&nbsp;;url=/ministry1.php;showmenu=nav4;");
			aI("text=&nbsp;&nbsp;&nbsp;Media&nbsp;&nbsp;&nbsp;;url=/media/media/recent.php;showmenu=nav2;");
			aI("text=&nbsp;&nbsp;&nbsp;Staff&nbsp;&nbsp;&nbsp;;url=/staff1.php;showmenu=nav3;");
			
		}




drawMenus();


