

_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="#EAEAEA";
oncolor="#999999";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#EEEEEE";
borderstyle="solid";
borderwidth=1;
separatorcolor="#EEEEEE";
separatorsize="1";
separatorpadding="3";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#EAEAEA";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/7000/607SM/arrow.gif";
overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#829AE4', Direction=200, Strength=5)";
outfilter="Fade(duration=0.3)";
}

with(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#999999";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="transparent";
borderstyle="solid";
borderwidth=1;
separatorcolor="transparent";
separatorsize="9";
padding="0";
fontsize="11";
fontstyle="normal";
fontfamily="verdana, Tahoma, Arial";
pagecolor="#999999";
pagebgcolor="transparent";
headercolor="#ffffff";
headerbgcolor="none";
subimagepadding="0";
//fontweight="bold";

}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			margin=3;
			
			overflow="scroll";
			aI("text=Sunday;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/607SM/ministry1;");
			aI("text=Wednesday;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/607SM/ministry2;");
			aI("text=Friday;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/607SM/ministry3;");
			aI("text=Seasonal Ministries;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/607SM/ministry4;");
			}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=85;
			margin=3;

			overflow="scroll";
			
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/607SM/showcalendarmonth;");
			aI("text=News;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/607SM/news;");
			aI("text=Events;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/607SM/events;");
			}
			
		with(milonic=new menuname("nav3")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			
			aI("text=Recent Media;url=/media/media/recent.php;");
			aI("text=Archived Media;url=/media/media/list.php;");
			aI("text=Search Archive;url=/media/media/search.php;");
			aI("text=Podcasting;url=/media/media/podcast.php;");
			aI("text=Photo Gallery;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/607SM/photo;");
			aI("text=Blogs;url=http://sgtkids.blogspot.com;target='_blank'");
			}

		with(milonic=new menuname("nav4")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			
			aI("text=For Parents;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/607SM/parents;");
		//	aI("text=Message Board;url=http://board4.faithhighway.com:8080/~smithtownkids;");
			}

		with(milonic=new menuname("nav5")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			
			aI("text=Sign Up;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/607SM/ShowForm&thisForm=1;");
		//	aI("text=Message Board;url=http://board4.faithhighway.com:8080/~smithtownkids;");
			}
		
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			itemheight="18";

			aI("text=Home;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/607SM/home;");
			aI("text=Ministries;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/607SM/ministry1;showmenu=nav1;");
			aI("text=Calendar;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/607SM/showcalendarmonth;showmenu=nav2;");
			aI("text=Media Center;url=/media/media/recent.php;showmenu=nav3;");
			aI("text=For Kids;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/607SM/kids;");
			aI("text=For Parents;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/607SM/parents;");
			aI("text=Get Involved;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/607SM/involved;");
			aI("text=Contact Us;url=/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/7000/607SM/contact;");
		}




drawMenus();


