
_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="#4DE0FA";
oncolor="#000000";
offbgcolor="#B6B6B6";
offcolor="#000000";
bordercolor="#6A6660";
borderstyle="solid";
borderwidth=1;
separatorcolor="#6A6660";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Verdana";
pagecolor="#000000";
pagebgcolor="#009FDC";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
subimage="/images/Image/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#ffffff', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyleM=new mm_style()){

}

		with(milonic=new menuname("nav1")){
			style=subStyle;
 
			aI("text=Welcome;url=/welcome.php;"); 
			aI("text=What to Expect;url=/expect.php;"); 
			aI("text=What We Believe;url=/believe.php;"); 
			aI("text=Leadership;url=/leadership.php;"); 
			aI("text=Contact & Directions;url=/contact.php;"); 
			
		}			
		with(milonic=new menuname("nav2")){
			style=subStyle;
 
			aI("text=Preschool;url=/childrens_preschool.php;");  
			aI("text=Children;url=/childrens_home.php;");  
			aI("text=Youth;url=/students_home.php;");  
			aI("text=Men;url=/men.php;showmenu=nav7;");  
			aI("text=Women;url=/womens_home.php;");  
			aI("text=Singles;url=/newlysingle.php;"); 
			aI("text=Worship;url=/worship.php;");  
			aI("text=Recreation;url=/recreation_home.php;");  
			aI("text=Need Help with Addiction?;url=/helpwithaddiction.php;"); 
			
		}		

		with(milonic=new menuname("nav7")){
			style=subStyle;
 
			aI("text=Men;url=/men.php;");  
			aI("text=Men's Events;url=/men_events.php;");  
			
		}		

		with(milonic=new menuname("nav5")){
			style=subStyle;
 
			aI("text=Young Singles;url=/youngsingles.php;"); 
			aI("text=Newly Single;url=/newlysingle.php;"); 
			
		}		

		with(milonic=new menuname("nav3")){
			style=subStyle;
 
			aI("text=Calendar;url=http://www.mychurchevents.com/calendar/calendar.aspx?ci=L6I3O9H2J4G1N8;target=_blank;");  
			//aI("text=News;url=/news.php;");  
			//aI("text=Events;url=/events.php;");  
			aI("text=Special Events;url=/specialevents.php;");  
			aI("text=Event Photos;url=/photo.php;"); 
			
		}		

		with(milonic=new menuname("nav4")){
			style=subStyle;
 
			aI("text=Get Connected;url=/connected.php;");  
			aI("text=Prayer;url=/prayer.php;");  
			aI("text=Links;url=/links.php;");  
			aI("text=News;url=/news.php;");  
			aI("text=Event Registration;url=https://webview.shelbyinc.com/app/00482/Default.aspx;target=newwindow;"); 
			aI("text=Online Giving;url=https://webview.shelbyinc.com/app/00482/Default.aspx;target=newwindow;"); 
			
		}		

		with(milonic=new menuname("nav6")){
			style=subStyle;
 
			aI("text=8:00 Worship Music;url=/worship_early.php;");  
			aI("text=10:30 Worship Music;url=/worship_morning.php;");  
			aI("text=Live Streaming Service;url=http://www.alamocitylive.org;target=_blank;");  
			aI("text=Media;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/119628;");  
			aI("text=Blog;url=http://blog.alamocity.org;target=_blank;");  
			aI("text=Media News;url=/media_news.php;");  
			
		}		
		
		with(milonic=new menuname("MainMenu")){
			style=mainStyleM;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			
 
			aI("url=/index.php;image=/images/Image/nav1.jpg;overimage=/images/Image/Rnav1.jpg;");
			aI("url=/welcome.php;image=/images/Image/nav2.jpg;overimage=/images/Image/Rnav2.jpg;showmenu=nav1;");
			aI("url=/childrens_preschool.php;image=/images/Image/nav3.jpg;overimage=/images/Image/Rnav3.jpg;showmenu=nav2;");
			aI("url=http://www.mychurchevents.com/calendar/calendar.aspx?ci=L6I3O9H2J4G1N8;target=_blank;image=/images/Image/nav4.jpg;overimage=/images/Image/Rnav4.jpg;showmenu=nav3;");
			aI("url=http://sc.fhview.com/sc_customplayer/seriesitems/1/119628;image=/images/Image/nav5.jpg;overimage=/images/Image/Rnav5.jpg;showmenu=nav6;");
			aI("url=/connected.php;image=/images/Image/nav6.jpg;overimage=/images/Image/Rnav6.jpg;showmenu=nav4;");
			aI("url=/einvite.php;image=/images/Image/nav7.jpg;overimage=/images/Image/Rnav7.jpg;");
			aI("url=/haveaneed.php;image=/images/Image/nav8.jpg;overimage=/images/Image/Rnav8.jpg;");
			aI("url=/contact.php;image=/images/Image/nav9.jpg;overimage=/images/Image/Rnav9.jpg;");
			//aI("image=/images/Image/nav8.jpg;");
			
		}

drawMenus();



