/***********************************************************************************
*	(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=4;			// Number of first level items
	var LowBgColor='#FFE8F3';			// Background color when mouse is not over
	var LowSubBgColor='#FFE8F3';			// Background color when mouse is not over on subs
	var HighBgColor='#8C9EBD';			// Background color when mouse is over
	var HighSubBgColor='#8C9EBD';			// Background color when mouse is over on subs
	var FontLowColor='#8C9EBD';			// Font color when mouse is not over
	var FontSubLowColor='#8C9EBD';			// Font color subs when mouse is not over
	var FontHighColor='#FFE8F3';			// Font color when mouse is over
	var FontSubHighColor='#FFE8F3';			// Font color subs when mouse is over
	var BorderColor='#FFE8F3';			// Border color
	var BorderSubColor='#8C9EBD';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,comic sans ms,technical"	// 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='left';			// 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=140;				// Menu offset x coordinate
	var StartLeft=163;				// 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=['tri.gif',0,0,'tridown.gif',0,0,'trileft.gif',0,0];	// 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("About Us","AboutUs.htm","",4,20,120);
Menu1_1=new Array("Pat\'s Story","Patsy.htm","",0,20,120);
Menu1_2=new Array("Pat\'s Dream","dream.htm","",0,20,120);
Menu1_3=new Array("Barbara\'s Story","Barbara.htm","",0,20,120);
Menu1_4=new Array("Contact Us","ContactUs.htm","",0,20,120);

Menu2=new Array("In The Spotlight","Spotlight.htm","",1,20,231);
		Menu2_1=new Array("Linda Lansburg, RN, OCN","SpotlightLinda.htm","",0,20,231);

	Menu3=new Array("Cancer Support & Tips","SupportTips.htm","",7,20,210);
	Menu3_1=new Array("Accepting Help", "SupportGifts.htm","",0,20,210);
	Menu3_2=new Array("Choosing A Medical Team", "SupportMedTeam.htm","",0,20,210);
		Menu3_3=new Array("Choosing Bras and Prostheses", "SupportBras.htm","",0,20,210);
		Menu3_4=new Array("Dressing For Treatment", "SupportClothes.htm","",0,20,210);
		Menu3_5=new Array("Dealing With Hair Loss", "SupportHairLoss.htm","",0,20,210);
		Menu3_6=new Array("Alternative Therapies", "AltTherapy.htm","",0,20,210);
		Menu3_7=new Array("Our Favorite Things", "Favorites.htm","",0,20,210);
///Menu6_1=new Array("Daughters Speak Out", "http://www.wired.com","",0,20,200);

	Menu4=new Array("Resources & Links","Resources.htm","",8,20,237);
	Menu4_1=new Array("Becoming Informed","R_General.htm","",0,20,237);
	Menu4_2=new Array("Local Cancer Centers","R_LocalCenters.htm","",0,20,237);
	Menu4_3=new Array("Wigs, Bras and Prostheses","R_Wigs.htm","",0,20,237);
	Menu4_4=new Array("Making a Difference","R_MakeDifference.htm","",0,20,2379);
Menu4_5=new Array("Get Support","R_Support.htm","",0,20,237);
Menu4_6=new Array("Support for Men","R_MenSupport.htm","",0,20,237);
Menu4_7=new Array("Financial Assistance/Information","R_Financial.htm","",0,20,237);
Menu4_8=new Array("Books, Magazines and Pamphlets","R_Books.htm","",0,20,237);
