

_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="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana, tahoma";
fontsize="11";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
imagepadding=3;
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#C0D3E2";
onborder="1px solid #999999";
oncolor="#000000";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#ffffff', Direction=200, Strength=5)";
padding=3;
pagebgcolor="#CFE2D1";
pagecolor="#000066";
separatoralign="right";
separatorcolor="#999999";
separatorpadding=3;
separatorheight="1";
valign="middle";
menubgcolor="#Ffffff";
}

with(mainStyle=new mm_style()){
styleid=1;
bordercolor="transparent";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana, tahoma";
fontsize="11";
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="1px solid #999999";
oncolor="#ffffff";
//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="#ffffff";
//pageimage="/images/10000/4000/518LI/onimage.gif";
separatoralign="right";
separatorcolor="transparent";
separatorpadding=13;
separatorwidth="2";
//subimage="/images/10000/4000/518LI/offarrow.gif";
valign="middle";
fontweight="bold";
menubgcolor="transparent";
}
		
		with(milonic=new menuname("nav1")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/590FI/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/590FI/news;");
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/590FI/events;");
			}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Promised Land Kids;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/590FI/ministry1;");
			aI("text=Worship;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/590FI/ministry2;");
			aI("text=Adults;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/590FI/ministry3;");
			}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Recent Media;url=/media/media/recent.php;");
			aI("text=All Media;url=/media/media/list.php;");
			aI("text=Blogs;url=/media/media/bloglist.php;");
			}
		
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			
			aI("text=Home;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/590FI/home;");
			
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/590FI/showcalendarmonth;showmenu=nav1;");

			aI("text=Ministries;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/590FI/ministry1;showmenu=nav2;");
			
			aI("text=Contact Us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/590FI/contact;");
			
			aI("text=Media;url=/media/media/recent.php;showmenu=nav3;");
			
			aI("text=About Us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/590FI/about;");
		}




drawMenus();


