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


with(subStyle=new mm_style()){
onbgcolor="#EAEAEA";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#EAEAEA";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/7000/967HA/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=80);Shadow(color='#829AE4', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){
}


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

			aI("image=/images/Image/btn1.jpg;url=/welcome.php;");
			aI("image=/images/Image/btn2.jpg;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/119569;");
			aI("image=/images/Image/btn3.jpg;url=/prayer.php;");
			aI("image=/images/Image/btn4.jpg;url=http://www.mychurchevents.com/calendar/calendar.aspx?ci=L6N8N8I3F0L6O9L6I3;target=_blank;");
			aI("image=/images/Image/btn5.jpg;url=/photo.php;");
		}




drawMenus();



