/***********************************************************************************
*	(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=8;			// Number of first level items
	var LowBgColor='#6699cc';			// Background color when mouse is not over
	var LowSubBgColor='#a7bbd5';			// Background color when mouse is not over on subs
	var HighBgColor='#a7bbd5';			// Background color when mouse is over
	var HighSubBgColor='#cedaea';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#003366';			// Font color subs when mouse is not over
	var FontHighColor='#003366';			// Font color when mouse is over
	var FontSubHighColor='#003366';			// Font color subs when mouse is over
	var BorderColor='#313131';			// Border color
	var BorderSubColor='#313131';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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=-.02;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=150;				// Menu offset x coordinate
	var StartLeft=86;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=11;				// Left padding
	var LeftMargin=11;				// Left margin
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=800;			// 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=['images/tri.gif',5,10,'tridown.gif',10,5,'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","index.htm","",0,20,153);

Menu2=new Array("Research","research.htm","",0,20,153);

Menu3=new Array("Sadin Institute on Law & Public Policy","","",3, 30);
	Menu3_1=new Array("Advocacy Training Center","advocacy_training_center.htm","",0,20,160);	
	Menu3_2=new Array("Daily Money Management","daily_money_management.htm","",0);
	Menu3_3=new Array("Aging Policy Conference Series","aging_policy_conference.htm","",0,30,160);

Menu4=new Array("Education","","",3);
	Menu4_1=new Array("Certificate Programs","certificate_programs.htm","",0,20,160);	
	Menu4_2=new Array("New York State Training Programs","","",5,35,160);
		Menu4_2_1=new Array("Adult Care Facilities","adult_care_facilities.htm","",0,20,160);
		Menu4_2_2=new Array("Housing Resource System","housing_resource_system.htm","",0);
		Menu4_2_3=new Array("Local District Support & Training","local_district_training.htm","",0,35,160);
		Menu4_2_4=new Array("Management Development Institute","management_development_institure.htm","",0,35,160);
		Menu4_2_5=new Array("Protective Services for Adults","protective_services_adults.htm","",0);
	Menu4_3=new Array("Geriatric Education Center","geriatric_education_center.htm","",0);

Menu5=new Array("Faculty Fellows Program","faculty_fellows_prg.htm","",0);

Menu6=new Array("Publications","","",4);
	Menu6_1=new Array("Brookdale Newsletter","newsletter.htm","",0,20,160);
	Menu6_2=new Array("Benefits Checklist ","benefits_checklist.htm","",0,20,160);
	Menu6_3=new Array("Articles & Abstracts ","articles_abstracts.htm","",0,20,160)
	Menu6_4=new Array("Presentations ","presentations.htm","",0,20,160);
	
Menu7=new Array("Links","links.htm","",0);

Menu8=new Array("About Us","","",6);
	Menu8_1=new Array("Brookdale History","history.htm","",0,20,160);
	Menu8_2=new Array("Mission Statement","mission_statement.htm","",0);
	Menu8_3=new Array("Funders","funders.htm","",0);
	Menu8_4=new Array("Council of Advisors","council_advisors.htm","",0);	
	Menu8_5=new Array("Faculty & Staff","faculty_and_staff.htm","",0);
	Menu8_6=new Array("Jobs @ Brookdale","jobs.htm","",0); 
	