

_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="#8a171a";
oncolor="#f0f0f0";
offbgcolor="#c0bfbe";
offcolor="#323232";
bordercolor="#6A6660";
borderstyle="solid";
borderwidth=1;
separatorcolor="#6A6660";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Verdana";
pagecolor="f0f0f0";
pagebgcolor="#87888a";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
subimage="/images/10000/8000/614RE/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#ffffff', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){
styleid=1;
//bordercolor="transparent";
//borderstyle="solid";
//borderwidth=1;
fontfamily="arial, verdana";
fontsize="68%";
fontstyle="normal";
headerbgcolor="transparent";
headerborder=1;
headercolor="transparent";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#c0bfbe";
//onsubimage="/images/Image/onarrow.gif";
//outfilter="randomdissolve(duration=0.2)";
//overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#0D4D87', Direction=135, Strength=3)";
padding=2;
pagebgcolor="transparent";
pagecolor="#f0f0f0";
//pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="transparent";
separatorpadding=10;
separatorwidth="4";
//subimage="/images/Image/offarrow.gif";
valign="middle";
fontweight="bold";
menubgcolor="transparent";
}

		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=What to Expect;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/614RE/expect;");
			aI("text=What We Believe;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/614RE/believe;");
			aI("text=Who We Are;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/614RE/who;");
			aI("text=Contact & Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/614RE/contact;");
		}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Ministries;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/614RE/ministry1;");
			aI("text=Worship;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/614RE/ministry2;");
		}
		
		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/614RE/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/614RE/news;");
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/614RE/events;");
		}
		
		with(milonic=new menuname("nav4")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Recent Sermons;url=/media/media/recent.php;");
			aI("text=Sermon Archive;url=/media/media/list.php;");
			aI("text=Archive Search;url=/media/media/search.php;");
			aI("text=Podcasts;url=/media/media/podcast.php;");
			
		}
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			
			

			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/614RE/home;text=Home;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/614RE/expect;text=About Us;showmenu=nav1;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/614RE/ministry1;text=Ministries;showmenu=nav2;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/614RE/showcalendarmonth;text=Calendar;showmenu=nav3;");
			aI("url=/media/media/recent.php;text=Sermons;showmenu=nav4;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/614RE/pastors;text=Our Pastors;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/614RE/contact;text=Contact & Directions;");
			
		}

drawMenus();


