
_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=0              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=150;


with(subStyle=new mm_style()){
onbgcolor="#88191F";
oncolor="#f0f0f0";
offbgcolor="#B2B2B2";
offcolor="#333333";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
separatorpadding="3";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="f0f0f0";
pagebgcolor="#4D0C10";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
subimage="/images/Image/arrow.gif";
overfilter="Fade(duration=0.1);Alpha(opacity=80);Shadow(color='#000000', Direction=150, Strength=5)";
outfilter="Fade(duration=0.3)";
}

with(mainStyle=new mm_style()){

}



		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";

			aI("image=/images/Image/Redesign/top_mainnav.jpg;");
			aI("image=/images/Image/Redesign/top_mainnav1.jpg;url=/backtobeth.php;");
			aI("image=/images/Image/Redesign/top_mainnav2.jpg;url=/weddings.php;");
			aI("image=/images/Image/Redesign/top_mainnav3.jpg;url=https://dlq4.donatelinq.net/qv10/default.aspx?MerchantID=COHope&lnk=eNews - should link to http://www.gocoh.com/enewsletter.php;");
			aI("image=/images/Image/Redesign/top_mainnav4.jpg;url=/enewsletter.php;");			
		}




drawMenus();



