

_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="#EAEAEA";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="000000";
pagebgcolor="#EAEAEA";
headercolor="#000000";
headerbgcolor="#EAEAEA";
subimagepadding="2";
fontweight="bold"; 
subimage="/images/10000/7000/927BR/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#EAEAEA', 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=About Us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/927BR/about;");
			aI("text=Who is Jesus?;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/927BR/jesus;");		
			aI("text=Pastor;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/927BR/pastor;");
			aI("text=Contact & Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/927BR/contact;");
		}

	
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			aI("image=/images/10000/7000/927BR/mainnav1.jpg;");

			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/927BR/home;image=/images/10000/7000/927BR/mainnav2.jpg;overimage=/images/10000/7000/927BR/Rmainnav2.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/927BR/resources;image=/images/10000/7000/927BR/mainnav3.jpg;overimage=/images/10000/7000/927BR/Rmainnav3.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/927BR/training;image=/images/10000/7000/927BR/mainnav4.jpg;overimage=/images/10000/7000/927BR/Rmainnav4.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/927BR/blog;image=/images/10000/7000/927BR/mainnav5.jpg;overimage=/images/10000/7000/927BR/Rmainnav5.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/927BR/about;image=/images/10000/7000/927BR/mainnav6.jpg;overimage=/images/10000/7000/927BR/Rmainnav6.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/927BR/contact;image=/images/10000/7000/927BR/mainnav7.jpg;overimage=/images/10000/7000/927BR/Rmainnav7.jpg;");
			aI("url=http://stores2.faithhighway.com/Merchant5/merchant.mvc?Screen=SFNT&Store_Code=BBNM;image=/images/10000/7000/927BR/mainnav8.jpg;overimage=/images/10000/7000/927BR/Rmainnav8.jpg;");
		}

drawMenus();


