/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='cc3366';			// Background color when mouse is not over
	var LowSubBgColor='cc3366';			// Background color when mouse is not over on subs
	var HighBgColor='cc3366';			// Background color when mouse is over
	var HighSubBgColor='cc3366';			// Background color when mouse is over on subs
	var FontLowColor='ececff';			// Font color when mouse is not over
	var FontSubLowColor='ececff';			// Font color subs when mouse is not over
	var FontHighColor='ccccff';			// Font color when mouse is over
	var FontSubHighColor='ccccff';			// Font color subs when mouse is over
	var BorderColor='cc3366';			// Border color
	var BorderSubColor='660066';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			        // Border between elements 1 or 0
	var FontFamily="arial,sans-serif"		// Font family menu items
	var FontSize=9;					// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=10;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/tri.gif',5,10,'/images/tridown.gif',10,5,'/images/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Pregnancy &amp;<br>Birth Programs","pregnancy_birth.html","",4,35,105);
	Menu1_1=new Array("Childbirth Education<br>and Preparation","pregnancy_birth.html","",1,40,150);	
		Menu1_1_1=new Array("Preparation for<br>Natural Childbirth","pregnancy_birth.html#natural","",0,40,150);	
	Menu1_2=new Array("Parenting<br>Education and<br>Prenatal Preparation<br>for Parenting","pregnancy_birth_2.html","",3,70,150);	
		Menu1_2_1=new Array("Baby Care","pregnancy_birth_2.html#babycare","",0,25,150);	
		Menu1_2_2=new Array("Breastfeeding","pregnancy_birth_2.html#lact","",0,25,150);	
		Menu1_2_3=new Array("Private Sessions","pregnancy_birth_2.html#private","",0,25,150);	
	Menu1_3=new Array("Blessingways and<br>Belly Casts","pregnancy_birth_3.html","",0,40,150);	
	Menu1_4=new Array("Birth Pool<br>Rental","pregnancy_birth_3.html#pool","",0,40,150);	

Menu2=new Array("Parenting<br>Programs","parenting.html","",7,35,105);
	Menu2_1=new Array("New Mother/<br>New Baby Circle","parenting.html","",0,40,150);	
	Menu2_2=new Array("Mothers Meetings","parenting_2.html","",0,25,150);	
	Menu2_3=new Array("Toddler Talks","parenting_3.html","",0,25,150);	
	Menu2_4=new Array("Dads Night Out","parenting_3.html#dads","",0,25,150);	
	Menu2_5=new Array("Advanced Parenting<br>Workshops","parenting_3.html#adv","",0,40,150);	
	Menu2_6=new Array("Attachment Parenting<br>International of<br>Bergen County","parenting_4.html","",0,55,150);	
	Menu2_7=new Array("Baby Slings","parenting_5.html","",0,25,150);	

Menu3=new Array("Breastfeeding<br>Consultation","breastfeeding.html","",0,35,100);

Menu4=new Array("<br>Counseling","counseling.html","",7,35,105);
	Menu4_1=new Array("Early and<br>Pre-Pregnancy<br>Consultation","counseling.html","",0,55,150);	
	Menu4_2=new Array("Prenatal Counseling","counseling.html#pre","",0,25,150);	
	Menu4_3=new Array("Postpartum Counseling","counseling_2.html","",0,25,150);	
	Menu4_4=new Array("Parenting Counseling","counseling_3.html","",0,25,150);	
	Menu4_5=new Array("Women&rsquo;s Health<br>Counseling","counseling_4.html","",0,40,150);	
	Menu4_6=new Array("More Information on<br>Counseling Sessions","counseling_5.html","",0,40,150);	        
	Menu4_7=new Array("About the<br>Therapist","counseling_6.html","",0,40,150);	        

Menu5=new Array("Doula<br>Training","doula_training.html","",4,35,100);
	Menu5_1=new Array("Birth Doula<br>Training Workshops","doula_training.html","",0,40,125);	
	Menu5_2=new Array("Postpartum Doula<br>Training Workshops","doula_training_2.html","",0,40,125);	
	Menu5_3=new Array("Advanced Doula<br>Training Workshops","doula_training_3.html","",0,40,125);	
	Menu5_4=new Array("About the Trainers","doula_training_4.html","",0,25,125);	

Menu6=new Array("About<br>&nbsp;Seventh Moon","about.html","",5,35,105);
	Menu6_1=new Array("Our Philosophy","about.html","",0,25,125);	
	Menu6_2=new Array("Who We Are","about_2.html","",0,25,125);	
	Menu6_3=new Array("Testimonials","about_3.html","",0,25,125);	
	Menu6_4=new Array("Awards","about_4.html","",0,25,125);	
	Menu6_5=new Array("Seventh Moon&rsquo;s<br>Recommended<br>Reading List","about_5.html","",0,55,125);	
	
Menu7=new Array("<br>Contact Us","contact.html","",0,35,100);
