

_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="#99ff33";
oncolor="#3b3b3b";
offbgcolor="#0082c0";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#f0f0f0";
pagebgcolor="#1f4c75";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/8000/297MO/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="EAEAEA";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="transparent";
separatorsize="9";
separatorwidth="15";
padding="0";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#EAEAEA";
headercolor="#ffffff";
headerbgcolor="none";
subimagepadding="0";
fontweight="bold";

}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=85;

			overflow="scroll";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/297MO/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/297MO/news;");
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/297MO/events;");
			}
		
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			itemheight="12px";
			valign="top";

			aI("text=Home;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/297MO/home;");
			aI("text=Welcome;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/297MO/welcome;");
			aI("text=Youth;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/297MO/youth;");
			aI("text=Preschool;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/297MO/preschool;");
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/297MO/showcalendarmonth;showmenu=nav1;");
			aI("text=Sermons;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/118297;target=newwindow;");
			aI("text=Contact & Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/297MO/contact;");
		}




drawMenus();


