

_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="#2A6ACC";
oncolor="#f0f0f0";
offbgcolor="#B6B6B6";
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="#17335E";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/8000/188HO/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=80);Shadow(color='#829AE4', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){
styleid=1;
bordercolor="#84A9C7";
borderstyle="solid";
borderwidth=0;
fontfamily="arial, tahoma";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
onborder="0px solid #999999";
oncolor="#139ED9";
//onsubimage="/images/10000/4000/518LI/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
//overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#0D4D87', Direction=135, Strength=3)";
padding=3;
pagebgcolor="transparent";
pagecolor="#139ED9";
//pageimage="/images/10000/4000/518LI/onimage.gif";
separatoralign="right";
separatorcolor="#004881";
separatorpadding=1;
separatorwidth="76";
separatorheight="2";
//subimage="/images/10000/4000/518LI/offarrow.gif";
valign="middle";
fontweight="bold";

}

		with(milonic=new menuname("nav1")){
			style=subStyle;
			margin=3;
			
			overflow="scroll";
			aI("text=What to Expect;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/298CR/expect;");
			aI("text=What We Believe;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/298CR/believe;");		
			aI("text=Staff;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/298CR/staff;");		
			aI("text=Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/298CR/directions;");		
			}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			margin=3;
			
			overflow="scroll";
			aI("text=Children's;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/298CR/ministry1;");
			aI("text=Youth;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/298CR/ministry2;");
			aI("text=Small Groups;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/298CR/ministry3;");
			aI("text=Sermons;url=/media/media/recent.php;showmenu=navA;");
			}

					with(milonic=new menuname("navA")){
						style=subStyle;
						margin=3;
						
						overflow="scroll";
						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=Podcasts;url=/media/media/podcast.php;");
						}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/298CR/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/298CR/news;");
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/298CR/events;");
			aI("text=Invite a Friend;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/298CR/einvite;");
			}



		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			itemheight=25;
			margin=2;
			
			aI("text=DISCOVER;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/298CR/expect;showmenu=nav1;");
			aI("text=DEVELOP;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/298CR/ministry1;showmenu=nav2;");
			aI("text=DEPLOY;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/298CR/showcalendarmonth;showmenu=nav3;");
		}




drawMenus();


