

_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="#A3C884";
oncolor="#33231a";
offbgcolor="#E2BE10";
offcolor="#33231a";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#f0f0f0";
pagebgcolor="#33231A";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/8000/276SK/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()){
//onbgcolor="transperent";
oncolor="#314B26";
//offbgcolor="transperent";
offcolor="#33231A";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="transperent";
separatorsize="9";
separatorwidth="12";
padding="0";
fontsize="80%";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#314B26";
//pagebgcolor="transperent";
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/276SK/welcome;");
			aI("text=Vision, Mission, and Beliefs;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/276SK/vision;");
			aI("text=Leadership Team;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/276SK/leadership;");
			}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=150;
			
			overflow="scroll";
			aI("text=Children;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/276SK/ministry1;");
			aI("text=Youth;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/276SK/ministry2;");
			aI("text=Adult;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/276SK/ministry3;");
			aI("text=Worship;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/276SK/ministry4;");
			aI("text=Worship Team;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/276SK/worshipteam;");
			}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=85;

			overflow="scroll";
			aI("text=Baptism & Membership;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/276SK/baptism;");
			aI("text=Volunteer Opportunities;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/276SK/volunteer;");
			aI("text=Give Online;url=#;");
			}
		
		with(milonic=new menuname("nav4")){
			style=subStyle;
			itemwidth=85;

			overflow="scroll";
			aI("text=Recent Media;url=/media/media/recent.php;");
			aI("text=Archived Media;url=/media/media/list.php;");
			aI("text=Media Search;url=/media/media/search.php;");
			aI("text=Podcasts;url=/media/media/podcast.php;");
			aI("text=MP3 Player;url=http://www.sermonconnect.com/mp3player.php?client_id=118276;target=newwindow;targetfeatures=width=550,height=220,resize=no;"); 
			aI("text=Blogs;url=/media/media/bloglist.php;");
			}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";			
			valign="top";

			aI("text=HOME;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/276SK/home;");
			aI("text=WHO WE ARE;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/276SK/welcome;showmenu=nav1;");
			aI("text=MINISTRIES;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/276SK/ministry1;showmenu=nav2;");
			aI("text=FIRST TIME GUEST;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/276SK/guest;");
			aI("text=NEXT STEPS;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/276SK/baptism;showmenu=nav3;");
			aI("text=MEDIA;url=/media/media/recent.php;showmenu=nav4;");
			aI("text=INVITE A FRIEND;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/276SK/einvite;");
			aI("text=CONTACT & DIRECTIONS;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/276SK/contact;");
		}




drawMenus();


