

_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="#058C7B";
oncolor="#f0f0f0";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
separatorheight="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#f0f0f0";
pagebgcolor="#058C7B";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/8000/188HO/arrow.gif";
onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#EAEAEA', Direction=135, Strength=3)";
pageimage="/images/Image/onimage.gif";
subimage="/images/Image/offarrow.gif";
}

with(mainStyle=new mm_style()){
styleid=1;
bordercolor="transparent";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="12";
fontstyle="normal";
headerbgcolor="#ffffff";
headerborder=1;
headercolor="#ffffff";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#058C7B";
//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=1;
pagebgcolor="transparent";
pagecolor="#058C7B";
//pageimage="/images/10000/4000/518LI/onimage.gif";
separatoralign="center";
separatorcolor="transperent";
separatorpadding=5;
separatorwidth="30";
separatorsize="30";
//subimage="/images/10000/4000/518LI/offarrow.gif";
valign="middle";
//fontweight="bold";
menubgcolor="transparent";
}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			margin=3;
			left="offset=-10";
			itemwidth=70;
			aI("text=Ministries;url=/what.php;");
			aI("text=Praise and Worship;url=/praise.php;");
			aI("text=Youth;url=/youth.php;");
			aI("text=Outreach;url=/outreach.php;");
			aI("text=Children's;url=/children.php;");
			aI("text=Missionettes;url=/sidewalk.php;");
			}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			margin=3;
			itemwidth=60;
			left="offset=-5";
			aI("text=Calendar;url=/calendar.php;");
			aI("text=News;url=/news.php;");
			aI("text=Events;url=/events.php;");
			}
			with(milonic=new menuname("nav4")){
			style=subStyle;
			margin=3;
			itemwidth=70;
			left="offset=-5";
			aI("text=Who We Are;url=/whoweare.php;");
			aI("text=Leadership;url=/staff1.php;");
			aI("text=What We Believe;url=/believe.php;");
			}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			margin=3;
			left="offset=-10";
			itemwidth=80;
			aI("text=Recent Audio Sermons;url=/media/media/recent.php?mediatype=Audio&topic=20080204090228A2DB02;");
			aI("text=Archived Audio Sermons;url=/media/media/list.php?mediatype=Audio&topic=20080204090228A2DB02;");
			aI("text=Recent Video Sermons;url=/media/media/recent.php?mediatype=Video&topic=20080204090228A2DB02;");
			aI("text=Archived Video Sermons;url=/media/media/list.php?mediatype=Video&topic=20080204090228A2DB02;");
			aI("text=Worship;url=/media/media/list.php?topic=200801300701196D5144;");
			aI("text=Blog;url=/media/media/bloglist.php;");
			aI("text=Podcasting;url=/media/media/podcast.php;");
			aI("text=SC Player;url=http://www.sermonconnect.com/mp3player.php?client_id=117155;target=newwindow;targetfeatures=width=550,height=220");
			}
			
		with(milonic=new menuname("navSC")){
			style=subStyle;
			margin=3;
			left="offset=-10";
			itemwidth=80;
			aI("text=Recent Audio Sermons;url=/media/media/recent.php?mediatype=Audio;");
			aI("text=Archived Audio Sermons;url=/media/media/list.php?mediatype=Audio;");
			aI("text=Recent Video Sermons;url=/media/media/recent.php?mediatype=Video;");
			aI("text=Archived Video Sermons;url=/media/media/list.php?mediatype=Video;");
			aI("text=Podcasting;url=/media/media/podcast.php;");
			}
		with(milonic=new menuname("nav5")){
			style=subStyle;
			margin=3;
			left="offset=-10";
			itemwidth=80;
			aI("text=Pastor's Blog;url=/media/media/bloglist.php;");
			aI("text=Small Groups;url=/smallgroups.php;");
			aI("text=Prayer;url=/prayer.php;");
			aI("text=Photo Gallery;url=/photogallery.php;");
			}


		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			
			orientation="horizontal";
			position="relative";
			
			aI("text=Home;url=/index.php;");
			aI("text=Who We Are;url=/whoweare.php;showmenu=nav4");
			aI("text=Ministries;url=/what.php;showmenu=nav1;");
			aI("text=Calendar;url=/calendar.php;showmenu=nav2;");
			aI("text=Get Connected;showmenu=nav5;");
			aI("text=Online Media;showmenu=navSC;");
		//	aI("text=Staff;url=/staff;");
			aI("text=Missions;url=/missions.php;");
			aI("text=Contact & Directions;url=/contact.php;");
			
		}




drawMenus();


