
_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, sans-serif";
fontsize="13px";
fontstyle="normal";
offbgcolor="#353535";
offcolor="#ffffff";
onbgcolor="#151515";
oncolor="#f0f0f0";
onsubimage="/images/Image/onarrow.gif";
padding="5";
pagebgcolor="#747474";
pagecolor="#f0f0f0";
pageimage="/images/Image/onimage.gif";
separatorcolor="#636363";
separatorpadding="1";
separatorwidth="1";
subimage="/images/Image/offarrow.gif";
valign="middle";
}

with(mainStyle=new mm_style()){
styleid="1";
fontfamily="arial, sans-serif";
fontsize="10pt";
fontstyle="normal";
headerbgcolor="transparent";
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#c9906e";
pagebgcolor="transparent";
pagecolor="#c9906e";
separatoralign="right";
separatorcolor="transparent";
//separatorpadding="10";
separatorsize="10";
valign="middle";
fontweight="bold";
menubgcolor="transparent";
rawcss="padding:2px 20px 2px 0px;"
}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			left="offset=-5";
			itemwidth=75;
			
			aI("text=Calendar;url=/calendar.php;");
			aI("text=News;url=/news.php;");
			aI("text=Events;url=/events.php;");
		}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			left="offset=-15";

			aI("text=Recent Media;url=/media/media/recent.php;");
			aI("text=Media Archive;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("nav3")){
			style=subStyle;
			left="offset=-5";
			itemwidth=75;
			
			aI("text=Sabbath;url=/sabbath.php;");
			aI("text=Spring Feasts;url=/spring-feasts.php;");
			aI("text=Fall Feasts;url=/fall-feasts.php;");
		}
		with(milonic=new menuname("nav4")){
			style=subStyle;
			left="offset=-5";
			itemwidth=120;
			
			aI("text=Kids & Youth;url=/ministry1.php;");
			aI("text=Abundant Life;url=/fall-feast.php;");
			aI("text=Worship Ministries;url=/catalog.php;");
			aI("text=Outreach;url=/degrees.php;");
		}
		
		 with(milonic=new menuname("nav5")){
			style=subStyle;
			left="offset=-5";
			itemwidth=100;
			
			aI("text=Teaching Material;url=/prayers-liturgy.php;");
			aI("text=Sabbath;url=/holy-days.php;");
			aI("text=Feasts & Holidays;url=/spring-feast.php;");
			aI("text=Bible College;url=/registration.php;");
		}

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

			aI("text=Home;url=/;");
			aI("text=Who We Are;url=/who.php;");	
			aI("text=Ministry Programs;url=/ministry1.php;showmenu=nav4");
			aI("text=Messianic Resources;url=/prayers-liturgy.php;showmenu=nav5;");
		//	aI("text=Prayers & Liturgy;url=/prayers-liturgy.php;");			
			aI("text=Calendar;url=/calendar.php;showmenu=nav1;");
			aI("text=Media;url=/media/media/recent.php;showmenu=nav2;");
		//	aI("text=Bible College;url=/catalog.php;");
			aI("text=Contact and Directions;url=/contact.php;");
		}




drawMenus();
