

_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="#999999";
offborder="1px solid #999999";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
separatorpadding="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Verdana";
pagecolor="ffffff";
pagebgcolor="#8C8884";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
subimage="/images/10000/4000/814LI/arrow.gif";
overfilter="Fade(duration=0.3);Alpha(opacity=90);";
outfilter="Fade(duration=0.3)";
}

with(mainStyle=new mm_style()){

}

		with(milonic=new menuname("nav1")){
			style=subStyle;
margin=3;
overflow="scroll";
openstyle="up";
			aI("text=Check Email;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/814LI/checkmail;");
			aI("text=Get Free Email;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/814LI/getfreeemail;");
		}


		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			margin=3;
openstyle="up";

			overflow="scroll";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/814LI/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/814LI/news;");
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/814LI/events;");
		}

		with(milonic=new menuname("nav3")){
			style=subStyle;
margin=3;
openstyle="up";

			overflow="scroll";
			aI("text=Pastor;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/814LI/staff1;");
			aI("text=Minister of Students;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/814LI/staff2;");
			aI("text=Family & Music Minister ;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/814LI/staff3;");
			aI("text=tba;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/814LI/staff4;");
		}



		with(milonic=new menuname("nav4")){
			style=subStyle;
margin=3;
openstyle="up";

			overflow="scroll";
			aI("text=Youth & Children;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/814LI/ministry1;");
			aI("text=Music;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/814LI/ministry2;");
			aI("text=Adults & Seniors;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/814LI/ministry3;");
		}


		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			
			aI("image=/images/10000/4000/814LI/mainnav1.jpg;");

			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/814LI/home;image=/images/10000/4000/814LI/mainnav2.jpg;overimage=/images/10000/4000/814LI/Rmainnav2.jpg;showmenu=nav1;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/814LI/about;image=/images/10000/4000/814LI/mainnav3.jpg;overimage=/images/10000/4000/814LI/Rmainnav3.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/814LI/showcalendarmonth;image=/images/10000/4000/814LI/mainnav4.jpg;overimage=/images/10000/4000/814LI/Rmainnav4.jpg;showmenu=nav2;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/814LI/staff1;image=/images/10000/4000/814LI/mainnav5.jpg;overimage=/images/10000/4000/814LI/Rmainnav5.jpg;showmenu=nav3;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/814LI/become;image=/images/10000/4000/814LI/mainnav6.jpg;overimage=/images/10000/4000/814LI/Rmainnav6.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/814LI/ministry1;image=/images/10000/4000/814LI/mainnav7.jpg;overimage=/images/10000/4000/814LI/Rmainnav7.jpg;showmenu=nav4;");

			
		}

drawMenus();


