

_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";
separatorpadding="3";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="verdana, Tahoma, Verdana";
pagecolor="000000";
pagebgcolor="#EAEAEA";
headercolor="#000000";
headerbgcolor="#EAEAEA";
subimagepadding="2";
//fontweight="bold"; 
subimage="/images/10000/7000/390IP/arrow.gif";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color='#000000', Direction=200, Strength=5)";
outfilter="Fade(duration=0.3)";
}

with(mainStyle=new mm_style()){

}
		
		with(milonic=new menuname("nav1")){
			style=subStyle;
	margin=3;
	itemwidth=120;
			overflow="scroll";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/390IP/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/390IP/news;");		
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/390IP/events;");
		}
		with(milonic=new menuname("nav2")){
			style=subStyle;
	margin=3;
			overflow="scroll";
			aI("text=Media Presentation;url=/media/media/recent.php;");
			aI("text=Media List;url=/media/media/list.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/7000/390IP/home;image=/images/10000/7000/390IP/mainnav1.jpg;overimage=/images/10000/7000/390IP/Rmainnav1.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/390IP/who;image=/images/10000/7000/390IP/mainnav2.jpg;overimage=/images/10000/7000/390IP/Rmainnav2.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/390IP/believe;image=/images/10000/7000/390IP/mainnav3.jpg;overimage=/images/10000/7000/390IP/Rmainnav3.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/390IP/where;image=/images/10000/7000/390IP/mainnav4.jpg;overimage=/images/10000/7000/390IP/Rmainnav4.jpg;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/390IP/showcalendarmonth;image=/images/10000/7000/390IP/mainnav5.jpg;overimage=/images/10000/7000/390IP/Rmainnav5.jpg;showmenu=nav1;");
			aI("url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/390IP/Ministries;image=/images/10000/7000/390IP/mainnav6.jpg;overimage=/images/10000/7000/390IP/Rmainnav6.jpg;");
			aI("url=/media/media/recent.php;image=/images/10000/7000/390IP/mainnav7.jpg;overimage=/images/10000/7000/390IP/Rmainnav7.jpg;showmenu=nav2;");
		}

drawMenus();


