

_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="#931109";
oncolor="#f0f0f0";
offbgcolor="#708A75";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorpadding="4";
separatorsize="1";
separatorheight="10";
padding="4";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#f0f0f0";
pagebgcolor="#9CB1AF";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
orientation="horizontal";
// 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()){

}
		with(milonic=new menuname("nav1")){
			style=subStyle;
			orientation="horizontal";
			aI("text=About Us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/333KI/about;");
			aI("text=Welcome;url=#;");		
			aI("text=What to Expect;url=#;");		
			aI("text=What We Believe;url=#;");		
			aI("text=Who We Are;url=#;");		
			aI("text=Contact & Directions;url=#;");		
		}
		with(milonic=new menuname("nav2")){
			style=subStyle;
			orientation="horizontal";
			aI("text=Next Steps;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/333KI/steps;");
			aI("text=FAQ;url=#;");		
			aI("text=Gospel;url=#;");		
			aI("text=Membership;url=#;");		
		}
		with(milonic=new menuname("nav3")){
			style=subStyle;
			orientation="horizontal";
			aI("text=Ministries;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/333KI/ministry1;");
			aI("text=Children;url=#;");		
			aI("text=Students;url=#;");		
			aI("text=Parents;url=#;");		
			aI("text=Adults;url=#;");		
		}
		with(milonic=new menuname("nav4")){
			style=subStyle;
			orientation="horizontal";
			aI("text=Prayer;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/333KI/prayer;");
			aI("text=18Twenty;url=#;");		
			aI("text=BASK;url=#;");		
			aI("text=Freneo Prayer Conference;url=#;");		
		}
		with(milonic=new menuname("nav5")){
			style=subStyle;
			orientation="horizontal";
			aI("text=Kids & Family;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/333KI/family;");
			aI("text=Children;url=#;");		
			aI("text=Students;url=#;");		
			aI("text=Parents;url=#;");		
		}
		with(milonic=new menuname("nav6")){
			style=subStyle;
			orientation="horizontal";
			aI("text=Adults;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/333KI/adults;");
			aI("text=Young Adults;url=#;");		
			aI("text=Men;url=#;");		
			aI("text=Women;url=#;");		
			aI("text=Seniors;url=#;");		
		}
		with(milonic=new menuname("nav7")){
			style=subStyle;
			orientation="horizontal";
			aI("text=Missions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/333KI/missions;");
			aI("text=Omaha;url=#;");		
			aI("text=US;url=#;");		
			aI("text=International;url=#;");		
		}
		with(milonic=new menuname("nav8")){
			style=subStyle;
			orientation="horizontal";
			aI("text=Get Connected;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/333KI/connected;");
			aI("text=Small Groups;url=#;");		
			aI("text=Current Volunteer Opportunities;url=#;");		
			aI("text=Annual Events;url=#;");		
		}
		
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			
				//aI("image=/images/10000/8000/333KI/navbottom1.jpg;overimage=/images/10000/8000/333KI/Rnavbottom1.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/333KI/family;image=/images/10000/8000/333KI/navbottom2.jpg;overimage=/images/10000/8000/333KI/Rnavbottom2.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/333KI/adults;image=/images/10000/8000/333KI/navbottom3.jpg;overimage=/images/10000/8000/333KI/Rnavbottom3.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/333KI/missions;image=/images/10000/8000/333KI/navbottom4.jpg;overimage=/images/10000/8000/333KI/Rnavbottom4.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/333KI/connected;image=/images/10000/8000/333KI/navbottom5.jpg;overimage=/images/10000/8000/333KI/Rnavbottom5.jpg;");
		}

drawMenus();


