

_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(mainStyle=new mm_style()){
onbgcolor="none";
oncolor="#FCD94B";
offbgcolor="transparent";
offcolor="ffffff";
bordercolor="none";
borderstyle="solid";
borderwidth=1;
separatorcolor="none";
separatorsize="1";
padding=1;
fontweight="bold"; 
fontsize="11";
fontstyle="normal";
fontfamily="Tahoma, Tahoma, Arial";
pagecolor="FFFFFF";
pagebgcolor="none";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
//image="/images/10000/6000/124AT/blankspace.gif";
}

with(subStyle=new mm_style()){
onbgcolor="none";
oncolor="#FCD94B";
offbgcolor="#014C90";
offcolor="ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="none";
separatorsize="1";
padding=2;
fontweight="bold"; 
fontsize="11";
fontstyle="normal";
fontfamily="Tahoma, Tahoma, Arial";
pagecolor="FFFFFF";
pagebgcolor="none";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
}

		with(milonic=new menuname("nav1")){
			style=subStyle;
margin=3;
left=400;			
			overflow="scroll";
			//aI("text=Get Free Email;url=/getfreeemail;");
			aI("text=Check Email;url=http://webmail.faithhighway.com;");		
			}

		with(milonic=new menuname("nav2")){
			style=subStyle;
margin=3;
left=400;
			overflow="scroll";
			aI("text=Elders and Deacons;url=/staff1.php;");
			aI("text=Involvement Minister;url=/staff2.php;");
			aI("text=Senior Minister;url=/staff3.php;");
			}
			with(milonic=new menuname("nav3")){
			style=subStyle;
margin=3;
left=400;
			overflow="scroll";
			aI("text=Ministries;url=/ministry3.php;");
			aI("text=Teen;url=/ministry1.php;");
			aI("text=Childrens;url=/ministry2.php;");
			}
			
			with(milonic=new menuname("nav4")){
			style=subStyle;
margin=3;
left=400;
			overflow="scroll";
			aI("text=Sermons;url=http://www.athenschurchofchrist.org/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/124AT/sermons;");
			aI("text=Recent Sermons;url=/media/media/recent.php;");
			aI("text=Archived Sermons;url=/media/media/list.php;");
			}



		
				
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=115;
			left=100;
			alwaysvisible=1;
			overflow="scroll";
			orientation="vertical";
			position="relative";
			aI("text=Home;url=/index.php;showmenu=nav1;");

			aI("text=About Us;url=/about.php;");
			
			aI("text=Leaders;url=/staff1.php;showmenu=nav2;");
			
			aI("text=Ministries;url=/ministry3.php;showmenu=nav3;");
			
			aI("text=Sermons;url=http://www.athenschurchofchrist.org/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=FaithHighway/10000/6000/124AT/sermons;showmenu=nav4;");

			aI("text=Calendar;url=/calendar.php;");
			
			aI("text=Photo Gallery;url=/photo.php;");

			aI("text=Contact Us/Directions;url=/contact;");

		}




drawMenus();



