

_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="#2A607B";
oncolor="#f0f0f0";
offbgcolor="#448094";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
separatorheight="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#f0f0f0";
pagebgcolor="#2A607B";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/3000/943TR/arrow.gif";
onsubimage="/images/10000/4000/518LI/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#EAEAEA', Direction=135, Strength=3)";
pageimage="/images/10000/4000/518LI/onimage.gif";
subimage="/images/10000/4000/518LI/offarrow.gif";
}

with(mainStyle=new mm_style()){
onbgcolor="transperent";
oncolor="#C9E3DB";
offbgcolor="transperent";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
separatorheight="12";
separatorwidth="1";
padding="0";
fontsize="11";
fontstyle="normal";
fontfamily="Arial";
pagecolor="#C9E3DB";
pagebgcolor="transperent";
headercolor="#ffffff";
headerbgcolor="none";
subimagepadding="0";
fontweight="bold";

}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=55;			
			aI("text=Senior Pastor;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/3000/943TR/staff1;");
			aI("text=Barnabus;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/3000/943TR/staff2;");
			aI("text=Andrews;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/3000/943TR/staff3;");
			aI("text=Rebecca;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/3000/943TR/staff4;");
			}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=85;
			left="offset=10";
			aI("text=Recent Media;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/113943;");
			aI("text=Archived Media;url=/media/media/list.php;");
			aI("text=Search Media;url=/media/media/search.php;");
			aI("text=Podcast;url=/media/media/podcast.php;");
			}
		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=75;			
			aI(								"text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/3000/943TR/ShowCalendarMonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/3000/943TR/news;");
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/3000/943TR/events;");			
			}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";			
			valign="top";

			aI("text=home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/3000/943TR/home;");
			aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;about us&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/3000/943TR/about;");
			aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;staff&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/3000/943TR/staff1;showmenu=nav1;");
			aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;media center&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/113943;showmenu=nav2;");
			aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;calendar&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/3000/943TR/ShowCalendarMonth;showmenu=nav3;");
			aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;contact & directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/3000/943TR/contact;");			
		}




drawMenus();


