

_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="#1C150D";
oncolor="#ffffff";
offbgcolor="#E2EDF9";
offcolor="#000000";
bordercolor="#6A6660";
borderstyle="solid";
borderwidth=1;
separatorcolor="#6A6660";
separatorsize="1";
separatorpadding="3";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Verdana";
pagecolor="ffffff";
pagebgcolor="#8C8884";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
subimage="/images/10000/6000/816PO/arrow.gif";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color='#ffffff', Direction=200, Strength=5)";
outfilter="Fade(duration=0.1)";
}

with(mainStyle=new mm_style()){

}

		with(milonic=new menuname("nav1")){
			style=subStyle;
margin=3;
openstyle="up";
left="offset=-20";

			aI("text=Welcome;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/816PO/welcome;");
			aI("text=When & Where;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/816PO/when;");
			aI("text=Vision & Mission;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/816PO/vision;");
			aI("text=Beliefs;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/816PO/beliefs;");
		}
		with(milonic=new menuname("nav2")){
			style=subStyle;
margin=3;
openstyle="up";
	left="offset=-30";		
			aI("text=Children's Ministry;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/816PO/ministry1;");
			aI("text=Youth Ministry;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/816PO/ministry2;");
			aI("text=Young Adult Ministry;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/816PO/ministry3;");
			aI("text=Adult Ministry;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/816PO/ministry4;");
			aI("text=Home Groups;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/816PO/ministry5;");
		}
		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=60;
margin=3;
openstyle="up";
	
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/816PO/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/816PO/news;");
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/816PO/events;");
		}
		with(milonic=new menuname("nav4")){
			style=subStyle;
margin=3;
openstyle="up";
			
		aI("text=Recent Sermons;url=/media/media/recent.php;");
		aI("text=Archived Sermons;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";
			
			aI("image=/images/10000/6000/816PO/mainnav1.jpg;");

			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/816PO/home;image=/images/10000/6000/816PO/mainnav2.jpg;overimage=/images/10000/6000/816PO/Rmainnav2.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/816PO/welcome;image=/images/10000/6000/816PO/mainnav3.jpg;overimage=/images/10000/6000/816PO/Rmainnav3.jpg;showmenu=nav1;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/816PO/ministry1;image=/images/10000/6000/816PO/mainnav4.jpg;overimage=/images/10000/6000/816PO/Rmainnav4.jpg;showmenu=nav2;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/816PO/showcalendarmonth;image=/images/10000/6000/816PO/mainnav5.jpg;overimage=/images/10000/6000/816PO/Rmainnav5.jpg;showmenu=nav3;");
			//aI("url=http://www.everybodyhasastory.net/media/media/bloglist.php;image=/images/10000/6000/816PO/mainnav6.jpg;overimage=/images/10000/6000/816PO/Rmainnav6.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/816PO/contact;image=/images/10000/6000/816PO/mainnav6.jpg;overimage=/images/10000/6000/816PO/Rmainnav6.jpg;");
			//aI("url=http://www.everybodyhasastory.net;image=/images/10000/6000/816PO/mainnav8.jpg;overimage=/images/10000/6000/816PO/Rmainnav8.jpg;");
			aI("image=/images/10000/6000/816PO/mainnav7.jpg;");
			
		}

drawMenus();


