

_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="#eeeeee";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#eeeeee";
separatorsize="1";
separatorpadding="3";
padding=3;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Verdana";
pagecolor="#000000";
pagebgcolor="transparent";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#999999', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){
onbgcolor="#0201C1";
oncolor="#ffffff";
offbgcolor="#030166";
offcolor="ffffff";
bordercolor="none";
borderstyle="solid";
borderwidth=1;
separatorcolor="transparent";
separatorsize="1";
separatorpadding="3";
padding=3;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Verdana";
pagecolor="ffffff";
pagebgcolor="transparent";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
//fontweight="bold"; 

}

	with(milonic=new menuname("nav1")){
			style=subStyle;
margin=3;
			overflow="scroll";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/663SC/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/663SC/news;");
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/663SC/events;");			
		}

	with(milonic=new menuname("nav2")){
			style=subStyle;
margin=3;
			overflow="scroll";
			aI("text=Tours and Travel;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/663SC/info;");
			aI("text=Family History;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/663SC/ministry2;");
			aI("text=Event History;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/663SC/ministry3;");			
			aI("text=SS St. Louis Ship;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/663SC/ministry4;");			
		}


	with(milonic=new menuname("nav3")){
			style=subStyle;
margin=3;
			overflow="scroll";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/663SC/showcalendarmonth;")
			aI("text=Online Store;url=http://stores.faithhighway.com/Merchant5/merchant.mvc?Screen=SFNT&Store_Code=SAOC;");
			
}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			aI("text=Home;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/663SC/home;");
			aI("text=About Us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/663SC/about;");
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/663SC/showcalendarmonth;showmenu=nav1;");
			aI("text=Links;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/663SC/links;");
			aI("text=Donations;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/663SC/ministry1;");
			aI("text=Ministry;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/663SC/info;showmenu=nav2;");
			
		}

drawMenus();


