var opmenu = new Array(); 
opmenu[0] = 1;
for (i = 1; i <= 4; i++)
{
	if (open_str == i){
		opmenu[i] = 1;
	}
	else{
		opmenu[i] = 0;
	}
	
}
var TREE_NODES={
	format:{
		relative:true,
		save_state:0,
		left:0,
		top:0, 
		width:150,
		height:372,
		e_image:"images/fo_p.gif",		 
		c_image:"images/fc_p.gif",		 
		i_image:"images/i_p.gif",
		b_image:'/images/b.gif',
		bgcolor:"#ffffff",
		back_bgcolor:"#ffffff",
		animation:0,
		padding:4,
		level_ident:2,
				link_class:'leftlinks',
		item_class:'leftlinks2',
		no_images: true,
		one_branch: false,
		dont_resize_back:0
	},
		sub:[
				
				{html:'About the Fed', url:'http://www.bos.frb.org/about/index.htm', target:'_parent', exp:opmenu[0],
					sub:[
							{html:'Annual Reports', url:'http://www.bos.frb.org/about/ar/index.htm', target:'_parent'},
														
							{html:'Business Continuity', url:'http://www.bos.frb.org/about/buscont/index.htm', target:'_parent'},
							
							{html:'Careers', url:'http://www.bos.frb.org/about/employment/index.htm', target:'_parent', exp:opmenu[1],
								sub:[
				{html:'Benefits', url:'http://www.bos.frb.org/about/employment/benefits.htm', target:'_parent'},
										
				{html:'Career Development', url:'http://www.bos.frb.org/about/employment/careerdev.htm', target:'_parent'},
										
				{html:'Community Outreach', url:'http://www.bos.frb.org/about/employment/outreach.htm', target:'_parent'},
				
				{html:'Internships', url:'http://www.bos.frb.org/about/employment/internships.htm', target:'_parent'},
																			
				{html:'Search and Apply for Jobs', url:'http://federalreserve.myvurv.com/main/careerportal/default.cfm?szUniqueCareerPortalID=96cbc536-6c34-43a6-b32e-030467454e7c&szIsJobBoard=0', target:'_parent'},
				{html:'Career FAQs', url:'http://www.bos.frb.org/about/employment/faqs.htm', target:'_parent'}
									]
							},
							
							
							
							{html:'Contact Us', url:'http://www.bos.frb.org/about/contacts.htm', target:'_parent'},
							{html:'Directions', url:'http://www.bos.frb.org/about/directions.htm', target:'_parent'},					
							
				
			{html:'Diversity, Inclusion, and Equal Employment Opportunity', url:'http://www.bos.frb.org/about/diversity/index.htm', target:'_parent', exp:opmenu[4],
								sub:[
				{html:'Community Outreach', url:'http://www.bos.frb.org/about/employment/outreach.htm', target:'_parent'},
										
				{html:'Career Development', url:'http://www.bos.frb.org/about/employment/careerdev.htm', target:'_parent'},
										
				{html:'Partnerships and Affiliations', url:'http://www.bos.frb.org/about/diversity/partnerships.htm', target:'_parent'}
				
				]
							},
							{html:'Frequently Asked Questions', url:'http://www.frbatlanta.org/fedfaq/search/dsp_faqsearchformUFAQNewBoston.cfm', target:'_parent'},
							{html:'History', url:'http://www.bos.frb.org/about/history/index.htm', target:'_parent', exp:opmenu[2],
								sub:[
									
										{html:'The First 90 Years of the Boston Fed', url:'http://www.bos.frb.org/about/history/90th.htm', target:'_parent'},
										{html:'Boston Fed Presidents', url:'http://www.bos.frb.org/about/history/presidents.htm', target:'_parent'}
									]
							},
							{html:'Holidays', url:'http://www.bos.frb.org/about/holidays.htm', target:'_parent'},
							{html:'Officers and Directors', url:'http://www.bos.frb.org/about/officers.htm', target:'_parent'},
												

														{html:'Supplier Information', url:'http://www.bos.frb.org/about/suppliers', target:'_parent'},
							{html:'Tours of the Boston Fed', url:'http://www.bos.frb.org/education/programs.htm', target:'_parent'}

							
						]
					}
		
				]
}
