

_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=0              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_sidetop=200;


with(subStyle=new mm_style()){
onbgcolor="#872309";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#872309";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#9B4009";
separatorsize="1";
separatorpadding="2";
padding=3;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Verdana";
pagecolor="ffffff";
pagebgcolor="#872309";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
fontweight="bold"; 
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#000000', Direction=150, Strength=5)";
outfilter="Fade(duration=0.2)";
}

with(mainStyle=new mm_style()){

}
		with(milonic=new menuname("nav1")){
			style=subStyle;
		itemwidth=100;
margin=3;
overflow="scroll";
			aI("text=The Movement;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/652TH/movement;");
			aI("text=The Teams;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/652TH/staff1;");		
			aI("text=Meet Bob;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/652TH/staff2;");		
			aI("text=Get in the Game;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/652TH/staff3;");		
		}

		with(milonic=new menuname("nav2")){
			style=subStyle;
	margin=3;
		itemwidth=100;
			overflow="scroll";
			//aI("text=Audio;url=/media/media/list.php?mediatype=Audio;");
			//aI("text=Audio;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/113957;target=newwindow;");
			//aI("text=Video;url=/media/media/list.php?mediatype=Video;");
			aI("text=Audio/Video;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/113957;");				
			aI("text=Blog;url=/media/media/bloglist.php");
			aI("text=Articles;url=/media/media/list.php?mediatype=Article;");		
		}

		with(milonic=new menuname("nav3")){
			style=subStyle;
		itemwidth=100;
margin=3;
			overflow="scroll";
			aI("text=The Vision;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/652TH/vision;");
			aI("text=Donate Linq;url=donatelinq;");		
		}

		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/6000/652TH/home;image=/images/10000/6000/652TH/mainnav1.jpg;overimage=/images/10000/6000/652TH/Rmainnav1.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/652TH/movement;image=/images/10000/6000/652TH/mainnav2.jpg;overimage=/images/10000/6000/652TH/Rmainnav2.jpg;showmenu=nav1;");
			aI("url=/media/media/recent.php;image=/images/10000/6000/652TH/mainnav3.jpg;overimage=/images/10000/6000/652TH/Rmainnav3.jpg;showmenu=nav2;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/652TH/vision;image=/images/10000/6000/652TH/mainnav4.jpg;overimage=/images/10000/6000/652TH/Rmainnav4.jpg;showmenu=nav3;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/652TH/contact;image=/images/10000/6000/652TH/mainnav5.jpg;overimage=/images/10000/6000/652TH/Rmainnav5.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/652TH/whoisjesus;image=/images/10000/6000/652TH/mainnav6.jpg;overimage=/images/10000/6000/652TH/Rmainnav6.jpg;");
		}

drawMenus();


