

_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(mainStyle=new mm_style()){
onbgcolor="none";
oncolor="#FCD94B";
offbgcolor="none";
offcolor="ffffff";
bordercolor="none";
borderstyle="solid";
borderwidth=1;
separatorcolor="none";
separatorsize="1";
padding=1;
fontweight="bold"; 
fontsize="11";
fontstyle="normal";
fontfamily="Tahoma, Tahoma, Arial";
pagecolor="FFFFFF";
pagebgcolor="none";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
//image="/images/10000/6000/124AT/blankspace.gif";
}

with(subStyle=new mm_style()){
onbgcolor="none";
oncolor="#FCD94B";
offbgcolor="#014C90";
offcolor="ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="none";
separatorsize="1";
padding=2;
fontweight="bold"; 
fontsize="11";
fontstyle="normal";
fontfamily="Tahoma, Tahoma, Arial";
pagecolor="FFFFFF";
pagebgcolor="none";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
}

		with(milonic=new menuname("nav1")){
			style=subStyle;
margin=3;
left=400;			
			overflow="scroll";
			aI("text=Get Free Email;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/124AT/getfreeemail;");
			aI("text=Check Email;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/124AT/checkmail;");		
			}

		with(milonic=new menuname("nav2")){
			style=subStyle;
margin=3;
left=400;
			overflow="scroll";
			aI("text=Elders and Deacons;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/124AT/staff1;");
			aI("text=Involvement Minister;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/124AT/staff2;");
			aI("text=Senior Minister;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/124AT/staff3;");
			}
			with(milonic=new menuname("nav3")){
			style=subStyle;
margin=3;
left=400;
			overflow="scroll";
			aI("text=Ministries;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/124AT/ministry3;");
			aI("text=Teen;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/124AT/ministry1;");
			aI("text=Childrens;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/124AT/ministry2;");
			}
			
			with(milonic=new menuname("nav4")){
			style=subStyle;
margin=3;
left=400;
			overflow="scroll";
			aI("text=Sermons;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/124AT/sermons;");
			aI("text=Recent Sermons;url=/media/media/recent.php;");
			aI("text=Archived Sermons;url=/media/media/list.php;");
			}



		
				
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=115;
			left=100;
			alwaysvisible=1;
			overflow="scroll";
			orientation="vertical";
			position="relative";
			aI("text=Home;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/124AT/home;showmenu=nav1;");

			aI("text=About Us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/124AT/about;");
			
			aI("text=Leaders;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/124AT/staff1;showmenu=nav2;");
			
			aI("text=Ministries;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/124AT/ministry3;showmenu=nav3;");
			
			aI("text=Sermons;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/124AT/sermons;showmenu=nav4;");

			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/124AT/ShowCalendarMonth;");
			
			aI("text=Photo Gallery;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/124AT/photo;");

			aI("text=Contact Us/Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/124AT/contact;");

		}




drawMenus();


