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:1,
				link_class:'leftlinks',
		item_class:'leftlinks2',
		no_images: true,
		one_branch: true,
		dont_resize_back:0
	},
	sub:[
				
			{html:'Banking Information', url:'/bankinfo/index.htm', exp:opmenu[0],
				sub:[
					{html:'Applications', url:'/bankinfo/apps/index.htm'},
					{html:'Conferences', url:'/bankinfo/conevent/index.htm'},
					{html:'Credit and Risk Management', url:'/bankinfo/crm/index.htm', exp:opmenu[4],
					 sub:[
						{html:'Discount Window', url:'/bankinfo/crm/dw.htm'},
						{html:'Payments System Risk', url:'/bankinfo/crm/psr.htm'},
						{html:'Reserve Account Management', url:'/bankinfo/crm/ram.htm'}
								
					]					
				},
					{html:'Federal Reserve Membership', url:'/bankinfo/members/index.htm', exp:opmenu[2],
					 sub:[
						{html:'Frequently Asked Questions', url:'/bankinfo/members/faqs.htm'},
						{html:'Application Process- An Overview', url:'/bankinfo/members/overview.htm'},
						{html:'Application Process- Conversions', url:'/bankinfo/members/conv.htm'},
						{html:'Application Process- De Novos', url:'/bankinfo/members/denovos.htm'},
						{html:'List of Member Banks', url:'/bankinfo/members/list.htm'}
								
					]					
				},	
				{html:'Financial Institution Relations and Outreach', url:'/bankinfo/firo/index.htm'},
					{html:'Publications', url:'/bankinfo/bankpubs.htm'},
					{html:'Quantitative Analysis Unit', url:'/bankinfo/qau/index.htm'},
					{html:'Regulatory Information and Reports', url:'/bankinfo/reginfo/index.htm'},
						
										
					{html:'Structure and Deposit Information', url:'/bankinfo/struct/index.htm'},	
					
					{html:'Supervisory Information and Notification', url:'/bankinfo/supinfo/index.htm'}
					
					]
				}
		
	]
}
