
_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(subStyle=new mm_style()){


onbgcolor="#292929";
oncolor="#ffffff";
offbgcolor="#0D0D0D";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
separatorheight="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#282828";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/8000/188HO/arrow.gif";
onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#EAEAEA', Direction=135, Strength=3)";
pageimage="/images/Image/onimage.gif";
subimage="/images/Image/offarrow.gif";
}

with(mainStyle=new mm_style()){

}
 
 

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			
			orientation="horizontal";
			position="relative";
 
			aI("image=/images/Image/top_link1.jpg;type=header;"); 
			aI("image=/images/Image/top_link2.jpg;overimage=/images/Image/top_Rlink2.jpg;url=http://www.facebook.com/evangelkc;"); 
			aI("image=/images/Image/top_link3.jpg;url=https://evangelkc.ccbchurch.com/w_form_list.php;"); 
			aI("image=/images/Image/top_link4.jpg;url=https://evangelkc.ccbchurch.com/trx_submit.php?type=public_gift;"); 
		}




drawMenus();



