

_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/websubnav1.jpg;");
			aI("url=http://www.faithhighway.com/best-church-websites-and-church-web-design.php;image=/images/Image/websubnav2.jpg;overimage=/images/Image/websubnav2.jpg;title=faithHighway Websites Overview;");
			aI("url=http://www.faithhighway.com/church-websites-and-church-website-design-questions.php;image=/images/Image/websubnav3.jpg;overimage=/images/Image/websubnav3.jpg;title=faithHighway Websites FAQs;");
			aI("url=http://www.faithhighway.com/church-consultation-and-web-content-management-solutions.php;image=/images/Image/websubnav4.jpg;overimage=/images/Image/websubnav4.jpg;title=faithHighway Websites Features and Services;");
			aI("url=http://www.faithhighway.com/getting-started-with-great-church-websites-and-church-web-hosting.php;image=/images/Image/websubnav5.jpg;overimage=/images/Image/websubnav5.jpg;title=Getting Started with faithHighway Websites;");
			aI("url=http://www.faithhighway.com/why-use-faithhighway-custom-church-websites.php;image=/images/Image/websubnav6.jpg;overimage=/images/Image/websubnav6.jpg;title=Why Use faithHighway Websites;");
			aI("image=/images/Image/websubnav7.jpg;");
		}

drawMenus();


