

_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="#636363";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="68%";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="#1f1f1f";
offcolor="#ffffff";
onbgcolor="#71d0f6";
onborder="1px solid #17335e";
oncolor="#ffffff";
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)";
padding=3;
pagebgcolor="#17335e";
pagecolor="#ffffff";
pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="#636363";
separatorpadding=1;
separatorwidth="85%";
subimage="/images/Image/offarrow.gif";
valign="middle";
menubgcolor="#ffffff";
}

with(mainStyle=new mm_style()){
styleid=1;
bordercolor="transparent";
borderstyle="solid";
borderwidth=0;
fontfamily="arial, tahoma";
fontsize="11pt";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
onborder="0px solid transparent";
oncolor="#7AD3F7";

padding=3;
pagebgcolor="transparent";
pagecolor="#03739D";

separatoralign="right";
separatorcolor="transparent";
separatorpadding=1;
separatorwidth="85%";
separatorsize="10";

valign="middle";
menubgcolor="transparent";
fontweight="bold";
}

		with(milonic=new menuname("nav1")){
			style=subStyle;
			
			aI("text=Why Elevate?;url=/why.php;");
			aI("text=Staff;showmenu=navStaff;");
			aI("text=History;url=/hostory.php;");
			aI("text=Directions & Service Times;url=/contact.php;");
		}
		with(milonic=new menuname("navStaff")){
			style=subStyle;
			
			aI("text=Staff;url=/staff1.php;");
			aI("text=Leader Info;url=/staff2.php;");
		}
		with(milonic=new menuname("nav2")){
			style=subStyle;
			
			aI("text=Volunteer;url=/volunteer.php;");
			aI("text=Leadership;url=/leadership.php;");
			aI("text=Discipleship;url=/discipleship.php;");
			aI("text=The Band;url=/band.php;");
			aI("text=Drama;url=/drama.php;");
		}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			
			aI("text=Pics;url=/pics.php;");
			aI("text=Commercials;url=/commercials.php;");
			aI("text=Elevate Videos;url=/media/media/list.php?mediatype=Video;");
			aI("text=Sermon Archive;url=/media/media/list.php");
			aI("text=Drama;url=/drama.php;");
		}
		with(milonic=new menuname("nav4")){
			style=subStyle;
			
			aI("text=Missions;url=/missions.php;");
			aI("text=Retreats;url=/retreats.php;");
			aI("text=Weekend;url=/weekend.php;");
		}
		with(milonic=new menuname("nav5")){
			style=subStyle;
			
			aI("text=Info From Joey;url=/infofromjoey.php;");
			aI("text=Request;url=/request.php;");
			aI("text=Contact;url=/contact.php;showmenu=navKris;");
		}
		with(milonic=new menuname("navKris")){
			style=subStyle;
			
			aI("text=Pastor Kris;url=/pastorkris.php;");
		}
		with(milonic=new menuname("navMedia")){
			style=subStyle;
			
			aI("text=Pics;url=/pics.php;");
			aI("text=Commercials;url=/commercials.php;");
			aI("text=Elevate Videos;url=/media/media/list.php?mediatype=Video;");
			aI("text=Sermon Archive;url=/media/media/list.php;");
			aI("text=MP3 Player;url=http://www.sermonconnect.com/mp3player.php?client_id=118996;target=newwindow;targetfeatures=width=550,height=220;");
		}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			aI("text=Home;url=/index.php;");
			aI("text=First Time Guests;url=/guest.php;");
			aI("text=About Us;url=/why.php;showmenu=nav1;");
			aI("text=Calendar;url=/calendar.php;");
			aI("text=Get Connected;url=/media/media/recent.php;showmenu=nav2;");
			aI("text=Media;url=/missions.php;showmenu=navMedia;");
			aI("text=Trips;url=/crossover.php;showmenu=nav4;");
			aI("text=Crossover;url=http://www.crossoverjh.blogspot.com;");
			aI("text=Parents;showmenu=nav5;");
		}

drawMenus();


