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,
		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:'News and Events', url:'/news/index.htm', exp:opmenu[0],
					sub:[
							{html:'Speeches', url:'/news/speeches/index.htm', exp:opmenu[1],
								sub:[
										
										{html:'Eric S. Rosengren, President & CEO', url:'/news/speeches/index.htm#rosengren'},
										{html:'Paul M. Connolly, First Vice President & COO', url:'/news/speeches/index.htm#pmc' }
									]
							},
					
							{html:'Press Releases', url:'/news/press/index.htm'},
							{html:'Conferences and Events', url:'/news/conf/index.htm'}
							
						]
					}
		
				]
}
