

_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()){
styleid=1;
bordercolor="#636363";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="68%";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#636363";
onbgcolor="#EAEAEA";
onborder="1px solid #999999";
oncolor="#000000";
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="#EAEAEA";
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=About Us;url=/about.php;");
			aI("text=What To Expect;url=/expect.php;");
			aI("text=Contact & Directions;url=/contact.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("MainMenu")){
			style=mainStyle;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			valign="top";

			aI("image=/images/Image/Redesign/nav1.jpg;url=/mike.php;");
			aI("image=/images/Image/Redesign/nav2.jpg;url=/speaking.php;");
			aI("image=/images/Image/Redesign/nav3.jpg;url=http://stores2.faithhighway.com/Merchant5/merchant.mvc?Screen=SFNT&Store_Code=MPM&Category_Code=STFTP;");
			aI("image=/images/Image/Redesign/nav4.jpg;url=/contact.php;");
			aI("image=/images/Image/Redesign/nav5.jpg;url=/about.php;");
			aI("image=/images/Image/Redesign/nav6.jpg;");
		
		}




drawMenus();



