

_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=150;


with(subStyle=new mm_style()){
onbgcolor="#efaa53";
oncolor="#ffffff";
offbgcolor="#ffa432";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#cc9551";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/8000/252FI/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=80);Shadow(color='#829AE4', 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=Our Story;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/252FI/story;");
			aI("text=Statement of Beliefs;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/252FI/beliefs;");
			aI("text=Staff;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/252FI/staff;");
			aI("text=Frequently Asked Questions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/252FI/faqs;");
			}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=85;

			overflow="scroll";
			aI("text=Upcoming Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/252FI/events;");
			aI("text=One Day Discipleship Training;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/252FI/training;");
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/252FI/showcalendarmonth;");
			}	
		
		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=150;
			
			overflow="scroll";
			aI("text=Specificity in Discipleship;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/252FI/specificity;");
			aI("text=The Power of One on One;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/252FI/power;");
			aI("text=Closing the Back Door;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/252FI/backdoor;");
			}


		with(milonic=new menuname("nav4")){
			style=subStyle;
			itemwidth=150;
			
			overflow="scroll";
			aI("text=Ministry Videos;url=/media/media/list.php?mediatype=Video;");
			aI("text=Newsletter Archives;url=/media/media/list.php?mediatype=Article;");
			aI("text=Read Our Blog;url=/media/media/bloglist.php;");
			}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
		//	itemheight="12px";
			valign="top";

			aI("image=/images/10000/8000/252FI/navspacer.jpg;");
			aI("image=/images/10000/8000/252FI/mainnav1.jpg;overimage=/images/10000/8000/252FI/Rmainnav1.jpg;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/252FI/home;");
			aI("image=/images/10000/8000/252FI/mainnav2.jpg;overimage=/images/10000/8000/252FI/Rmainnav2.jpg;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/252FI/story;showmenu=nav1;");
			aI("image=/images/10000/8000/252FI/mainnav3.jpg;overimage=/images/10000/8000/252FI/Rmainnav3.jpg;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/252FI/resources;");
			aI("image=/images/10000/8000/252FI/mainnav4.jpg;overimage=/images/10000/8000/252FI/Rmainnav4.jpg;url=http://stores2.faithhighway.com/Merchant5/merchant.mvc?Screen=SFNT&Store_Code=FSM&Category_Code=STFTP;");
			aI("image=/images/10000/8000/252FI/mainnav5.jpg;overimage=/images/10000/8000/252FI/Rmainnav5.jpg;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/252FI/events;showmenu=nav2;");
			aI("image=/images/10000/8000/252FI/mainnav6.jpg;overimage=/images/10000/8000/252FI/Rmainnav6.jpg;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/252FI/specificity;showmenu=nav3;");
			aI("image=/images/10000/8000/252FI/mainnav7.jpg;overimage=/images/10000/8000/252FI/Rmainnav7.jpg;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/252FI/contact;");
			aI("image=/images/10000/8000/252FI/mainnav8.jpg;overimage=/images/10000/8000/252FI/Rmainnav8.jpg;url=/media/media/list.php?mediatype=Video;showmenu=nav4;");
		}




drawMenus();


