

_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/8000/191LI/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=Welcome;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/191LI/welcome;");
			aI("text=Vision & Mission;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/191LI/vision;");
			aI("text=Beliefs;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/191LI/beliefs;");
			aI("text=FAQ's;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/191LI/faqs;");
			aI("text=Who We Are;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/191LI/staff1;showmenu=navA:");
			aI("text=Who is Jesus?;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/191LI/jesus;");
			aI("text=Contact & Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/191LI/contact;");
		}
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			
			aI("image=/images/10000/8000/191LI/mainnav1.jpg;");

			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/191LI/home;image=/images/10000/8000/191LI/mainnav2.jpg;overimage=/images/10000/8000/191LI/Rmainnav2.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/191LI/new;image=/images/10000/8000/191LI/mainnav3.jpg;overimage=/images/10000/8000/191LI/Rmainnav3.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/191LI/kidz;image=/images/10000/8000/191LI/mainnav4.jpg;overimage=/images/10000/8000/191LI/Rmainnav4.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/191LI/showcalendarmonth;image=/images/10000/8000/191LI/mainnav5.jpg;overimage=/images/10000/8000/191LI/Rmainnav5.jpg;");
			aI("url=/media/media/recent.php;image=/images/10000/8000/191LI/mainnav6.jpg;overimage=/images/10000/8000/191LI/Rmainnav6.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/191LI/connected;image=/images/10000/8000/191LI/mainnav7.jpg;overimage=/images/10000/8000/191LI/Rmainnav7.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/191LI/contact;image=/images/10000/8000/191LI/mainnav8.jpg;overimage=/images/10000/8000/191LI/Rmainnav8.jpg;");

			
		}

drawMenus();


