

_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=150;


with(subStyle=new mm_style()){
onbgcolor="#F3A74F";
oncolor="#252525";
offbgcolor="#F1F1F1";
offcolor="#252525";
bordercolor="#EEE0B3";
borderstyle="solid";
borderwidth=1;
separatorcolor="#EEE0B3";
separatorsize="1";
padding="3";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#f0f0f0";
pagebgcolor="#350747";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/8000/227CA/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=80);Shadow(color='#829AE4', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#F3A74F";
offbgcolor="transparent";
offcolor="#252525";
bordercolor="transparent";
borderstyle="solid";
borderwidth=0;
separatorcolor="transparent";
separatorsize="9";
padding="7";
fontsize="12";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#350747";
pagebgcolor="transparent";
headercolor="#ffffff";
headerbgcolor="none";
subimagepadding="0";
fontweight="bold";

}



		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=100;
			
			overflow="scroll";
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/227CA/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/227CA/news;");
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/227CA/events;");
			
			}
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			
			overflow="scroll";
		//	aI("text=Recent Media;url=/media/media/recent.php;");
		//	aI("text=Archived Media;url=/media/media/list.php;");
		//	aI("text=Media Search;url=/media/media/search.php;");
		//	aI("text=Podcast;url=/media/media/podcast.php;");
			aI("text=Calvary TV 24/7;url=http://www.calvarytempleministries.ning.com;target=newwindow;");
			aI("text=Watch Live Services;url=http://www.ustream.tv/channel/experience-calvary?GXHC_gx_session_id_FutureTenseContentServer=a812d53004b19527&GXHC_gx_session_id_FutureTenseContentServer=aba4ac96c2283424;target=newwindow;");
			//aI("text=Who We Are;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/227CA/staff1;showmenu=navA;");
			//aI("text=Who is Jesus?;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/227CA/jesus;");
			//aI("text=Contact & Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/227CA/contact;");
			}
		

		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=100;
			
			overflow="scroll";
			aI("text=Get Connected;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/227CA/connected;");
			aI("text=Senior Pastor;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/227CA/ministry4;");			
			aI("text=Mission's Ministries;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/227CA/ministry1;");
			aI("text=Youth Ministry;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/227CA/ministry5;");
			aI("text=Men's Ministries;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/227CA/ministry2;");
			aI("text=Women's Ministries;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/227CA/ministry3;");
			
			}
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			itemheight="12px";
			valign="top";

			aI("text=Home;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/227CA/home;");
			aI("text=I'm New;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/227CA/new;");
			aI("text=I'm a Regular;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/227CA/regular;");
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/227CA/showcalendarmonth;showmenu=nav1;");
			aI("text=Get Connected;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/227CA/connected;showmenu=nav3;");
			aI("text=Media;showmenu=nav2;");
			aI("text=Contact & Directions;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/8000/227CA/contact;");
		}




drawMenus();


