
_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=200;


with(subStyle=new mm_style()){
onbgcolor="#4D7ABD";
oncolor="#ffffff";
offbgcolor="#87B9DE";
offcolor="#234336";
bordercolor="#2B4A3D";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2B4A3D";
separatorsize="1";
padding=3;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="black";
pagebgcolor="#E2BB90";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
subimage="/images/10000/4000/162NE/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='778A99', Direction=100, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="maroon";
offbgcolor="transparent";
offcolor="navy";
bordercolor="none";
borderstyle="solid";
borderwidth=1;
separatorcolor="none";
separatorsize="1";
padding=2;
fontsize="8pt";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="black";
pagebgcolor="transparent";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="15";
itemheight="25";
fontweight="bold";  
}
 

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
		
			alwaysvisible=1; 
			orientation="vertical";
			position="relative"; 

			aI("text=About Us;url=/about.php;");

			aI("text=Contact & Directions;url=/contact.php;");
			
			aI("text=Calendar;url=/calendar.php;");

			aI("text=Ministries;url=/ministry1.php;");
			
			aI("text=Interactive;url=/links.php;");
			aI("text=Sermons;url=/media/media/list.php;");
			
			
		}




drawMenus();



