

_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(subsubStyle=new mm_style()){
onbgcolor="#0201C1";
oncolor="#ffffff";
offbgcolor="#030166";
offcolor="ffffff";
bordercolor="#F8C548";
borderstyle="solid";
borderwidth=1;
separatorcolor="#F8C548";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="ffffff";
pagebgcolor="#030166";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
fontweight="bold"; 
subimage="/images/10000/7000/231OS/arrow.gif";
}

with(submainStyle=new mm_style()){

}
		with(milonic=new menuname("subnav1")){
			style=subsubStyle;
			itemwidth=140;
			overflow="none";
			aI("text=Check Email;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/checkemail;");
			aI("text=Get Free Email;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/getfreeemail;");		
			aI("text=Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/directions;");
		}

		with(milonic=new menuname("subnav2")){
			style=subsubStyle;
			itemwidth=140;
			overflow="none";
			aI("text=Welcome;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/welcome;");
			aI("text=About Our Pastors;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/about;");		
			aI("text=History;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/visitors;");
			aI("text=Contact Us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/contact;");		
		}

	with(milonic=new menuname("subnav3")){
			style=subsubStyle;
			itemwidth=140;
			overflow="none";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/news;");		
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/events;");
		}

	with(milonic=new menuname("subnav4")){
			style=subsubStyle;
			itemwidth=140;
			overflow="none";
			aI("text=Ministries;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/ministry1;");
			aI("text=Family Night;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/ministry2;");
			aI("text=School of Prayer;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/ministry3;");
			aI("text=Church in Action;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/ministry4;");
		}

	with(milonic=new menuname("subnav5")){
			style=subsubStyle;
			itemwidth=140;
			overflow="none";
			aI("text=Calendar of Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/showcalendarmonth;");
			aI("text=Online Contribution;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/contribution;");
			aI("text=Prayer & Praise;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/prayer;");
			aI("text=E-Newsletter;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/enewsletter;");
		}

		with(milonic=new menuname("subMainMenu")){
			style=submainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="none";
			orientation="horizontal";
			position="relative";
			aI("image=/images/10000/7000/231OS/spacer_d.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/smallgroups;image=/images/10000/7000/231OS/subnav1.jpg;overimage=/images/10000/7000/231OS/Rsubnav1.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/ministry1;image=/images/10000/7000/231OS/subnav2.jpg;overimage=/images/10000/7000/231OS/Rsubnav2.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/ministry2;image=/images/10000/7000/231OS/subnav3.jpg;overimage=/images/10000/7000/231OS/Rsubnav3.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/231OS/ministry2;image=/images/10000/7000/231OS/subnav4.jpg;overimage=/images/10000/7000/231OS/Rsubnav4.jpg;");
		}

drawMenus();


