/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'tw':'_self','tt':'','st':'140','sw':'64'}],
	['About Us', '', {'tw':'_self','tt':'','sw':'90'},
		['School Calendar', '/PDFs/20112012calendar.pdf', {'tw':'_blank','tt':''}],	
/*		['Newsletters', '', {'tw':'_self','tt':''},
			['March 2011', '/newsletters/201103.pdf', {'tw':'_blank','tt':''}],			
			['February 2011', '/newsletters/201102.pdf', {'tw':'_blank','tt':''}],
			['January 2011', '/newsletters/201101.pdf', {'tw':'_blank','tt':''}],			
			['October 2010', '/newsletters/201010.pdf', {'tw':'_blank','tt':''}],
			['September 2010', '/newsletters/201009.pdf', {'tw':'_blank','tt':''}],
		],	*/
		['Board of Directors', '', {'tw':'_self','tt':'','sw':'119'},
			['Board and Staff Contact Information', '/PDFs/20112012boardcontactlist.pdf', {'tw':'_blank','tt':''}],
			['Board Meeting Schedule','/PDFs/20112012boardmeetings.pdf', {'tw':'_blank','tt':''}],			
			['Board Meeting<br/>Minutes', '', {'tw':'_self','tt':''}]
		],
		['Staff Bios', '/staff.html', {'tw':'_self','tt':''}],
		['By-Laws and Policies', '/PDFs/CoopByLaws2011-12.pdf', {'tw':'_blank','tt':''}],
		['Handbook', '/PDFs/20102011handbook.pdf', {'tw':'_blank','tt':''}],
],
/*	['Programs', '', {'tw':'_self','tt':'','sw':'109'}, 	],	*/
		['3 Year Program', '', {'tw':'_self','tt':'','sw':'130'},
			['Program Overview', '/3yrolds/3yrold.html', {'tw':'_self','tt':''}],
			['Program Objectives', '/3yrolds/3yroldobjectives.html', {'tw':'_self','tt':''}],
			['Schedule', '/3yrolds/3yroldschedule.html', {'tw':'_self','tt':''}],
			['Field Trips', '/3yrolds/3yroldfieldtrips.html', {'tw':'_self','tt':''}],
		],
		['4 Year Program', '', {'tw':'_self','tt':'','sw':'130'},
			['Program Overview','/4yrolds/4yrold.html', {'tw':'_self','tt':''}],
			['Program Objectives', '/4yrolds/4yroldobjectives.html', {'tw':'_self','tt':''}],
			['Schedule', '/4yrolds/4yroldschedule.html', {'tw':'_self','tt':''}],
			['Field Trips','/4yrolds/4yroldfieldtrips.html', {'tw':'_self','tt':''}],
		],
		['Four Plus', '', {'tw':'_self','tt':'','sw':'90'},
			['Program Overview','/4plus/4plus.html', {'tw':'_self','tt':''}],
			['Program Objectives', '/4plus/4plusobjectives.html', {'tw':'_self','tt':''}],
			['Schedule', '/4plus/4plusschedule.html', {'tw':'_self','tt':''}],
			['Field Trips','/4plus/4plusfieldtrips.html', {'tw':'_self','tt':''}],
		],
		['Camp Lunch Bunch', '/lunchbunch/lunchbunch.html', {'tw':'_self','tt':'','sw':'166'}],
/*			['Program Overview','/lunchbunch/lunchbunch.html', {'tw':'_self','tt':''}], */
/*			['Program Objectives', '/lunchbunch/lbobjectives.html', {'tw':'_self','tt':''}], */
/*			['Schedule', '/lunchbunch/lbschedule.html', {'tw':'_self','tt':''}],  */
/*		], */

	['Forms', '/forms.html', {'tw':'_self','tt':'','sw':'74'}],
	['Testimonials', '/testimonials.html', {'tw':'_self','tt':'','sw':'120'}],
/*		['Registration Information','/register.html', {'tw':'_self','tt':''}],
		['Forms', '/forms.html', {'tw':'_self','tt':''}],
	],*/
	
/*	['Calendar', '', {'tw':'_self','tt':'','sw':'99'},	
		['Monthly Calendar','/calendar.html', {'tw':'_self','tt':''}],

		['Board Meeting Schedule (PDF)','/PDFs/20112012boardmeetings.pdf', {'tw':'_blank','tt':''}]
],*/		
/*	['Useful Articles', 'articles.html', {'tw':'_self','tt':'','sw':'139'}],*/
/*	['Kid\'s Stuff', '', {'tw':'_self','tt':'','sw':'128'},
		['Photos', '/photos.html', {'tw':'_self','tt':''}], */
/*		['Recipes', '/recipes.html', {'tw':'_self','tt':''}],
	],*/
	['Contact Us', '/contactus.html', {'tw':'_self','tt':'','sw':'119'}],
];


