

_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="#EAEAEA";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="000000";
pagebgcolor="#EAEAEA";
headercolor="#000000";
headerbgcolor="#EAEAEA";
subimagepadding="2";
fontweight="bold"; 
subimage="/images/10000/7000/997CA/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#EAEAEA', 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=I'm New Here;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/997CA/new;");
			aI("text=Who We Are;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/997CA/who;");		
			aI("text=FAQ's;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/997CA/faqs;");
			aI("text=Who is Jesus?;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/997CA/jesus;");
			aI("text=Contact & Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/997CA/contact;");
		}
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Ministries;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/997CA/ministry1;");
			aI("text=Men;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/997CA/ministry2;");
			aI("text=Women;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/997CA/ministry3;");
			aI("text=Youth;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/997CA/ministry4;");
			aI("text=Children;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/997CA/ministry5;");
		}
		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/997CA/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/997CA/news;");
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/997CA/events;");
		}
		with(milonic=new menuname("nav4")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Recent Media;url=/media/media/recent.php;");
			aI("text=Media Archive;url=/media/media/list.php;");
			aI("text=Archive Search;url=/media/media/search.php;");
			aI("text=Podcasts;url=/media/media/podcast.php;");
		}
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="vertical";
			position="relative";
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/997CA/welcome;image=/images/10000/7000/997CA/hb1.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/997CA/new;image=/images/10000/7000/997CA/hb2.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/997CA/who;image=/images/10000/7000/997CA/hb3.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/997CA/contact;image=/images/10000/7000/997CA/hb4.jpg;");
			
		
		}

drawMenus();


