
_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="9pt";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="#2C538C";
offcolor="#ffffff";
onbgcolor="#95C0EA";
onborder="1px solid #999999";
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="#ffffff";
pagecolor="#000000";
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()){

}

		with(milonic=new menuname("nav1")){
			style=subStyle;
 
			aI("text=What is the Tabernacle?;url=/what.php;"); 
			aI("text=Our History;showmenu=navHistory;"); 
			aI("text=Leadership;url=/leadership.php;"); 
			aI("text=Trustees;url=/trustees.php;"); 
			aI("text=Photo Gallery;url=/gallery.php;"); 
			aI("text=Contact Us;url=/contact.php;"); 
		}
		with(milonic=new menuname("navHistory")){
			style=subStyle;
 
			aI("text=Our History;url=/history.php;");   
			aI("text=Timeline;url=/timeline.php;");  
		}
		with(milonic=new menuname("nav2")){
			style=subStyle;
 
			aI("text=Calendar;url=/calendar.php;");  
			aI("text=News;url=/news.php;");  
			aI("text=Events;url=/events.php;");  
		}
		with(milonic=new menuname("nav3")){
			style=subStyle;
 
			aI("text=Sermon Connect;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/119492;");  
			aI("text=Live Stream;url=/LiveStream.php;");     
			aI("text=Store;url=http://stores.faithhighway.com/Merchant5/merchant.mvc?Screen=CTGY&Store_Code=OCTOC&Category_Code=spkraudiocd;");     
		}
		with(milonic=new menuname("nav4")){
			style=subStyle;
 
			aI("text=Vacation Bible School;url=/ch_vacation.php;");   
			aI("text=Sunday School;url=/ch_sundayschool.php;");   
			aI("text=PreSchool;url=/ch_preschool.php;");   
			aI("text=Other Summer Childrens Programs;url=/ch_summer.php;");   
		//	aI("text=Youth;url=#;");   
		}
		with(milonic=new menuname("nav5")){
			style=subStyle;
 
			aI("text=Sunday School;url=/youth_sundayschool.php;");   
			aI("text=Summer Youth Activities;url=/youth_summer.php;");   
			aI("text=After School Program;url=/youth_afterschool.php;");   
			aI("text=Xfactor;url=/youth_Xfactor.php;");       
			aI("text=Summer Camp Opportunities;url=/youth_camp.php;");       
			aI("text=Kull Youth Center;url=/youth_center.php;");       
		}
		with(milonic=new menuname("nav6")){
			style=subStyle;
 
			aI("text=Bookstore;url=http://stores.faithhighway.com/Merchant5/merchant.mvc?Screen=SFNT&Store_Code=OCTOC&Category_Code=STFTP;target=_blank;");       
			aI("text=Media Purchases;url=http://stores.faithhighway.com/Merchant5/merchant.mvc?Screen=CTGY&Store_Code=OCTOC&Category_Code=DWNLDS;target=_blank;");       
		}
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			aI("url=/index.php;image=/images/Image/mainnav1.jpg;");
			aI("url=/what.php;image=/images/Image/mainnav2.jpg;showmenu=nav1;");
			aI("url=/thisweek.php;image=/images/Image/mainnav3.jpg;");
			aI("url=/calendar.php;image=/images/Image/mainnav4.jpg;showmenu=nav2;");
			aI("url=http://sc.fhview.com/sc_customplayer/seriesitems/1/119492;image=/images/Image/mainnav5.jpg;showmenu=nav3;");
			aI("url=/speekers.php;image=/images/Image/mainnav6.jpg;");
			aI("url=/ch_vacation.php;image=/images/Image/mainnav7.jpg;showmenu=nav4;");
			aI("url=/youth_sundayschool.php;image=/images/Image/mainnav8.jpg;showmenu=nav5;");
			aI("image=/images/Image/mainnav9.jpg;showmenu=nav6;");
			aI("url=/contact.php;image=/images/Image/mainnav10.jpg;");
		}

drawMenus();



