
_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="#662966";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
separatorpadding="2";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="verdana, Tahoma, Verdana";
pagecolor="ffffff";
pagebgcolor="#662966";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.3);Alpha(opacity=90);Shadow(color='#662D66', Direction=200, Strength=5)";
outfilter="Fade(duration=0.3)";
}

with(mainStyle=new mm_style()){
onbgcolor="#BC4CBA";
oncolor="#ffffff";
offbgcolor="transparent";
offcolor="ffffff";
bordercolor="transparent";
borderstyle="solid";
borderwidth=1;
separatorcolor="transparent";
separatorsize="1";
separatorwidth="13";
separatorsize="15";
fontsize="11";
fontstyle="normal";
fontfamily="verdana, Tahoma, Verdana";
pagecolor="ffffff";
pagebgcolor="#BC4CBA";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
}
		with(milonic=new menuname("nav1")){
			style=subStyle;
margin=3;
overflow="scroll";
			aI("text=Check Email;url=/checkmail;");
			aI("text=Get Free Email;url=/getfreeemail;");		
		}

		with(milonic=new menuname("nav2")){
			style=subStyle;
margin=3;
			overflow="scroll";
			aI("text=Vision and Logo;url=/believe.php;");	
			aI("text=The Truth Center;url=/faq.php;");
			aI("text=Howard Family Info;url=/pastor.php;");
			aI("text=Broadcast;url=/ministry3.php;");
//			aI("text=Staff;url=/faq;");
//			aI("text=Contact & Directions;url=/smyrna;");		
		}
		
		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=110;
			margin=3;

			overflow="scroll";
			
			aI("text=Outreach;url=/breakthrough.php;");
			aI("text=Daycare;url=http://www.blessedbeginningsclc.org;target=newwindow;");
		}
	
		with(milonic=new menuname("nav4")){
			style=subStyle;
margin=3;
			overflow="scroll";
			aI("text=Calendar;url=/calendar.php;");
			aI("text=Conferences & Seminars;url=/seminars.php;");
			aI("text=Upcoming Events;url=/upcomingevents.php;");
			aI("text=News;url=/news.php;");		
			aI("text=Events;url=/events.php;");
		}

		with(milonic=new menuname("nav5")){
			style=subStyle;
margin=3;
			overflow="scroll";
			aI("text=Online Contributions;url=https://dlq4.donatelinq.net/donatelinq4/default.aspx?MerchantID=LivingTruth;");
			aI("text=Feedback;url=/alert.php;");
			aI("text=Prayer Requests;url=/prayer.php;");
			aI("text=Contact Information;url=/smyrna.php;");
		}
		
		with(milonic=new menuname("nav6")){
			style=subStyle;
			itemwidth=110;

margin=3;
			overflow="scroll";
			aI("text=Smyrna, TN;url=/smyrna.php;");
			aI("text=Gadsden, AL;url=/gadsden.php;");

		}



		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			itemheight=20;
			margin=2;
			
			aI("url=/index.php;text=Home;");
			
			aI("url=/believe.php;text=About The Truth;showmenu=nav2;");
			
			aI("url=/ministry2.php;text=Ministries;showmenu=nav3;");
			
			aI("url=/sermons.php;text=Sermons;");
			
			aI("url=/calendar.php;text=Calendar;showmenu=nav4;");

			aI("url=/connected.php;text=Contact Us;showmenu=nav5;");

			aI("url=/bookstore.php;text=Bookstore;");
		
		}

drawMenus();



