

_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=200;


with(subStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headerborder=1;
headercolor="#000000";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#EAEAEA";
oncolor="#000000";
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)";
padding=2;
pagebgcolor="#EAEAEA";
pagecolor="#000000";
pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="#000000";
separatorpadding=1;
separatorwidth="85%";
subimage="/images/Image/offarrow.gif";
valign="middle";
menubgcolor="#ffffff";
}

with(mainStyle=new mm_style()){
styleid=1; 
fontfamily="arial, tahoma";
fontsize="68%";
fontstyle="normal"; 
imagepadding=3; 
offcolor="#FFFFFF"; 
oncolor="#80ff2c"; 
outfilter="randomdissolve(duration=0.2)"; 
padding=3; 
pagecolor="#80ff2c"; 
separatoralign="right";  
valign="middle";
fontweight="bold"; 
}

		with(milonic=new menuname("nav1")){
			style=subStyle;
			margin=3;
			
			overflow="scroll";
			aI("text=Residential/Group Care;url=/care.php;");
			aI("text=Pregnancy Counseling;url=/service.php;");
			aI("text=Adoption Services;url=/service.php;");
			aI("text=Single Parent Program;url=/program.php;");
			}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			margin=3;
			
			overflow="scroll";
			aI("text=Direct Giving;url=https://dlq4.donatelinq.net/donatelinq4/default.aspx?MerchantID=NMCCH;");
			aI("text=Estate Planning, Wills, and Annuities;url=/planning.php;");
			aI("text=Get Involved;url=/involved.php;");
			aI("text=Employment Opportunities;url=/employment.php;");
			}
		
		with(milonic=new menuname("nav3")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Calendar;url=/calendar.php;");
			aI("text=Monthly News Journal;url=/news.php;");
			aI("text=Gallery of Events;url=/events.php;");
			}
		
		with(milonic=new menuname("nav4")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Children to Champions;url=/champions.php;");
			aI("text=Campus Beautiful (Facilities);url=/campus.php;");
			aI("text=Our Legacy;url=/legacy.php;");
			}
		
		with(milonic=new menuname("nav5")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Location;url=/info.php;");
			aI("text=Contact Staff;url=/contact.php;");
			}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="vertical";
			position="relative";
			itemheight=1;
			margin=0;
			
			aI("text=Home;url=/index.php;");
			aI("text=WE Can Help YOU<br>(Services);url=/care.php;showmenu=nav1;");
			aI("text=YOU Can Help US<br>(Giving);url=/giving.php;showmenu=nav2;");
			aI("text=Check Us Out!;url=/calendar.php;showmenu=nav3;");
			aI("text=What GOD Has Done;url=/champions.php;showmenu=nav4;");
			aI("text=How To Reach Us;url=/info.php;showmenu=nav5;");
			aI("text=Love Coffee, Love Kids;url=http://justlovecoffee.com/nmcch;target=newwindow;");
		}




drawMenus();



