
_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(subStyle=new mm_style()){
styleid=1;
bordercolor="#636363";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="68%";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099"; 
imagepadding=3;
offbgcolor="#370606";
offcolor="#ffffff";
onbgcolor="#ffffff";
onborder="1px solid #999999";
oncolor="#000000"; 
padding=3;
pagebgcolor="#968f7d";
pagecolor="#ffffff"; 
separatoralign="right";
separatorcolor="#636363";
separatorpadding=1;
separatorwidth="85%"; 
valign="middle"; 
}

with(mainStyle=new mm_style()){

}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			
			aI("text=Discover;url=/discover.php;"); 		  			
			aI("text=Leadership;showmenu=navStaff;;"); 			
			aI("text=Contact & Directions;url=/contact.php;"); 			
			}
		
		with(milonic=new menuname("navStaff")){
			style=subStyle;
			
			aI("text=Sr. Pastor;url=/staff1.php;"); 	  			
			aI("text=Youth Pastor ;url=/staff2.php;"); 	  		 	  			
			}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;

			overflow="scroll";
			aI("text=Children;url=/ministry1.php;");
			aI("text=Youth ;url=/ministry2.php;");
			aI("text=Landmark Girlfriends;url=/ministry3.php;");
			aI("text=Men's Ministry;url=/ministry4.php;");
			}
			
		with(milonic=new menuname("nav3")){
			style=subStyle;
 
			aI("text=Calendar;url=/calendar.php;");
			aI("text=News;url=/news.php;");
			aI("text=Events;url=/events.php;");
			
			}
		with(milonic=new menuname("nav4")){
			style=subStyle;
 
			aI("text=Recent Media;url=/media/media/recent.php;"); 
			aI("text=Archived Media;url=/media/media/list.php;"); 
			aI("text=Media Search;url=/media/media/search.php;"); 
			aI("text=Podcast;url=/media/media/podcast.php;"); 
			}

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

			aI("image=/images/Image/nav_01.jpg;url=/index.php;");
			aI("image=/images/Image/nav_02.jpg;showmenu=nav1;");
			aI("image=/images/Image/nav_03.jpg;url=/ministry1.php;showmenu=nav2;");		
			aI("image=/images/Image/nav_04.jpg;url=/calendar.php;showmenu=nav3;");
			aI("image=/images/Image/nav_05.jpg;url=/media/media/recent.php;showmenu=nav4;");			
			aI("image=/images/Image/nav_06.jpg;url=/einvite.php;"); 
			aI("image=/images/Image/nav_07.jpg;url=/contact.php;");
		}




drawMenus();



