

_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()){
styleid=1;
bordercolor="#84A9C7";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="68%";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#C0D3E2";
onborder="1px solid #999999";
oncolor="#000000";
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="#CFE2D1";
pagecolor="#000066";
pageimage="/images/10000/4000/518LI/onimage.gif";
separatoralign="right";
separatorcolor="#5b5c5d";
separatorpadding=1;
separatorwidth="85%";
subimage="/images/10000/4000/518LI/offarrow.gif";
valign="middle";
menubgcolor="#5b5c5d";
}

with(mainStyle=new mm_style()){
styleid=1;
bordercolor="#84A9C7";
borderstyle="solid";
borderwidth=0;
fontfamily="arial, tahoma";
fontsize="68%";
fontstyle="normal";
headerbgcolor="#5b5c5d";
headerborder=0;
headercolor="#000099";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="#C0D3E2";
onborder="1px solid #999999";
oncolor="#305981";
//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="#CFE2D1";
pagecolor="#000066";
//pageimage="/images/10000/4000/518LI/onimage.gif";
separatoralign="right";
separatorcolor="transparent";
separatorpadding=1;
separatorwidth="2";
//subimage="/images/10000/4000/518LI/offarrow.gif";
valign="middle";
fontweight="bold";
menubgcolor="#5b5c5d";
}

		with(milonic=new menuname("nav1")){
			style=subStyle;
			margin=3;
			
			overflow="scroll";
			aI("text=About Us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/830PL/about;");
			aI("text=Contact & Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/830PL/contact;");		
			}
		with(milonic=new menuname("nav2")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Ministries;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/830PL/ministry1;");
			aI("text=Youth & Children;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/830PL/ministry2;");
			}
		with(milonic=new menuname("nav3")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/830PL/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/830PL/news;");
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/830PL/events;");
			}
		with(milonic=new menuname("nav4")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Recent Sermons;url=/media/media/recent.php;");
			aI("text=Archived Sermons;url=/media/media/list.php;");
			aI("text=Search Archive;url=/media/media/search.php;");
			aI("text=Podcast;url=/media/media/podcast.php;");
			aI("text=Subscribe to Media;url=/media/media/subscribetomedia.php;");
			aI("text=Login;url=/media/media/login.php;");
			}


		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=0;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			itemheight=25;
			margin=2;
			
			aI("text=Home;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/830PL/home;");
			aI("text=About Us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/830PL/about;showmenu=nav1;");
			aI("text=Ministries;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/830PL/ministry1;showmenu=nav2;");
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/830PL/showcalendarmonth;showmenu=nav3;");
			aI("text=Sermons;url=/media/media/recent.php;showmenu=nav4;");
			aI("text=Contact & Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/830PL/contact;");
			
		}




drawMenus();


