/***********************************************************************************
*	(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=6;			// Number of first level items
	var LowBgColor='3C77B3';			// Background color when mouse is not over
	var LowSubBgColor='ffffff';			// Background color when mouse is not over on subs
	var HighBgColor='7FA1B6';			// Background color when mouse is over
	var HighSubBgColor='7FA1B6';			// Background color when mouse is over on subs
	var FontLowColor='ffffff';			// Font color when mouse is not over
	var FontSubLowColor='3C77B3';			// Font color subs when mouse is not over
	var FontHighColor='EC008C';			// Font color when mouse is over
	var FontSubHighColor='EC008C';			// Font color subs when mouse is over
	var BorderColor='3C77B3';			// Border color
	var BorderSubColor='3C77B3';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=3;
	var FontFamily="arial,comic sans ms,technical"
	var FontSize=10;	
	var FontBold=1;	
	var FontItalic=1;	
	var MenuTextCentered='center';		
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=0;
	var StartLeft=0;
	var VerCorrect=0;	
	var HorCorrect=0;	
	var LeftPaddng=0;	
	var TopPaddng=3;	
	var FirstLineHorizontal=1;
	var MenuFramesVertical=1;
	var DissapearDelay=1000;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';		
	var SecLineFrame='space';
	var DocTargetFrame='space';		
	var TargetLoc='MenuPos';			
	var HideTop=0;	
	var MenuWrap=1;	
	var RightToLeft=0;	
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;
	var ShowArrow=1;	
	var KeepHilite=1;
	var Arrws=['navigation/tri.gif',5,10,'navigation/tridown.gif',10,5,'navigation/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("Home","javascript:top.location.href='index.htm'","",0,22,110);

Menu2=new Array("Services","javascript:top.location.href='services.htm'","",3,22,110);
    Menu2_1=new Array("Health Advocacy","javascript:top.location.href='health-advocacy.htm'","",0,22,156);
	Menu2_2=new Array("Money, Mail & Medical Insurance Management","javascript:top.location.href='daily-management.htm'","",0,38,150);
	Menu2_3=new Array("Research, Resources & Referrals","javascript:top.location.href='research.htm'","",0,38,120);

Menu3=new Array("About Us","javascript:top.location.href='about.htm'","",0,22,105);

Menu4=new Array("Challenges and Risks","javascript:top.location.href='facts.htm'","",0,22,159);

Menu5=new Array("Testimonials","javascript:top.location.href='testimonials.htm'","",0,22,115);

Menu6=new Array("Contact Us","javascript:top.location.href='contact.htm'","",0,22,119);


