

_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()){
styleid=1;
bordercolor="#E2EAF9";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana, tahoma";
fontsize="68%";
fontstyle="normal";
headerbgcolor="#ffffff";
headerborder=1;
headercolor="#ffffff";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="#B6B6B6";
offcolor="#ffffff";
onbgcolor="#2A6ACC";
onborder="1px solid #E2EAF9";
oncolor="#f0f0f0";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#003399', Direction=200, Strength=3)";
padding=3;
pagebgcolor="#17335E";
pagecolor="#f0f0f0";
separatoralign="right";
separatorcolor="#f0f0f0";
separatorpadding=1;
separatorheight="1";
valign="middle";
menubgcolor="transparent";
}

with(mainStyle=new mm_style()){

}

		with(milonic=new menuname("nav1")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=About Us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/288MT/about;");
			aI("text=Senior Pastor;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/288MT/staff1;");
	//		aI("text=Associate Pastors;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/288MT/staff2;");
			aI("text=Office Staff;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/288MT/staff3;");
			aI("text=Church Council;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/288MT/staff4;");
			}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Adult Ministries;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/288MT/ministry1;");
			aI("text=Youth & Children;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/288MT/ministry2;");
			aI("text=Small Groups;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/288MT/ministry3;");
			}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			margin=3;
			left="offset=22";
			overflow="scroll";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/288MT/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/288MT/news;");
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/288MT/events;");
			}

		with(milonic=new menuname("nav4")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Recent Sermons;url=/media/media/recent.php;");
			aI("text=Archived Sermons;url=/media/media/list.php;");
			aI("text=Sermons Search;url=/media/media/search.php;");
			aI("text=Subscribe to Podcast;url=/media/media/podcast.php;");
			}

		with(milonic=new menuname("nav5")){
			style=subStyle;
			margin=3;
			left="offset=22";
			overflow="scroll";
			aI("text=Newsletter;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/288MT/connected;");
		//	aI("text=Photo Gallery;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/288MT/photo;");
			//aI("text=Online Store;url=http://stores.faithhighway.com/Merchant5/merchant.mvc?Screen=SFNT&Store_Code=MSMBCLA&Category_Code=SPOTLIGHT;");
			}


		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
		//	overflow="scroll";
			orientation="horizontal";
			position="relative";
			
			aI("image=/images/10000/7000/288MT/Redesign/home_nav1.gif;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/288MT/home;");
			aI("image=/images/10000/7000/288MT/Redesign/home_nav2.gif;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/288MT/about;");
			aI("image=/images/10000/7000/288MT/Redesign/home_nav3.gif;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/288MT/showcalendarmonth;");
			aI("image=/images/10000/7000/288MT/Redesign/home_nav4.gif;url=/media/media/recent.php");
			aI("image=/images/10000/7000/288MT/Redesign/home_nav5.gif;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/288MT/connected;");
			aI("image=/images/10000/7000/288MT/Redesign/home_nav6.gif;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/288MT/ministry1;");
			
		}




drawMenus();


