
_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=15             // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=150;


with(subStyle=new mm_style()){
onbgcolor="#2a6acc";
oncolor="#f0f0f0";
offbgcolor="#b6b6b6";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#f0f0f0";
pagebgcolor="#17335e";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
subimage="/images/Image/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()){

}


	    with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=60;
			
			overflow="scroll";
			aI("text=Directions;url=/directions.php;");
			aI("text=Your First Visit;url=/first_visit.php;");
		}
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=80;
			left="offset=8";
			
			overflow="scroll";
			aI("text=Purpose and Beliefs;url=/beliefs.php;");
			aI("text=Messages;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/119883;");
			aI("text=Staff;url=/staff.php;");
		}
		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=50;
			left="offset=10";
			
			overflow="scroll";
			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;
			itemwidth=90;
			left="offset=10";
			
			overflow="scroll";
			aI("text=Salvation;url=/salvation.php;");
			aI("text=Worship;url=/worship.php;");
			aI("text=Baptism;url=/baptism.php;");
		}
		with(milonic=new menuname("nav5")){
			style=subStyle;
			itemwidth=135;
			left="offset=10";
			
			overflow="scroll";
			aI("text=Discovery Class;url=/discovery_class.php;");
			aI("text=Church Membership;url=/membership.php;");
			aI("text=Small Groups;url=/small_groups.php;");
			aI("text=Children;url=http://www.TheKidKonnection.com;target=_blank;");
			aI("text=Students;url=http://tequestastudents.net;showmenu=nav7;");
			//aI("text=Jr. High;url=/jrhigh.php;");
		}
		with(milonic=new menuname("nav6")){
			style=subStyle;
			itemwidth=160;
			left="offset=10";
			
			overflow="scroll";
			aI("text=Ministry Opportunities;url=/opportunities.php;");
			aI("text=Invite a Friend;url=/einvite.php;");
		//	aI("text=Online Giving;url=/giving.php;");
		}
		with(milonic=new menuname("nav7")){
			style=subStyle;
			itemwidth=100;
			
			overflow="scroll";
			aI("text=Junior High;url=/student_xlr8.php;");
			aI("text=High School;url=/student_quest.php;");
			aI("text=20 Somethings;url=/student_thrive.php;");
		}

		
		
		

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
		
			orientation="horizontal";
			position="relative";
			itemheight="12px";
			valign="top";

			aI("image=/images/Image/nav1.jpg;url=/index.php;");
			aI("image=/images/Image/nav2.jpg;url=/directions.php;showmenu=nav1;");
			aI("image=/images/Image/nav3.jpg;url=/beliefs.php;showmenu=nav2;");
			aI("image=/images/Image/nav4.jpg;url=/calendar.php;showmenu=nav3;");			
			aI("image=/images/Image/nav5.jpg;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/119883;");
			aI("image=/images/Image/nav6.jpg;url=/salvation.php;showmenu=nav4;");
			aI("image=/images/Image/nav7.jpg;url=http://http://tequestastudents.net/;showmenu=nav5;");
			aI("image=/images/Image/nav8.jpg;url=/opportunities.php;showmenu=nav6;");
			aI("image=/images/Image/nav9.jpg;url=/contact.php;");
		     
		}




drawMenus();



