

_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="#395DA1";
oncolor="#ffffff";
offbgcolor="#A8DA20";
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="#ffffff";
pagebgcolor="#395DA1";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/8000/188HO/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#829AE4', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){
styleid=1;
bordercolor="transparent";
borderstyle="solid";
borderwidth=1;
fontfamily="arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headerborder=1;
headercolor="#ffffff";
//image="/images/10000/4000/518LI/18_blank.gif";

offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#395DA1";
//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=0;
pagebgcolor="transparent";
pagecolor="#395DA1";
//pageimage="/images/10000/4000/518LI/onimage.gif";
separatoralign="center";
separatorcolor="#ffffff";
separatorpadding=3;
separatorwidth="2";
separatorheight="12";
//subimage="/images/10000/4000/518LI/offarrow.gif";
valign="middle";
fontweight="bold";
menubgcolor="transparent";
}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			margin=3;
			aI("text=Who We Are;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/179WE/about;");
			aI("text=Staff;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/179WE/staff1;");		
			aI("text=Contact & Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/179WE/contact;");
		}
		with(milonic=new menuname("nav2")){
			style=subStyle;
			margin=3;
			aI("text=Adult;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/179WE/ministry1;");
			aI("text=Youth;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/179WE/ministry2;");
			aI("text=Children;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/179WE/ministry3;");
		}
		with(milonic=new menuname("nav3")){
			style=subStyle;
			margin=3;
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/179WE/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/179WE/news;");		
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/179WE/events;");
		}
		with(milonic=new menuname("nav4")){
			style=subStyle;
			margin=3;
			aI("text=Recent Messages;url=/media/media/recent.php;");
			aI("text=Archived Messages;url=/media/media/list.php;");
			aI("text=Search Messages;url=/media/media/search.php;");
			aI("text=Podcast;url=/media/media/podcast.php;");
			aI("text=Subscribe;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/179WE/signup;");
			aI("text=Login;url=/media/media/login.php;");
		}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			
			orientation="horizontal";
			position="relative";
			
			
			aI("text=Home&nbsp;;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/179WE/home;");
			aI("text=&nbsp;About Us&nbsp;;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/179WE/about;showmenu=nav1;");
			aI("text=&nbsp;Ministries&nbsp;;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/179WE/ministry1;showmenu=nav2;");
			aI("text=&nbsp;Calendar&nbsp;;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/179WE/showcalendarmonth;showmenu=nav3;");
			aI("text=&nbsp;Media&nbsp;;url=/media/media/recent.php;showmenu=nav4;");
			aI("text=&nbsp;Get Connected&nbsp;;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/179WE/connected;");
			aI("text=&nbsp;Publications&nbsp;;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/179WE/newsletter;");
			aI("text=&nbsp;Knowing Jesus&nbsp;;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/179WE/know;");
			aI("text=&nbsp;Contact & Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/179WE/contact;");
			
		}




drawMenus();


