

_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="#206D8B";
oncolor="#CEE61E";
offbgcolor="#206D8B";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
separatorheight="1";
padding=3;
fontsize="72%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Verdana";
pagecolor="CEE61E";
pagebgcolor="#206D8B";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
subimage="/images/10000/8000/202NI/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=Welcome;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/202NI/welcome;");
			aI("text=FAQ's;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/202NI/faqs;");
			aI("text=Who We Are;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/202NI/who;");
			aI("text=Contact & Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/202NI/contact;");
		}
		with(milonic=new menuname("nav2")){
		openstyle="up";
			style=subStyle;
			itemwidth=180;
			//overflow="scroll";
			aI("text=What We Do;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/202NI/what;");
			aI("text=Kids Welcome;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/202NI/kids;");
		}
		with(milonic=new menuname("nav3")){
		openstyle="up";
			style=subStyle;
			itemwidth=100;
			//overflow="scroll";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/202NI/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/202NI/news;");
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/202NI/events;");
		}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			//overflow="scroll";
			orientation="horizontal";
			position="relative";
			
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/202NI/home;image=/images/10000/8000/202NI/mainnav1.jpg;overimage=/images/10000/8000/202NI/Rmainnav1.jpg;");

			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/202NI/welcome;image=/images/10000/8000/202NI/mainnav2.jpg;overimage=/images/10000/8000/202NI/Rmainnav2.jpg;showmenu=nav1;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/202NI/what;image=/images/10000/8000/202NI/mainnav3.jpg;overimage=/images/10000/8000/202NI/Rmainnav3.jpg;showmenu=nav2;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/202NI/showcalendarmonth;image=/images/10000/8000/202NI/mainnav4.jpg;overimage=/images/10000/8000/202NI/Rmainnav4.jpg;showmenu=nav3;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/202NI/connected;image=/images/10000/8000/202NI/mainnav5.jpg;overimage=/images/10000/8000/202NI/Rmainnav5.jpg;");
			aI("url=http://19thave.blogspot.com;image=/images/10000/8000/202NI/mainnav6.jpg;overimage=/images/10000/8000/202NI/Rmainnav6.jpg;target=newwindow;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/202NI/contact;image=/images/10000/8000/202NI/mainnav7.jpg;overimage=/images/10000/8000/202NI/Rmainnav7.jpg;");
			aI("url=http://www.surveymonkey.com/s.aspx?sm=BMfRCQ4aAFCvHjATFl4LsA_3d_3d;image=/images/10000/8000/202NI/mainnav8.jpg;overimage=/images/10000/8000/202NI/Rmainnav8.jpg;target=blank;");

			//aI("image=/images/10000/8000/202NI/mainnav9.jpg;");
			
		}

drawMenus();


