
_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="#1d0c05";
offcolor="#ffffff";
onbgcolor="#e07a48";
onborder="1px solid #999999";
oncolor="#ffffff";
onsubimage="/images/Image/onarrow.gif"; 
padding=3;
pagebgcolor="#3f1b0b";
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()){

}

		with(milonic=new menuname("homeNav")){
			style=subStyle;
			left="offset=60";
			aI("text=Church Home;url=/;"); 
			aI("text=Students Home;url=/youth_home.php;"); 
			aI("text=Children Home;url=/children_home.php;"); 
		}
		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=Who We Are;showmenu=navStaff;"); 
			aI("text=Contact & Directions;url=/contact.php;");  
		}
		with(milonic=new menuname("navStaff")){
			style=subStyle; 
			aI("text=Pastors;url=/staff1.php;");   
			aI("text=Staff ;url=/staff2.php;");   
			//aI("text=Elders ;url=/elders.php;");   
		}
		with(milonic=new menuname("nav2")){
			style=subStyle; 
			left="offset=15";
			aI("text=Students;url=/youth_home.php;");   
			aI("text=Children's ;url=/children_home.php;");   
			aI("text=Adult;url=/ministry1.php;");   
			aI("text=Life Groups;url=/ministry2.php;");   
			aI("text=Impact;url=/ministry3.php;");   
			aI("text=Worship;url=/ministry4.php;");   
		}
		with(milonic=new menuname("nav3")){
			style=subStyle; 
			left="offset=5";
			aI("text=Calendar;url=/calendar.php;");    
			aI("text=News;url=/news.php;");    
			aI("text=Events;url=/events.php;");    
			aI("text=Special Events;url=/specialevents.php;");    
		}
		with(milonic=new menuname("nav4")){
			style=subStyle; 
			left="offset=5";
			aI("text=Get Connected;url=/connected.php;");    
			aI("text=Ministry Opportunities;url=/ministry.php;");  
		}
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1; 
			orientation="horizontal";
			position="relative";
			aI("url=/index.php;image=/images/Image/nav1.jpg;showmenu=homeNav;");
			aI("url=/welcome.php;image=/images/Image/nav2.jpg;showmenu=nav1;");
			aI("image=/images/Image/nav3.jpg;showmenu=nav2;");
			aI("url=/calendar.php;image=/images/Image/nav4.jpg;showmenu=nav3;");
			aI("url=http://sc.fhview.com/sc_customplayer/seriesitems/1/119370;image=/images/Image/nav5.jpg;");
			aI("url=/connected.php;image=/images/Image/nav6.jpg;showmenu=nav4;");
			aI("url=/giving.php;image=/images/Image/nav7.jpg;");
			aI("url=/contact.php;image=/images/Image/nav8.jpg;");
		}

drawMenus();



