

_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/6000/309OR/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")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Staff;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/309OR/staff1;");
			aI("text=Preaching Minister;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/309OR/staff2;");
			aI("text=Preaching Minister Blog;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/309OR/staff3;");
			aI("text=New Building Update;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/309OR/staff4;");
		}
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/309OR/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/309OR/news;");
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/309OR/events;");
		}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			
			aI("image=/images/10000/6000/309OR/mainnav1.jpg;");

			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/309OR/home;image=/images/10000/6000/309OR/mainnav2.jpg;overimage=/images/10000/6000/309OR/Rmainnav2.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/309OR/whoweare;image=/images/10000/6000/309OR/mainnav3.jpg;overimage=/images/10000/6000/309OR/Rmainnav3.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/309OR/staff1;image=/images/10000/6000/309OR/mainnav4.jpg;overimage=/images/10000/6000/309OR/Rmainnav4.jpg;showmenu=nav1;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/309OR/ministry1;image=/images/10000/6000/309OR/mainnav5.jpg;overimage=/images/10000/6000/309OR/Rmainnav5.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/309OR/sermons;image=/images/10000/6000/309OR/mainnav6.jpg;overimage=/images/10000/6000/309OR/Rmainnav6.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/309OR/showcalendarmonth;image=/images/10000/6000/309OR/mainnav7.jpg;overimage=/images/10000/6000/309OR/Rmainnav7.jpg;showmenu=nav2;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/309OR/members;image=/images/10000/6000/309OR/mainnav8.jpg;overimage=/images/10000/6000/309OR/Rmainnav8.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/309OR/contact;image=/images/10000/6000/309OR/mainnav9.jpg;overimage=/images/10000/6000/309OR/Rmainnav9.jpg;");

						
		}

drawMenus();


