

_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=0              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=200;


with(subStyle=new mm_style()){
styleid=1;
bordercolor="#572703";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana, tahoma";
fontsize="11";
fontstyle="normal";
headerbgcolor="#ffffff";
headerborder=1;
headercolor="#000000";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#EAEAEA";
onborder="1px solid #000000";
oncolor="#000000";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#572703', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#EAEAEA";
pagecolor="#000000";
separatoralign="right";
separatorcolor="#000000";
separatorpadding=3;
separatorheight="1";
valign="middle";
menubgcolor="#ffffff";
}

with(mainStyle=new mm_style()){
styleid=1;
bordercolor="transparent";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana, tahoma";
fontsize="10";
fontstyle="normal";
headerbgcolor="#EAEAEA";
headerborder=1;
headercolor="#EAEAEA";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#999999";
//onsubimage="/images/10000/4000/518LI/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
//overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#0D4D87', Direction=135, Strength=3)";
padding=1;
pagebgcolor="transparent";
pagecolor="#999999";
//pageimage="/images/10000/4000/518LI/onimage.gif";
separatoralign="right";
separatorcolor="transparent";
separatorpadding=1;
separatorwidth="2";
//subimage="/images/10000/4000/518LI/offarrow.gif";
valign="middle";
fontweight="bold";
menubgcolor="transparent";
}

		with(milonic=new menuname("nav1")){
			style=subStyle;
			margin=3;
			
			overflow="scroll";
			aI("text=Sponsor a Student;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/960EX/sponsor;");
			aI("text=Other Needs;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/960EX/needs;");
			}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Highlighted Ministries;url=/media/media/recent.php;");
			aI("text=Resources;url=/media/media/list.php;");
			aI("text=Resource Search;url=/media/media/search.php;");
			aI("text=Podcast;url=/media/media/podcast.php;");
			}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="vertical";
			position="relative";
			
			aI("text=Home;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/960EX/home;");
			aI("text=About EXO Ministries;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/960EX/about;");
			aI("text=Partners & <br>Helpful Links;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/960EX/partners;");
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/960EX/showcalendarmonth;");
			aI("text=Sponsor a Student;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/960EX/sponsor;showmenu=nav1;");
			aI("text=Contact Us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/960EX/contact;");
			//aI("text=Online Bookstore;url=http://stores.faithhighway.com/Merchant5/merchant.mvc?Screen=SFNT&Store_Code=EXOM&Category_Code=SPOTLIGHT;");
			//aI("text=Online Giving;url=https://dlq4.donatelinq.net/donatelinq4/default.aspx?MerchantID=EXO;");
			aI("text=Resources;url=/media/media/recent.php;;showmenu=nav2;");
			//aI("text=Hablas Espa&#241ol?;url=http://www.spanish.exoministries.org;");
		}




drawMenus();


