

_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=150;


with(subStyle=new mm_style()){
onbgcolor="#35014c";
oncolor="#f0f0f0";
offbgcolor="#4d4d4d";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#f0f0f0";
pagebgcolor="#5a79a0";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
fontweight="bold";
// subimage="/images/10000/8000/330BE/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=88);Shadow(color='#829AE4', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){
//onbgcolor="transperent";
oncolor="#F2E694";
//offbgcolor="transperent";
offcolor="#ffffff";
bordercolor="transperent";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="2";
separatorpadding="4";
separatorheight="10";
padding="0";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#F2E694";
//pagebgcolor="transperent";
headercolor="#ffffff";
headerbgcolor="none";
subimagepadding="0";
fontweight="bold";

}


		with(milonic=new menuname("nav1")){
			style=subStyle;			
			aI("text=Our Story;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/story;");
			aI("text=What We Believe;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/believe;");
			aI("text=Our Staff;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/staff;");
			}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;	
itemwidth="100";			
			aI("text=Children;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/ministry1;");
			aI("text=Youth;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/ministry2;");
			aI("text=Adult;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/ministry3;");
			}
			
		with(milonic=new menuname("nav3")){
			style=subStyle;			
			aI("text=Missions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/missions;");
			aI("text=Get Involved;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/volunteer;");
			}
		with(milonic=new menuname("nav4")){
			style=subStyle;	
itemwidth="100";			
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/showcalendarmonth;");
			aI("text=Event;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/events;");
			aI("text=Newsletter;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/news;");
			}
			
		with(milonic=new menuname("nav5")){
			style=subStyle;			
			aI("text=Contact and Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/contact;");
			aI("text=Q and A;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/qa;");
			aI("text=Prayer Request;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/prayer;");
			}
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			itemheight="12px";
			valign="top";

			aI("text=Home&nbsp;&nbsp;;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/home;");
			aI("text=&nbsp;&nbsp;Who We Are&nbsp;&nbsp;;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/story;showmenu=nav1;");
			aI("text=&nbsp;&nbsp;Groups & Growth&nbsp;&nbsp;;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/ministry1;showmenu=nav2;");
			aI("text=&nbsp;&nbsp;Serving & Sharing&nbsp;&nbsp;;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/missions;showmenu=nav3;");
			aI("text=&nbsp;&nbsp;News & Events&nbsp;&nbsp;;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/showcalendarmonth;showmenu=nav4;");
			aI("text=&nbsp;&nbsp;FAQ's&nbsp;&nbsp;;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/contact;showmenu=nav5;");
			aI("text=&nbsp;&nbsp;Invite a Friend&nbsp;&nbsp;;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/330BE/einvite;");
		}




drawMenus();


