
_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=150;


with(subStyle=new mm_style()){
onbgcolor="#9EC7DD";
oncolor="#f0f0f0";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
separatorheight="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#f0f0f0";
pagebgcolor="#407A99";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/8000/188HO/arrow.gif";
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)";
pageimage="/images/Image/onimage.gif";
subimage="/images/Image/offarrow.gif";
}

with(mainStyle=new mm_style()){

}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=100;			 
			aI("text=Welcome;url=/welcome.php;");
			aI("text=Who We Are;url=/whoweare.php;");
			aI("text=What to Expect;url=/expect.php;");
			aI("text=What the Bridge Means to Me;url=/bridgetome.php;");			
			aI("text=Contact and Directions;url=/contact.php;");			
			}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=90; 
			aI("text=Reach Up;url=/reachUp.php;"); 
			aI("text=Reach In;url=/reachIn.php;"); 
			aI("text=Reach Out;url=/reachOut.php;"); 
			}
			
		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=85; 
			aI("text=Calendar;url=/calendar.php;");
			aI("text=News;url=/news.php;");
			aI("text=Events;url=/events.php;");
			
			}

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

			aI("image=/images/Image/nav1.jpg;url=/index.php;");
			aI("image=/images/Image/nav2.jpg;url=/welcome.php;showmenu=nav1;");
			aI("image=/images/Image/nav3.jpg;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/119405;");			
			aI("image=/images/Image/nav6.jpg;url=/connected.php;");			
			aI("image=/images/Image/nav7.jpg;url=/giving.php;");			
			aI("image=/images/Image/nav8.jpg;url=/contact.php;");
		}




drawMenus();



