

_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="#EAEAEA";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#eeeeee";
borderstyle="solid";
borderwidth=1;
separatorcolor="#eeeeee";
separatorsize="1";
separatorpadding="3";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="transparent";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/7000/942FI/arrow.gif";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color='#829AE4', Direction=200, Strength=5)";
outfilter="Fade(duration=0.3)";
}

with(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#eeeeee";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="transparent";
borderstyle="solid";
borderwidth=0;
separatorcolor="transparent";
separatorsize="25";
padding="0";
fontsize="11";
fontstyle="normal";
fontfamily="verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="transparent";
headercolor="#ffffff";
headerbgcolor="none";
subimagepadding="0";
//fontweight="bold";

}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=100;
			
			overflow="scroll";
			aI("text=Welcome;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/241BI/welcome;");
			aI("text=Vision & Mission;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/241BI/vision;");
			aI("text=Beliefs;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/241BI/beliefs;");
			aI("text=FAQ's;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/241BI/faqs;");
			aI("text=Who We Are;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/241BI/staff1;showmenu=navA;");
			aI("text=Who is Jesus?;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/241BI/jesus;");
			aI("text=Contact & Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/241BI/contact;");
			}
		
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			itemheight="19";
			valign="top";

			aI("text=Home;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/241BI/home;");
			aI("text=About Us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/241BI/about;");
			aI("text=Ministries;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/241BI/ministry1;");
			aI("text=Media Center;url=http://www.sermonconnect.com/standaloneplat.php?church=118241;");
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/241BI/showcalendarmonth;");
			aI("text=Contact & Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/241BI/contact;");
		}




drawMenus();


