

_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/771MA/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=Welcome;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/771MA/welcome;");
			aI("text=Mission/Vision;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/771MA/mission;");		
			aI("text=Who We Are;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/771MA/history;");
			aI("text=Team;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/771MA/team;");
			aI("text=What We Believe;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/771MA/believe;");
			aI("text=Contact Us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/771MA/contact;");
		}
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=What We Are Doing;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/771MA/events;");
			//aI("text=Newsletter Archive;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/771MA/newsletter;");
			//aI("text=Newsletter Archive;url=/media/media/list.php?topic=20081210051233CA9319;");
			aI("text=Newsletter Archive;url=/media/media/list.php?mediatype=Article;");
		}
		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Recent Sermons;url=/media/media/recent.php;");
			aI("text=Sermon Archive;url=/media/media/list.php;");
			aI("text=Search;url=/media/media/search.php;");
			aI("text=Podcast;url=/media/media/podcast.php;");
			aI("text=Blogs;url=/media/media/bloglist.php;");
		}
		with(milonic=new menuname("nav4")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Partnership;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/771MA/partnership;");
			aI("text=Give Online;url=https://dlq4.donatelinq.net/donatelinq4/default.aspx?MerchantID=MarioMurillo;");
		}

	
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/771MA/home;image=/images/10000/7000/771MA/mainnav1.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/771MA/welcome;image=/images/10000/7000/771MA/mainnav2.jpg;showmenu=nav1;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/771MA/events;image=/images/10000/7000/771MA/mainnav3.jpg;showmenu=nav2;");
			aI("url=/media/media/recent.php;image=/images/10000/7000/771MA/mainnav4.jpg;showmenu=nav3;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/771MA/prayer;image=/images/10000/7000/771MA/mainnav5.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/771MA/partnership;image=/images/10000/7000/771MA/mainnav6.jpg;showmenu=nav4;");
			aI("url=http://stores2.faithhighway.com/Merchant5/merchant.mvc?Screen=SFNT&Store_Code=MMM&Category_Code=STFTP;image=/images/10000/7000/771MA/mainnav7.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/771MA/contact;image=/images/10000/7000/771MA/mainnav8.jpg;");
		}

drawMenus();


