

_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="#829AE4";
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="#999999";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="transparent";
borderstyle="solid";
borderwidth=1;
separatorcolor="transparent";
separatorsize="19";
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=130;
			margin=3;
			overflow="scroll";
			aI("text=New to FSBC;url=/new.php;");
			aI("text=About Us;url=/about.php;");
			aI("text=Focus Newsletter;url=/newsletter.php;");
			}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=150;
			margin=3;
			
			overflow="scroll";
			aI("text=Bible Study;url=/study.php;");
			aI("text=Field Street University;url=/university.php;");
			aI("text=ACCESS Field Street;url=https://secure.accessacs.com/access/memberlogin.aspx?sn=94397;");
			aI("text=Calendar;url=/calendar.php;");
			aI("text=Events;url=/events.php;");
			aI("text=What Others Believe Study;url=/floating3.php;");
			}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=130;
			margin=3;

			overflow="scroll";
			aI("text=Ministerial Staff;url=/staff1.php;");
			aI("text=Support Staff;url=/staff2.php;");
			}

		with(milonic=new menuname("nav4")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Ministries;url=/ministry1.php;");
			aI("text=Touching Tomorrow Today;url=/ministry2.php;");
			aI("text=Prayer Ministry;url=/floating6.php;");
			}

		with(milonic=new menuname("nav5")){
			style=subStyle;
			itemwidth=130;
			margin=3;

			overflow="scroll";
			
			aI("text=Recent Sermons;url=/media/media/recent.php;");
			aI("text=Media Archive;url=/media/media/list.php;");
			aI("text=Podcast;url=/media/media/podcast.php;");
			aI("text=Media Search;url=/media/media/search.php;");
			aI("text=Previous Sermons;url=http://www.fieldstreet.com/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/585FI/audio;");
			}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			itemheight="25px";
			valign="top";

			aI("text=Home;url=/index.php;");
			aI("text=New to FSBC;url=/new.php;showmenu=nav1;");
			aI("text=Connect;url=/study.php;showmenu=nav2;");
			aI("text=Leadership;url=/staff1.php;showmenu=nav3;");
			aI("text=Ministries;url=/ministry1.php;showmenu=nav4;");
			aI("text=Media;url=/media/media/recent.php;showmenu=nav5;itemwidth=80;");
			
		}




drawMenus();



