

_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="#CFB98E";
oncolor="#ffffff";
offbgcolor="#A0885A";
offcolor="ffffff";
bordercolor="#CFB98E";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CFB98E";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="ffffff";
pagebgcolor="#8F5E00";//"#CFB98E";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
fontweight="bold"; 
subimage="/images/10000/6000/591CR/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#F8C548', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){

}
		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=About Us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/591CR/about;");
			aI("text=Why Jesus?;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/591CR/whyjesus;");		
			aI("text=Contact & Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/591CR/contact;");
		}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Music;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/591CR/music;");
			aI("text=Recent Sermons;url=/media/media/recent.php");
			aI("text=Archived Sermons;url=/media/media/list.php");	
			aI("text=Search;url=/media/media/search.php");
		//	aI("text=Blogs;url=/media/media/bloglist.php");		
			
		}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Calendar;url=/images/10000/6000/591CR/user/calendar.pdf;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/591CR/news;");		
			//aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/591CR/events;");
		}

		with(milonic=new menuname("nav4")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Philosophy and Curriculum;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/591CR/philosophy;");
			aI("text=Tuition;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/591CR/rates;");
		}

		with(milonic=new menuname("nav5")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Get Connected;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/591CR/connected;");
			aI("text=Sign up for Newsletter & Event Emails;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/591CR/signup;");
		}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/591CR/home;image=/images/10000/6000/591CR/mainnav1.jpg;overimage=/images/10000/6000/591CR/Rmainnav1.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/591CR/about;image=/images/10000/6000/591CR/mainnav2.jpg;overimage=/images/10000/6000/591CR/Rmainnav2.jpg;showmenu=nav1;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/591CR/christianeducation;image=/images/10000/6000/591CR/mainnav3.jpg;overimage=/images/10000/6000/591CR/Rmainnav3.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/591CR/music;image=/images/10000/6000/591CR/mainnav4.jpg;overimage=/images/10000/6000/591CR/Rmainnav4.jpg;showmenu=nav2;");
			aI("url=/images/10000/6000/591CR/user/calendar.pdf;image=/images/10000/6000/591CR/mainnav5.jpg;overimage=/images/10000/6000/591CR/Rmainnav5.jpg;showmenu=nav3;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/591CR/philosophy;image=/images/10000/6000/591CR/mainnav6.jpg;overimage=/images/10000/6000/591CR/Rmainnav6.jpg;showmenu=nav4;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/591CR/connected;image=/images/10000/6000/591CR/mainnav7.jpg;overimage=/images/10000/6000/591CR/Rmainnav7.jpg;showmenu=nav5;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/591CR/contact;image=/images/10000/6000/591CR/mainnav8.jpg;overimage=/images/10000/6000/591CR/Rmainnav8.jpg;");
		}

drawMenus();


