/***********************************************************************************
* Modified/improved by John Gleeson 2007
***********************************************************************************/

	var NoOffFirstLineMenus=5;			// Number of first level items
	
	// main menu items
	var LowBgColor='darkgreen';			// Background color when mouse is not over
	var HighBgColor='lemonchiffon';			// Background color when mouse is over
	var FontLowColor='white';			// Font color when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var BorderColor='black';			// Border color

	// sub menu items
	var LowSubBgColor='darkgreen';			// Background color when mouse is not over (sub menu items)
	var HighSubBgColor='lemonchiffon';			// Background color when mouse is over (sub menu items)
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderSubColor='black';			// Border color for subs

	// common properties
	var BorderColor='black';			// Border color
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0

	var FontFamily="verdana,arial,garamond,sans-serif"	// Font family menu items
	var FontSize=8;				// 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='center';			// 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=.5;			// vertical overlap child/ parent
	var StartTop=30;				// Menu offset x coordinate
	var StartLeft=-20;				// 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=1000;			// 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='';				// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['scripts/tri-green.gif',5,10,'scripts/tridown-green.gif',10,5,'scripts/trileft-green.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("Home","index.html","",4,20,120);
	Menu1_1=new Array("My Approach","index.html#approach","",0,20,120);
	Menu1_2=new Array("Credentials","index.html#credentials","",0,20,120);
	Menu1_3=new Array("Personal","index.html#sketch","",0,20,120);
	Menu1_4=new Array("Privacy Policy","privacy.html","",0,20,120);

	
Menu2=new Array("Articles","article-home.html","",2,20,160);
	Menu2_1=new Array("Infertility","article-home.html#infertility","",2,20,160);
		Menu2_1_1=new Array("The Emotional Side","article-infertbrochure.html","",0,20,160);
		Menu2_1_2=new Array("Holiday Stress","article-infertatholidays.html","",0,20,160);
	Menu2_2=new Array("New Parenthood","article-home.html#newparenthood","",3,20,160);
		Menu2_2_1=new Array("New Baby Blues","article-newbabyblues.html","",0,20,170);
		Menu2_2_2=new Array("To Work or Not, Part 1","article-work1.html","",0,20,170);
		Menu2_2_3=new Array("To Work or Not, Part 2","article-work2.html","",0,20,170);

	
Menu3=new Array("Web & Print Resources","resources-home.html","",8,20,220);
	Menu3_1=new Array("Adoption","resources-adoption.html","",0,20,220);
	Menu3_2=new Array("Infertility","resources-infertility.html","",0,20,220);
	Menu3_3=new Array("Parenting","resources-parenting.html","",0,20,220);
	Menu3_4=new Array("New Parenthood","resources-newparent.html","",0,20,220);
	Menu3_5=new Array("Pregnancy","resources-pregnancy.html","",0,20,220);
	Menu3_6=new Array("Childbirth & Hypnosis","resources-hypnosis.html","",0,20,220);
	Menu3_7=new Array("Sex Therapy","resources-sextherapy.html","",0,20,220);
	Menu3_8=new Array("Additional Resources","resources-home.html#addtnl","",0,20,220);


Menu4=new Array("FAQs","","",2,20,110);
	Menu4_1=new Array("General","faqs-general.html","",0,20,110);
	Menu4_2=new Array("Sex Therapy","faqs-sex-therapy.html","",0,20,110);

	
Menu5=new Array("Admin","","",3,20,160);
	Menu5_1=new Array("Contact Me","contact.html","",0,20,160);
	Menu5_2=new Array("Members Only","member-login.html","",0,20,160);
	Menu5_3=new Array("Manage Appt Calendar","apptmanage.html","",0,20,160);
