

_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=-51            // Sub menu left offset
_sidetop=200;


with(subStyle=new mm_style()){
onbgcolor="#ababab";
oncolor="#000000";
offbgcolor="#313131";
offcolor="ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ababab";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="000000";
pagebgcolor="#ababab";
headercolor="#000000";
headerbgcolor="#ababab";
subimagepadding="2";
fontweight="none"; 
subimage="/images/Image/arrow.gif";
overfilter="Fade(duration=0.5);Alpha(opacity=85);";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){

}
		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=125;
			overflow="scroll";
			aI("text=About Us;url=/about-faithhighway-services-for-churches.php;");
			aI("text=FAQ's;url=/best-church-software-and-church-website-design-questions.php;");		
			aI("text=History;url=/faithhighway-history.php;");
			aI("text=Success Stories;url=/church-testimonies-using-faithhighway.php;");
			aI("text=News and Events;url=/faithhighway-recent-news.php;");
			aI("text=Careers;url=/faithhighway-employment.php;");
		}
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=125;
			overflow="scroll";
			aI("text=Examples;url=/best-church-marketing-and-church-web-design-solutions.php;");
			aI("text=Success Stories;url=/church-testimonies-using-faithhighway.php;");
			aI("text=Free Consultation;url=/faithhighway-church-marketing-consultation-free-demo.php;");
		}
		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=125;
			overflow="scroll";
			aI("text=Articles;url=/best-church-marketing-and-web-design-articles.php;");
			aI("text=Archives;url=/best-church-marketing-and-web-design-resource-library.php;");
		}
		with(milonic=new menuname("nav4")){
			style=subStyle;
			itemwidth=125;
			overflow="scroll";
			aI("text=Free Demo;url=/faithhighway-church-marketing-consultation-free-demo.php;");
			aI("text=Connect;url=/connect-with-faithhighway-social-media.php;");		
		}
		with(milonic=new menuname("nav5")){
			style=subStyle;
			itemwidth=125;
			overflow="scroll";
			aI("text=Customer Support;url=/faithhighway-customer-service-and-support.php;");
			aI("text=Share Your Story;url=/share-testimonies-using-faithhighway.php;");		
		}
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			aI("url=http://www.faithhighway.com/;image=/images/Image/mainnav1.jpg;overimage=/images/Image/Rmainnav1.jpg;title=faithHighway;");
			aI("url=http://www.faithhighway.com/about-faithhighway-services-for-churches.php;image=/images/Image/mainnav2.jpg;overimage=/images/Image/Rmainnav2.jpg;title=About faithHighway;");
			aI("url=http://www.faithhighway.com/best-church-solutions-marketing-and-website-design.php;image=/images/Image/mainnav3.jpg;overimage=/images/Image/Rmainnav3.jpg;title=faithHighway Solutions;");
			aI("url=http://www.faithhighway.com/best-church-marketing-and-church-web-design-solutions.php;image=/images/Image/mainnav4.jpg;overimage=/images/Image/Rmainnav4.jpg;title=faithHighway Portfolio;");
			aI("url=http://www.faithhighway.com/best-church-marketing-and-web-design-articles.php;image=/images/Image/mainnav5.jpg;overimage=/images/Image/Rmainnav5.jpg;title=faithHighway Articles;");
			aI("url=http://www.faithhighway.com/faithhighway-church-marketing-consultation-free-demo.php;image=/images/Image/mainnav6.jpg;overimage=/images/Image/Rmainnav6.jpg;title=Contact faithHighway;");
			aI("url=http://www.faithhighway.com/faithhighway-customer-service-and-support.php;image=/images/Image/mainnav7.jpg;overimage=/images/Image/Rmainnav7.jpg;title=For faithHighway Clients;");
			aI("image=/images/Image/mainnav8.jpg;title=faithHighway;");

		}

drawMenus();


