

_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=200;


with(subStyle=new mm_style()){
onbgcolor="#4F7D76";
oncolor="#ffffff";
offbgcolor="ffffff";
offcolor="000000";
bordercolor="#004338";
borderstyle="solid";
borderwidth=1;
separatorcolor="#470010";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#4F7D76";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
subimage="/images/10000/4000/804CO/arrow.gif";
overfilter="Inset(duration=0.3);Alpha(opacity=90);Shadow(color='none', Direction=100, Strength=5)";
outfilter="slide(duration=0.5)";
}

with(mainStyle=new mm_style()){
onbgcolor="none";
oncolor="#C6CF9B";
offbgcolor="transparent";
offcolor="ffffff";
bordercolor="none";
borderstyle="solid";
borderwidth=1;
separatorcolor="none";
separatorsize="1";
padding=2;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Verdana";
pagecolor="ffffff";
pagebgcolor="none";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
//fontweight="bold"; 
}


				
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;			
			orientation="vertical";
			position="relative";
						
			aI("text=Home;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/804CO/home;");
			aI("text=About Us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/804CO/about;");
			aI("text=Contact & Questions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/804CO/contact;");
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/804CO/showcalendarmonth;");
			aI("text=Media;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/114804;");
			aI("text=Catalog;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/804CO/catalog;");
			aI("text=Testimonies;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/804CO/testimonies;");
			aI("text=Online Resources;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/804CO/resources;");

			
			
			
		}





drawMenus();


