

_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(mainStyleWeb=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ababab";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="000000";
pagebgcolor="#ababab";
headercolor="#000000";
headerbgcolor="#ababab";
fontweight="none"; 
subimage="/images/Image/arrow.gif";
//overfilter="Fade(duration=0.5);Alpha(opacity=85);";
//outfilter="randomdissolve(duration=0.3)";
}

		with(milonic=new menuname("MainMenu")){
			style=mainStyleWeb;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			aI("image=/images/Image/aboutsubnav1.jpg;title=faithHighway;");
			aI("url=http://www.faithhighway.com/about-faithhighway-services-for-churches.php;image=/images/Image/aboutsubnav2.jpg;overimage=/images/Image/aboutsubnav2.jpg;title=About faithHighway;");
			aI("url=http://www.faithhighway.com/best-church-software-and-church-website-design-questions.php;image=/images/Image/aboutsubnav3.jpg;overimage=/images/Image/aboutsubnav3.jpg;title=faithHighway FAQs;");
			aI("url=http://www.faithhighway.com/faithhighway-history.php;image=/images/Image/aboutsubnav4.jpg;overimage=/images/Image/aboutsubnav4.jpg;title=faithHighway History;");
			aI("url=http://www.faithhighway.com/church-testimonies-using-faithhighway.php;image=/images/Image/aboutsubnav5.jpg;overimage=/images/Image/aboutsubnav5.jpg;title=faithHighway Success Stories;");
			aI("url=http://www.faithhighway.com/faithhighway-recent-news.php;image=/images/Image/aboutsubnav6.jpg;overimage=/images/Image/aboutsubnav6.jpg;title=faithHighway News and Events;");
			aI("url=http://www.faithhighway.com/faithhighway-employment.php;image=/images/Image/aboutsubnav7.jpg;overimage=/images/Image/aboutsubnav7.jpg;title=faithHighway Careers;");
			aI("image=/images/Image/aboutsubnav8.jpg;title=faithHighway;");
		}

drawMenus();
