

_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="#926093";
oncolor="#ffffff";
offbgcolor="#5D285E";
offcolor="ffffff";
bordercolor="#F8C548";
borderstyle="solid";
borderwidth=1;
separatorcolor="#F8C548";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="ffffff";
pagebgcolor="#5D285E";
headercolor="#000000";
headerbgcolor="#5D285E";
subimagepadding="2";
fontweight="bold"; 
subimage="/images/10000/6000/256GR/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=Check Email;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/256GR/checkemail;");
			aI("text=Get Free Email;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/256GR/getfreeemail;");		
		}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=150;
			overflow="scroll";
			aI("text=Youth;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/256GR/ministry1;");
			aI("text=Women;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/256GR/ministry2;");		
			aI("text=Men;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/256GR/ministry3;");
			aI("text=Life Changing Institute;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/256GR/ministry4;");		
		}

	with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/256GR/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/256GR/news;");		
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/256GR/events;");
		}


		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/256GR/home;image=/images/10000/6000/256GR/mainnav1.jpg;overimage=/images/10000/6000/256GR/Rmainnav1.jpg;showmenu=nav1;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/256GR/about;image=/images/10000/6000/256GR/mainnav2.jpg;overimage=/images/10000/6000/256GR/Rmainnav2.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/256GR/ministry1;image=/images/10000/6000/256GR/mainnav3.jpg;overimage=/images/10000/6000/256GR/Rmainnav3.jpg;showmenu=nav2;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/256GR/showcalendarmonth;image=/images/10000/6000/256GR/mainnav4.jpg;overimage=/images/10000/6000/256GR/Rmainnav4.jpg;showmenu=nav3;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/256GR/member;image=/images/10000/6000/256GR/mainnav5.jpg;overimage=/images/10000/6000/256GR/Rmainnav5.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/256GR/bookstore;image=/images/10000/6000/256GR/mainnav6.jpg;overimage=/images/10000/6000/256GR/Rmainnav6.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/256GR/contact;image=/images/10000/6000/256GR/mainnav7.jpg;overimage=/images/10000/6000/256GR/Rmainnav7.jpg;");		
			
		}

drawMenus();


