

_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="#FF9926";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#FFFFFF";
bordercolor="#FF9926";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="000000";
pagebgcolor="#FF9926";
headercolor="#000000";
headerbgcolor="#EAEAEA";
subimagepadding="2";
fontweight="bold"; 
subimage="/images/10000/6000/328PR/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=About Us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/328PR/about;");
			aI("text=Photo Gallery;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/328PR/photo;");		
		}
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/328PR/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/328PR/news;");		
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/328PR/events;");
		}
		
		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Bible Studies;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/328PR/biblestudies;");
			
		}

		with(milonic=new menuname("nav4")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			//aI("text=Recent Sermons;url=/media/media/recent.php;");
			//aI("text=Archived Sermons;url=/media/media/list.php;");
			aI("text=Recent Sermons;url=/media/media/recent.php?topic=201006010206343FDD8D;");
			aI("text=Archived Sermons;url=/media/media/list.php?topic=201006010206343FDD8D;");
			aI("text=It's Got To Be Real;url=/media/media/list.php?topic=20100601020624DCBE96;")
			aI("text=Search Sermons;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="horizontal";
			position="relative";
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/328PR/home;image=/images/10000/6000/328PR/mainnav1.jpg;overimage=/images/10000/6000/328PR/Rmainnav1.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/328PR/about;image=/images/10000/6000/328PR/mainnav2.jpg;overimage=/images/10000/6000/328PR/Rmainnav2.jpg;showmenu=nav1;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/328PR/pastorscorner;image=/images/10000/6000/328PR/mainnav3.jpg;overimage=/images/10000/6000/328PR/Rmainnav3.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/328PR/beliefs;image=/images/10000/6000/328PR/mainnav4.jpg;overimage=/images/10000/6000/328PR/Rmainnav4.jpg;showmenu=nav3;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/328PR/firewatch;image=/images/10000/6000/328PR/mainnav5.jpg;overimage=/images/10000/6000/328PR/Rmainnav5.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/328PR/showcalendarmonth;image=/images/10000/6000/328PR/mainnav6.jpg;overimage=/images/10000/6000/328PR/Rmainnav6.jpg;showmenu=nav2;");
			aI("url=/media/media/recent.php;image=/images/10000/6000/328PR/mainnav7.jpg;overimage=/images/10000/6000/328PR/Rmainnav7.jpg;showmenu=nav4;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/328PR/contact;image=/images/10000/6000/328PR/mainnav8.jpg;overimage=/images/10000/6000/328PR/Rmainnav8.jpg;");
		}

drawMenus();


