
_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=150;


with(subStyle=new mm_style()){
styleid=1;
bordercolor="#636363";
borderstyle="solid";
borderwidth="1";
fontfamily="arial, sans-serif";
fontsize="12px";
fontstyle="normal";
offbgcolor="#fafafa";
offcolor="#636363";
onbgcolor="#eaeaea";
oncolor="#000000";
onsubimage="/images/Image/onarrow.gif";
padding="5";
pagebgcolor="#eaeaea";
pagecolor="#000000";
pageimage="/images/Image/onimage.gif";
separatorcolor="#636363";
separatorpadding="1";
separatorwidth="1";
subimage="/images/Image/offarrow.gif";
valign="middle";
}

with(mainStyle=new mm_style()){

}


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

			aI("image=/images/Image/footer_01.jpg;url=http://www.facebook.com/focuschurch;target=_blank;");
			aI("image=/images/Image/footer_02.jpg;url=http://twitter.com/#!/focuschurch;target=_blank;;");
			aI("image=/images/Image/footer_03.jpg;url=http://www.foursquare.org/;target=_blank;;");
			aI("image=/images/Image/footer_04.jpg;url=#;");
		}




drawMenus();
