

_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="#81B330";
oncolor="#ffffff";
offbgcolor="#4B2125";
offcolor="ffffff";
bordercolor="#D1D8AC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#D1D8AC";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="ffffff";
pagebgcolor="#81B330";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
fontweight="bold"; 
subimage="/images/10000/4000/264WE/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#4B2125', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){

}


	with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			//aI("text=Pastor;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/760CR/staff1;");
			//aI("text=Assistant Pastor;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/264WE/staff2;");
		}


		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
		
			orientation="horizontal";
			position="relative";
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/760CR/home;image=/images/10000/4000/760CR/mainnav1.jpg;overimage=/images/10000/4000/760CR/Rmainnav1.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/760CR/welcome;image=/images/10000/4000/760CR/mainnav2.jpg;overimage=/images/10000/4000/760CR/Rmainnav2.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/760CR/events;image=/images/10000/4000/760CR/mainnav3.jpg;overimage=/images/10000/4000/760CR/Rmainnav3.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/760CR/staff1;image=/images/10000/4000/760CR/mainnav4.jpg;overimage=/images/10000/4000/760CR/Rmainnav4.jpg;");
			aI("url=/media/media/recent.php;image=/images/10000/4000/760CR/mainnav5.jpg;overimage=/images/10000/4000/760CR/Rmainnav5.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/760CR/missions;image=/images/10000/4000/760CR/mainnav6.jpg;overimage=/images/10000/4000/760CR/Rmainnav6.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/760CR/ministry1;image=/images/10000/4000/760CR/mainnav7.jpg;overimage=/images/10000/4000/760CR/Rmainnav7.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/760CR/tbd;image=/images/10000/4000/760CR/mainnav8.jpg;overimage=/images/10000/4000/760CR/Rmainnav8.jpg;");
		}

drawMenus();


