

_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="#8A5C28";
oncolor="#f0f0f0";
offbgcolor="#818181";
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="#5A79A0";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/8000/188HO/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="transparent";
oncolor="#81D0ED";
offbgcolor="transparent";
offcolor="ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="transparent";
separatorsize="10";
separatorpadding="10";
separatorheight="1";
padding=3;
fontsize="16";
fontstyle="normal";
fontfamily="helvetica";
pagecolor="81D0ED";
pagebgcolor="transparent";
headercolor="#000000";
headerbgcolor="#EAEAEA";
subimagepadding="2";
fontweight="bold"; 

}
		with(milonic=new menuname("nav1")){
			style=subStyle;
			margin=3;
				itemwidth="90";				
			aI("text=About us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/1000/353/about;");
			aI("text=Vision ;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/1000/353/vision;");
			aI("text=We Believe;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/1000/353/believe;");
			
			}
		with(milonic=new menuname("nav2")){
			style=subStyle;
			margin=3;
				itemwidth="90";				
			aI("text=Outreach;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/1000/353/outreach;");
			aI("text=Youth;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/1000/353/youth;");
			aI("text=L.E.G.'s;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/1000/353/legs;");
			
			}
		with(milonic=new menuname("nav3")){
			style=subStyle;
			margin=3;
				itemwidth="70";		
			aI("text=Contact Us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/1000/353/contact;");
						
			}
			
		with(milonic=new menuname("nav4")){
			style=subStyle;
			margin=3;
left="offset=-18"
			
			aI("text=SC Media;url=/media/media/recent.php;");
			aI("text=Sermons;url=/media/media/list.php;");
				
			}

		with(milonic=new menuname("nav5")){
			style=subStyle;
			margin=3;
				itemwidth="70";		
			//aI("text=ShowCalendarDay;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/1000/353/showcalendarday;");
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/1000/353/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/1000/353/news;");
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/1000/353/events;");		
			
			}
	
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			//overflow="scroll";
			orientation="horizontal";
			position="relative";
			
			aI("text=Home;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/1000/353/home;");
			aI("text=Who We Are;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/1000/353/vision;showmenu=nav1;");
			aI("text=What We Do;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/1000/353/outreach;showmenu=nav2;");
			aI("text=Directions & Service Times;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/1000/353/contact;showmenu=nav3;");				
			aI("text=Media;url=/media/media/recent.php;showmenu=nav4;");
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/1000/353/contact;showmenu=nav5;");
		
	//		aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/1000/353/getfreeemail;image=/images/10000/1000/353/mainnav7.jpg;");
			
		}

drawMenus();


