

_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="#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/6000/500LI/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#F8C548', 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=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/500LI/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/500LI/news;");		
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/500LI/events;");
		}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Pastor Staten;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/500LI/pastor;");
			aI("text=We Believe;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/500LI/believe;");		
		}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			aI("image=/images/10000/6000/500LI/mainnav1.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/500LI/home;image=/images/10000/6000/500LI/mainnav2.jpg;overimage=/images/10000/6000/500LI/Rmainnav2.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/500LI/believe;image=/images/10000/6000/500LI/mainnav3.jpg;overimage=/images/10000/6000/500LI/Rmainnav3.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/500LI/Ministry1;image=/images/10000/6000/500LI/mainnav4.jpg;overimage=/images/10000/6000/500LI/Rmainnav4.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/500LI/guest;image=/images/10000/6000/500LI/mainnav5.jpg;overimage=/images/10000/6000/500LI/Rmainnav5.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/500LI/showcalendarmonth;image=/images/10000/6000/500LI/mainnav6.jpg;overimage=/images/10000/6000/500LI/Rmainnav6.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/500LI/contact;image=/images/10000/6000/500LI/mainnav7.jpg;overimage=/images/10000/6000/500LI/Rmainnav7.jpg;");
		
		
		}

drawMenus();


