

_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="#EAEAEA";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="000000";
pagebgcolor="#EAEAEA";
headercolor="#000000";
headerbgcolor="#EAEAEA";
subimagepadding="2";
fontweight="bold"; 
subimage="/images/Image/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#EAEAEA', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){

}
		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=100;
			aI("text=About Us;url=/about.php;");
			aI("text=Who is Jesus?;url=/jesus.php;");		
			aI("text=Pastor;url=/pastor.php;");
			aI("text=Contact & Directions;url=/contact.php;");
		}
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			aI("text=Calendar;url=/calendar.php;");
			aI("text=News;url=/news.php;");		
			aI("text=Events;url=/events.php;");
			aI("text=Newsletter;url=/newsletter.php;");
		}
		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=100;
			aI("text=Recent Sermons;url=/media/media/recent.php;");
			aI("text=Archived Sermons;url=/media/media/list.php;");
			aI("text=Sermon Search;url=/media/media/search.php;");
			aI("text=Podcast;url=/media/media/podcst.php;");
		}

	
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			orientation="horizontal";
			position="relative";
			aI("url=/iconnect.php;image=/images/Image/user/homeBtn1.jpg;");
			aI("url=/iserve.php;image=/images/Image/user/homeBtn2.jpg;");
			aI("url=/ishare.php;image=/images/Image/user/homeBtn3.jpg;");
			aI("url=/igrow.php;image=/images/Image/user/homeBtn4.jpg;");
			
		}

drawMenus();



