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:4,
		link_class:'leftlinks',
		item_class:'leftlinks2',
		no_images: true,
		one_branch: true,
		dont_resize_back:0
	},
		sub:[
				
			{html:'Education Resources', url:'/education/index.htm', exp:opmenu[0],
				sub:[
					 {html:'Academic Competitions', url:'/education/competitions/index.htm', exp:opmenu[1],
						sub:[
							{html:'Fed Challenge', url:'/education/competitions/fedchallenge/fedchal.htm'},
							{html:'LifeSmarts', url:'/education/competitions/lifesmarts/index.htm'},
							{html:'MSBA Conference and Competition', url:'/education/competitions/msba/index.htm'}
					]
				},	
					{html:'Classroom at the Workplace', url:'/education/classroom.htm'},
					{html:'Economic Education Programs/Tours', url:'/education/programs.htm'},
					{html:'Economic Education Publications', url:'/education/econedpubs.htm'},
					{html:'Frequently Asked Questions about the Federal Reserve', url:'http://www.frbatlanta.org/fedfaq/search/dsp_faqsearchformUFAQNewBoston.cfm'},
					
					{html:'Online Learning Activities', url:'/education/online/index.htm'},	
		{html:'Personal Financial Education', url:'/consumer/pfe/index.htm'},
				{html:'ResearchNet', url:'/education/ResearchNet/index.htm'},
	{html:'Teacher Workshops', url:'/education/workshops/index.htm'},
	
				{html:'U.S. Currency', url:'/education/currency.htm'}

					]
				}
		
	]
}