
_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()){
styleid=1;
bordercolor="#84A9C7";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="12";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#60198e";
onborder="1px solid #999999";
oncolor="#f0f0f0";
//onsubimage="/images/10000/4000/518LI/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#0D4D87', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#515252";
pagecolor="#f0f0f0";
//pageimage="/images/10000/4000/518LI/onimage.gif";
separatoralign="right";
separatorcolor="#999999";
separatorpadding=1;
separatorwidth="85%";
//subimage="/images/10000/4000/518LI/offarrow.gif";
valign="middle";
menubgcolor="#ffffff";
}

with(mainStyle=new mm_style()){
}

		with(milonic=new menuname("nav1")){
			style=subStyle;
			margin=3;
			
			aI("text=E-Invite;url=/einvite.php;");
			}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			margin=3;
			left="offset=10";
			
			aI("text=Welcome;url=/welcome.php;");
			aI("text=Purpose/Values;url=/purpose.php;");
			aI("text=What We Believe;url=/believe.php;");
			aI("text=FAQ's;url=/faqs.php;");
			aI("text=Pastors;url=/pastors.php;");
			aI("text=Who is Jesus??;url=/jesus.php;");
			aI("text=Service Times;url=/service.php;");
			}
		
		with(milonic=new menuname("nav3")){
			style=subStyle;
			margin=3;
			left="offset=5";

			aI("text=Ministries;url=/ministries.php;");
			aI("text=Kids with Purpose;url=/kids.php;");
			//aI("text=Marriage Ministry;url=/marriage.php;");
			aI("text=Grace Groups;url=/gracegroups.php;");
			aI("text=Teens with Purpose;url=/teens.php;");
			aI("text=Grace Sunday School;url=/gracesundayschool.php;");
			}
		
		with(milonic=new menuname("nav4")){
			style=subStyle;
			margin=3;
			left="offset=20";

			aI("text=Calendar;url=/calendar.php;");
			aI("text=AGF Newsletters;url=/news.php;");
			aI("text=Invite a Friend;url=/einvite.php;");
		//	aI("text=Events;url=/events.php;");
		//	aI("text=Special Events;url=/specialevents.php;");
			}

		with(milonic=new menuname("nav5")){
			style=subStyle;
			margin=3;

			aI("text=Blog;url=/media/media/blog.php?bt_id=2007101702101403829C;;");
			aI("text=Prayer Requests;url=/prayer.php;");
			aI("text=Volunteer Opportunities;url=/volunteer.php;");
			}
		
		with(milonic=new menuname("sc")){
			style=subStyle;
			margin=3;

			
		//	aI("text=Article;url=/media/media/recent.php?mediatype=Article;");
		//	aI("text=Audio;url=/media/media/recent.php?mediatype=Audio;");
		//	aI("text=Video;url=/media/media/recent.php?mediatype=Video;");
		//	aI("text=MP3 Player;url=http://www.sermonconnect.com/images/Image/mp3player4.swf?client_id=116778;target=newwindow;targetfeatures=width=550,height=220;");
		//	aI("text=Blogs;url=/media/media/blog.php?bt_id=2007101702101403829C;");
		//	aI("text=Podcast;url=/media/media/podcast.php;");
			aI("text=Abundant Grace Newsletter;url=/signup.php;");
		//	aI("text=Media;url=/media/media/list.php;");
			}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			orientation="horizontal";
			position="relative";
			itemheight=20;
		//	margin=2;
			
			aI("image=/images/Image/Redesign/nav_01.jpg;url=/index.php;");
			aI("image=/images/Image/Redesign/nav_02.jpg;url=/welcome.php;showmenu=nav2;");
			aI("image=/images/Image/Redesign/nav_03.jpg;url=/ministries.php;showmenu=nav3;");
			aI("image=/images/Image/Redesign/nav_04.jpg;url=/calendar.php;showmenu=nav4;");
			aI("image=/images/Image/Redesign/nav_05.jpg;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/116778;");
			aI("image=/images/Image/Redesign/nav_06.jpg;url=/giving.php;");
			aI("image=/images/Image/Redesign/nav_07.jpg;url=/directions.php;");
			
		}




drawMenus();



