

_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="#1C150D";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#6A6660";
borderstyle="solid";
borderwidth=1;
separatorcolor="#6A6660";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Verdana";
pagecolor="ffffff";
pagebgcolor="#8C8884";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
subimage="/images/10000/8000/185TI/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#ffffff', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){

}

		with(milonic=new menuname("nav1")){
			openstyle="up";
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Who We Are;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/185TI/who;");
			aI("text=Contact & Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/185TI/contact;");
		}
		with(milonic=new menuname("nav2")){
			openstyle="up";
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/185TI/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/185TI/news;");
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/185TI/events;");
		}
		
		with(milonic=new menuname("MainMenu")){
			
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			
			aI("type=header;image=/images/10000/8000/185TI/mainnav1.jpg;");

			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/185TI/home;image=/images/10000/8000/185TI/mainnav2.jpg;overimage=/images/10000/8000/185TI/Rmainnav2.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/185TI/who;image=/images/10000/8000/185TI/mainnav3.jpg;overimage=/images/10000/8000/185TI/Rmainnav3.jpg;showmenu=nav1;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/185TI/what;image=/images/10000/8000/185TI/mainnav4.jpg;overimage=/images/10000/8000/185TI/Rmainnav4.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/185TI/showcalendarmonth;image=/images/10000/8000/185TI/mainnav5.jpg;overimage=/images/10000/8000/185TI/Rmainnav5.jpg;showmenu=nav2;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/185TI/forms;image=/images/10000/8000/185TI/mainnav6.jpg;overimage=/images/10000/8000/185TI/Rmainnav6.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/185TI/contact;image=/images/10000/8000/185TI/mainnav7.jpg;overimage=/images/10000/8000/185TI/Rmainnav7.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/185TI/tctalks;image=/images/10000/8000/185TI/mainnav8.jpg;overimage=/images/10000/8000/185TI/Rmainnav8.jpg;");
		}

drawMenus();


