

_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="#740D10";
oncolor="#ffffff";
offbgcolor="#BF1F27";
offcolor="ffffff";
bordercolor="#740D10";
borderstyle="solid";
borderwidth=1;
separatorcolor="#740D10";
separatorsize="1";
padding=3;
fontsize="10";
fontstyle="normal";
fontfamily="Futura Md BT, Arial, Tahoma, Verdana";
pagecolor="ffffff";
pagebgcolor="#740D10";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="2";
fontweight="bold"; 
//subimage="/images/10000/6000/414GR/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#740D10', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){

}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=ADULTS;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/414GR/ministry1;");
			aI("text=YOUTH & YOUNG ADULTS;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/414GR/ministry2;");		
			aI("text=CHILDREN;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/414GR/ministry3;");
		}
		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=ABOUT US;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/414GR/about;");
			aI("text=STAFF;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/414GR/staff1;");		
			aI("text=CONTACT & DIRECTIONS;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/414GR/contact;");
		}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=CALENDAR;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/414GR/showcalendarmonth;");
			aI("text=NEWS;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/414GR/news;");		
			aI("text=EVENTS;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/414GR/events;");
		}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";

			aI("image=/images/10000/6000/414GR/mainnav1.jpg;");

			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/414GR/home;image=/images/10000/6000/414GR/mainnav2.jpg;overimage=/images/10000/6000/414GR/Rmainnav2.jpg;");
			
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/414GR/about;image=/images/10000/6000/414GR/mainnav3.jpg;overimage=/images/10000/6000/414GR/Rmainnav3.jpg;showmenu=nav1;");
			
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/414GR/ministry1;image=/images/10000/6000/414GR/mainnav4.jpg;overimage=/images/10000/6000/414GR/Rmainnav4.jpg;showmenu=nav3;");
			
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/414GR/showcalendarmonth;image=/images/10000/6000/414GR/mainnav5.jpg;overimage=/images/10000/6000/414GR/Rmainnav5.jpg;showmenu=nav2;");
			
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/414GR/media;image=/images/10000/6000/414GR/mainnav6.jpg;overimage=/images/10000/6000/414GR/Rmainnav6.jpg;");

			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/414GR/staff1;image=/images/10000/6000/414GR/mainnav7.jpg;overimage=/images/10000/6000/414GR/Rmainnav7.jpg;");

			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/414GR/giving;image=/images/10000/6000/414GR/mainnav8.jpg;overimage=/images/10000/6000/414GR/Rmainnav8.jpg;");

			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/414GR/contact;image=/images/10000/6000/414GR/mainnav9.jpg;overimage=/images/10000/6000/414GR/Rmainnav9.jpg;");

		}

drawMenus();


