/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'tw':'_self','tt':'','st':'140','sw':'79'}],
	['About Us', '', {'tw':'_self','tt':'','sw':'96'},
	['Newsletters', '', {'tw':'_self','tt':''},
			['May 2010', '/newsletters/201005.pdf', {'tw':'_blank','tt':''}],
			['April 2010', '/newsletters/201004.pdf', {'tw':'_blank','tt':''}],
			['March 2010', '/newsletters/201003.pdf', {'tw':'_blank','tt':''}],	
			['February 2010', '/newsletters/201002.pdf', {'tw':'_blank','tt':''}],	
			['January 2010', '/newsletters/201001.pdf', {'tw':'_blank','tt':''}],	
			['December 2009', '/newsletters/200912.pdf', {'tw':'_blank','tt':''}],	
			['November 2009', '/newsletters/200911.pdf', {'tw':'_blank','tt':''}],			
			['October 2009', '/newsletters/200910.pdf', {'tw':'_blank','tt':''}],	
			['September 2009', '/newsletters/200909.pdf', {'tw':'_blank','tt':''}]		
		],	
		['Board of Directors', '', {'tw':'_self','tt':'','sw':'119'},
			['Board and Staff Contact Information', '/PDFs/20092010boardmembers.pdf', {'tw':'_blank','tt':''}],
			['Board Meeting Schedule','/PDFs/20092010boardmeetings.pdf', {'tw':'_blank','tt':''}],			
			['Board Meeting<br/>Minutes', '', {'tw':'_self','tt':''}]
		],
		['Staff Bios', '/staff.html', {'tw':'_self','tt':''}],
		['By-Laws and Policies', '/PDFs/2010bylaws.pdf', {'tw':'_blank','tt':''}],
		['2009-2010 Handbook', '/PDFs/20092010handbook.pdf', {'tw':'_blank','tt':''}],
],
	['Programs', '', {'tw':'_self','tt':'','sw':'109'},
		['Three Year Olds', '', {'tw':'_self','tt':''},
			['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':''}]
		],
		['Four Year Olds', '', {'tw':'_self','tt':''},
			['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':''}]
		],
		['FourPlus', '', {'tw':'_self','tt':''},
			['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':''}],
			['Newsletters','/4plus/4plusnewsletters.html', {'tw':'_self','tt':''}]
		],
		['Lunch Bunch', '/lunchbunch/lunchbunch.html', {'tw':'_self','tt':''}],
/*			['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':'84'}],
	['Testimonials', '/testimonials.html', {'tw':'_self','tt':'','sw':'130'}],
/*		['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':''}],
		['2009-2010 Summary (PDF)', '/PDFs/20092010calendar.pdf', {'tw':'_blank','tt':''}],
		['Board Meeting Schedule (PDF)','/PDFs/20092010boardmeetings.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'}],
];

