

_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()){
onbgcolor="#DED9BF";
oncolor="#5d462d";
offbgcolor="#5D462D";
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="#f0f0f0";
pagebgcolor="#664B35";
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()){
styleid=1;
//bordercolor="transparent";
//borderstyle="solid";
//borderwidth=1;
fontfamily="arial, verdana";
fontsize="14";
fontstyle="normal";
headerbgcolor="transparent";
headerborder=1;
headercolor="transparent";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#B58888";
//onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
//overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#0D4D87', Direction=135, Strength=3)";
padding=2;
pagebgcolor="transparent";
pagecolor="#B58888";
//pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="transparent";
separatorpadding=1;
separatorwidth="4";
separatorsize="15";
//subimage="/images/Image/offarrow.gif";
valign="middle";
fontweight="bold";
menubgcolor="transparent";
}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth="60";
			aI("text=Baby Bottle;url=/baby.php;");
			aI("text=Walk for Life;url=/walk.php;");
			aI("text=Dessert;url=/dessert.php;");
			aI("text=Banquet;url=/banquet.php;");
			aI("text=Special Events;url=/events.php;");
			}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth="190";
			aI("text=Patient Stories;url=/stories.php;");
			aI("text=Patient Bill of Rights;url=/rights.php;");
			aI("text=Post Abortion;url=/post.php;");
			aI("text=Services;url=/services.php;");
			aI("text=KISSN;url=/KISSN.php;");
			}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth="150";
			aI("text=Post Abortion Help;url=/post.php;");
			aI("text=Sexually Active Teen;url=/teen.php;");
			aI("text=Friend in Crisis Pregnancy;url=/friend.php;");
		}
		
		with(milonic=new menuname("nav4")){
			style=subStyle;
			itemwidth="105";
			aI("text=Volunteer with us;url=/volunteer.php;");
			aI("text=B3 Club;url=/club.php;");
			aI("text=Church Involvement;url=/church.php;");
		}
		
		with(milonic=new menuname("nav5")){
			style=subStyle;
			itemwidth="80";
			aI("text=Our Story;url=/story.php;");
			aI("text=Meet Us;url=/meet.php;");
			aI("text=Statement of Faith;url=/faith.php;");
			aI("text=Stats;url=/stats.php;");
		}
		with(milonic=new menuname("nav6")){
			style=subStyle;
			itemwidth="90";
			aI("text=Contact Us;url=/contact.php;");
			aI("text=Let us know how we can pray for you;url=/contact.php;");
		}
		
	
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth="100";
			aI("text=Calendar;url=/calendar.php;");
			aI("text=News;url=/news.php;");
			aI("text=Events;url=/events.php;");
			}

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

			aI("text=HOME;url=/index.php;");
			aI("text=EVENTS;url=/baby.php;showmenu=nav1;");
			aI("text=DONATION;url=/donations.php;");
			aI("text=SERVICES AND PROGRAMS;url=/stories.php;showmenu=nav2;");
			aI("text=ISSUES THAT IMPACT;showmenu=nav3;");		
			aI("text=GET INVOLVED;url=/volunteer.php;showmenu=nav4;");
			aI("text=ABOUT US;url=/story.php;showmenu=nav5;");
			aI("text=CONTACT US;url=/contact.php;showmenu=nav6;");

			
		

		}




drawMenus();



