

_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("url=http://www.faithhighway.com/best-church-websites-and-church-web-design.php;image=/images/Image/scProductNav1.jpg;overimage=/images/Image/scProductNav1.jpg;title=faithHighway Websites;");
			aI("url=http://www.faithhighway.com/best-church-commercials-and-church-marketing.php;image=/images/Image/scProductNav2.jpg;overimage=/images/Image/scProductNav2.jpg;title=faithHighway Commericals;");
			aI("url=http://www.faithhighway.com/best-church-logos-and-church-marketing.php;image=/images/Image/scProductNav3.jpg;overimage=/images/Image/scProductNav3.jpg;title=faithHighway Design Services;");
			aI("url=http://www.faithhighway.com/church-management-software-and-other-church-software.php;image=/images/Image/scProductNav4.jpg;overimage=/images/Image/scProductNav4.jpg;title=igniteCRM;");
			aI("url=http://www.faithhighway.com/best-church-planting-resources-and-marketing-tools-for-a-church-plant.php;image=/images/Image/scProductNav5.jpg;overimage=/images/Image/scProductNav5.jpg;title=faithHighway Church Planting Tools;");
		}

drawMenus();


