
fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps

_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="#BBBBBB";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#1D478F";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
separatorpadding="1";
padding=3;
fontsize="11";
fontstyle="normal";
onborder="1px solid #999999";
fontfamily="arial, Tahoma, Verdana";
pagecolor="ffffff";
pagebgcolor="#030166";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
fontweight="bold"; 
subimage="/images/10000/4000/738LI/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#999999', Direction=150, Strength=5)";
outfilter="Fade(duration=0.3)";
}

with(mainStyle=new mm_style()){

}

	with(milonic=new menuname("nav1")){
			style=subStyle;
margin=3;
overflow="scroll";
			itemwidth=110;

			aI("text=Get Free Email;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/738LI/getfreeemail;");
			aI("text=Check Email;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/738LI/checkmail;");
		}

	with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=110;
			margin=3;

			overflow="scroll";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/738LI/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/738LI/news;");
			//aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/738LI/events;");			
		}

	with(milonic=new menuname("nav3")){
			style=subStyle;
margin=3;
			overflow="scroll";
			aI("text=Pastoral Family;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/738LI/staff1;");
			aI("text=Pastoral Family;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/738LI/staff2;");
			aI("text=Worship Team;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/738LI/staff3;");
			aI("text=Children's Director;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/738LI/staff4;");
		}

	with(milonic=new menuname("nav4")){
			style=subStyle;
margin=3;
			itemwidth=110;

			overflow="scroll";
			aI("text=Audio;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/738LI/audio;");
			aI("text=Weekly Reading;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/738LI/reading;");
		}


		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			
			aI("image=/images/10000/4000/738LI/mainnav8.jpg;type=header;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/738LI/home;image=/images/10000/4000/738LI/mainnav1.jpg;overimage=/images/10000/4000/738LI/Rmainnav1.jpg;showmenu=nav1;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/738LI/connected;image=/images/10000/4000/738LI/mainnav2.jpg;overimage=/images/10000/4000/738LI/Rmainnav2.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/738LI/about;image=/images/10000/4000/738LI/mainnav3.jpg;overimage=/images/10000/4000/738LI/Rmainnav3.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/738LI/showcalendarmonth;image=/images/10000/4000/738LI/mainnav4.jpg;overimage=/images/10000/4000/738LI/Rmainnav4.jpg;showmenu=nav2;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/738LI/staff1;image=/images/10000/4000/738LI/mainnav5.jpg;overimage=/images/10000/4000/738LI/Rmainnav5.jpg;showmenu=nav3;showmenu=nav3;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/4000/738LI/audio;image=/images/10000/4000/738LI/mainnav6.jpg;overimage=/images/10000/4000/738LI/Rmainnav6.jpg;showmenu=nav4;");
		
		}

drawMenus();


