/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
	['Home','index.htm', {'tw' : '_self'}],
	['About Us','about_us.htm', {'tw' : '_self'}],
	['News and Events',null, null,
	        ['Program Schedule','programs.htm', {'tw' : '_self'}],
	        ['Camp Schedule','camp_schedule.htm', {'tw' : '_self'}],
		['Scholarship News','scholarship_news.htm', {'tw' : '_self'}],
		['Cotton Boll Blog','http://www.cottonboll.blogspot.com/', {'tw' : 'content'}],
		
	],
	['Documents',null, null,
	        ['Applications','applications.htm', {'tw' : '_self'}],
		['Forms','forms.htm', {'tw' : '_self'}],      
	],
	['Council Staff','council_staff.htm', {'tw' : '_self'}],
	['Camp Latonka','camp.htm', {'tw' : '_self'}],
	['Just for Girls','just_for_girls.htm', {'tw' : '_self'}],
	['Just for Adults','just_for_adults.htm', {'tw' : '_self'}],
	
	
	/*['Camp', null, null,
		['New Window','http://www.javascript-menu.com/', {'tw' : '_blank'}],
		['Parent Window','http://www.javascript-menu.com/', {'tw' : '_parent'}],
		['Same Frame','http://www.javascript-menu.com/', {'tw' : '_self'}],
	],
	['News and Events', null, null,
		['Level 1 Item 0','another.html', {'tw' : 'content'}],
		['Level 1 Item 1','another.html', {'tw' : 'content'}],
		['Level 1 Item 2','another.html', {'tw' : 'content'}],
		['Level 1 Item 3','another.html', {'tw' : 'content'}],
	],
	['Programs','home.html', {'tw' : 'content'}],
	['Support Us','home.html', {'tw' : 'content'}],
	['Links','home.html', {'tw' : 'content'}],*/
];