/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
  
  Note from Keith Toomey (12/31/2009): The first menu item has no label (as indicated by 
  no content between the first two apostrophes). The same is true for the 'Letter from 
  CEO' and the last item ('Alumni Success Stories'). These labels will be replaced when we have content.
  
*/

var MENU_ITEMS = [
	/*['','http://www.berkshirefarm.org/EventPress/index.php?categoryid=5', {'_self' : 'content'}],*/
	['Home Page','index.aspx', {'_self' : 'content'}],
	['About Us','', {'_self' : 'content'},
		['Who we are / What we do','who_what.aspx', {'_self' : 'content'}],
		/*['','LetterfromCEO.aspx', {'_self' : 'content'}],*/
		['History of the Farm','history.aspx', {'_self' : 'content'}],
		['Location','location.aspx', {'_self' : 'content'}],
		['Contact Us','contactus.aspx', {'_self' : 'content'}],
	],
	['Board of Directors', null, null,
				['Board of Directors','boardofdirectors.aspx', {'_self' : 'content'}],
	],
	['Treatment Centers', null, null,
		['Intensive Treatment Program','itp.aspx', {'_self' : 'content'}],
		['Residential Treatment Center','rtc.aspx', {'_self' : 'content'}],
	],
	['Berkshire School Programs', null, null,
		['Berkshire School','BerkshireSchool.aspx', {'_self' : 'content'}],
		['After-School Programs', null, null,			
			['Expected Excellence','EEProgram.aspx', {'_self' : 'content'}],
			['Adventure Based Counseling','ABCProgram.aspx', {'_self' : 'content'}],			
			['Power Project','PowerProject.aspx', {'_self' : 'content'}],
		],
	],	
	['Community Based Programs', null, null,
		['Overview','communityoverview.aspx', {'_self' : 'content'}],
		['Stepping Stones','steppingstones.aspx', {'_self' : 'content'}],
		['Turnabout','turnabout.aspx', {'_self' : 'content'}],
		['Home Run','homerunprogram.aspx', {'_self' : 'content'}],
		['Family Connections','familyconnections.aspx', {'_self' : 'content'}],
		['LIFE House','lifehouse.aspx', {'_self' : 'content'}],
		['Medicaid Service Coordination','medicaidservice.aspx', {'_self' : 'content'}],		
	],
	['Foster Care Programs', null, null,
		['Respite Care','respite.aspx', {'_self' : 'content'}],
		['Treatment & Therapeutic Foster Care','TreatmentFosterCare.aspx', {'_self' : 'content'}],
		['How to Become a Foster Parent','tobefosterparent.aspx', {'_self' : 'content'}],
	],
	['Group Homes','grouphomes.aspx', {'_self' : 'content'}],
	['Burnham Youth Safe Center', 'BYSC.aspx', {'_self' : 'content'}],
	['Volunteer Services','volunteerservices.aspx', {'_self' : 'content'}],	
	['Support Berkshire', null, null,
		['Why support Berkshire?','support.aspx', {'_self' : 'content'}],
		['Donate','donateinline.aspx', {'_self' : 'content'}],
		
	],
	['News and Events','http://www.berkshirefarm.org/events.aspx', {'_self' : 'content'}],
	['Jobs at Berkshire','hr.aspx', {'_self' : 'content'}],
	/*['', 'http://www.berkshirefarm.org/EventPress/index.php?categoryid=4', {'_self' : 'content'}],*/
	
];
