

_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="#b50a00";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding="2";
fontsize="9pt";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#AF554C";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0"; 
}

with(mainStyle=new mm_style()){
 

}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=100;
			aI("text=Welcome;url=/welcome.php;");
			aI("text=Service Info;url=/service.php;");
			aI("text=FAQ;url=/faq.php;");
			aI("text=Virtual Tour;url=http://www.point1.us/T_UT_ChristianLifeCenter/AAA_WORK_CLC_Tour/Tour_clc.html;target=newwindow;");
			aI("text=Mission and Purpose;url=/mission.php;");
			aI("text=Staff;url=/staff.php;");
			aI("text=What We Believe;url=/believe.php;");
			aI("text=Contact & Directions;url=/contact.php;");
			
		}
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;			
			aI("text=Ministries;url=/ministries.php;");
			aI("text=Children;url=/children.php;");
			aI("text=Youth;url=/youth.php;");
			aI("text=School;url=/school.php;");
			aI("text=Adults;url=/men.php;showmenu=nav2A");
			aI("text=Worship and Music;url=/worship.php;");
			aI("text=Outreach;url=/outreach.php;");
			aI("text=Family Ministries;url=/family.php;");
		}
		with(milonic=new menuname("nav2A")){
			style=subStyle;
			itemwidth=100;
			aI("text=Men;url=/men.php;");
			aI("text=Women;url=/women.php;");
			aI("text=College and Career;url=/career.php;");
			aI("text=Singles;url=/singles.php;");
			aI("text=Support Groups;url=/support.php;showmenu=nav2B");
		}
	with(milonic=new menuname("nav2B")){
			style=subStyle;
			itemwidth=100;
			aI("text=Support Groups;url=/support.php;");
			aI("text=Counseling;url=/counseling.php;");
		}

	with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=100;
			aI("text=Calendar;url=/calendar.php;");
			aI("text=Event Photos;url=/event_photos.php;");
		}

	with(milonic=new menuname("nav4")){
			style=subStyle;
			itemwidth=100;
			aI("text=Get Connected;url=/connected.php;");
			aI("text=Prayer & Share;url=/prayer.php;");
			aI("text=Links and Resources;url=/links.php;");
			aI("text=Volunteer Opportunities;url=/volunteer.php;");
		}	
		
	with(milonic=new menuname("nav5")){
			style=subStyle;
			itemwidth=100;
			aI("text=Media Center;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/119502;");
			//aI("text=Photo Gallery;url=/photo.php;");
				aI("text=Event Photos;url=/event_photos.php;");
		}	
		

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

			aI("image=/images/Image/nav_01.jpg;url=/index.php;");
			aI("image=/images/Image/nav_02.jpg;url=/welcome.php;showmenu=nav1;");
			aI("image=/images/Image/nav_03.jpg;url=/ministries.php;showmenu=nav2;");
			aI("image=/images/Image/nav_04.jpg;url=/calendar.php;");			
			aI("image=/images/Image/nav_05.jpg;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/119502;showmenu=nav5;");
			aI("image=/images/Image/nav_06.jpg;url=/connected.php;showmenu=nav4");
			aI("image=/images/Image/nav_07.jpg;url=/bookstore.php;");
			aI("image=/images/Image/nav_08.jpg;url=/contact.php;");
		     
		}




drawMenus();



