/* Tigra Menu items structure */
var MENU_ITEMS = [
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Admissions »', 'index.php?c=admissions&p=ad_home', null,
		["Headmaster's Welcome", 'index.php?c=admissions&p=ad_headmasterletter'],
		['Admissions Information', 'index.php?c=admissions&p=ad_process'],
		['Tuition', 'index.php?c=admissions&p=ad_tuition'],
		/*['Request Information', 'https://app4.renweb.com/renweb/parensweb/NewStudentInquiry.cfm?District=COM-GA&email=julie.collins@communitychristianschool.net&return=www.communitychristianschool.net', {'tw':'_blank'}],*/
		['Contact Us', 'index.php?c=admissions&p=ab_contact']
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Campus Life »', 'index.php?c=campuslife', null,
		['Academics »', 'index.php?c=campuslife&p=ca_academics', null,
		 	['Early Education', 'index.php?c=campuslife&p=ca_ac_earlyeducation'],
			['Elementary', 'index.php?c=campuslife&p=ca_ac_elementary'],
			//['Middle School', 'index.php?c=campuslife&p=ca_ac_middleschool'],
			//['High School', 'index.php?c=campuslife&p=ca_ac_highschool']
			['Middle and High School Profile', 'index.php?c=campuslife&p=ca_ac_hsms']
		],
		['Athletics', 'index.php?c=campuslife&p=ca_athletics', null,
			//['Participation Requirements', 'index.php?c=campuslife&p=ca_at_participation'],
			//['GISA', 'http://www.gisa-schools.org/', {'tw':'_blank'}]
		],
		['Calendar »', null, null,
		 	['11-12 Calendar', 'pdf/11-12_School_Calendar.pdf', {'tw':'_blank'}]
		],
		['Knightlife (ccs blog)', 'http://communitychristianschool.net/knightlife/', {'tw':'_blank'}],
		['Uniform Policies »', null, null,
		 	['11-12 Uniform Policy', 'pdf/Uniform_Policy_11-12.pdf', {'tw':'_blank'}]
		],
		/*['Parent Handbooks »', null, null,
		 	['Early Education Handbook', 'pdf/10-11_EE_Parent_Handbook.pdf', {'tw':'_blank'}],
		 	['Elementary Handbook', 'pdf/10-11_Elementary_Handbook.pdf', {'tw':'_blank'}],
		 	['Middle/High Handbook', 'pdf/10-11_Middle-High_Handbook.pdf', {'tw':'_blank'}]
		],*/
		['School Supply List »', null, null,
		 	['Early Education Supply List', 'pdf/2011-2012_Supply_List_EE.pdf', {'tw':'_blank'}],
		 	['K-12 Supply List', 'pdf/2011-2012_Supply_List_K5-12.pdf', {'tw':'_blank'}]
		],
		['Summer Camp', 'index.php?c=campuslife&p=ca_su_generalinfo', {'tw':'_blank'}]
		//['CCS News', 'index.php?c=campuslife&p=ca_news']
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;About Community »', 'index.php?c=about', null,
		['Our Accreditation', 'index.php?c=about&p=ab_accreditation'],
		['Our Mission & History', 'index.php?c=about&p=ab_history'],
		['Our Staff »', 'index.php?c=about&p=ab_staff', null,
		 	['Administration', 'index.php?c=about&p=ab_staff&staff=admin', {'tw':'_blank'}],
		 	['Early Education', 'index.php?c=about&p=ab_staff&staff=earlyed', {'tw':'_blank'}],
		 	['Elementary', 'index.php?c=about&p=ab_staff&staff=elem', {'tw':'_blank'}],
		 	['Middle & High School', 'index.php?c=about&p=ab_staff&staff=mshs', {'tw':'_blank'}],
		 	['Support Staff', 'index.php?c=about&p=ab_staff&staff=support', {'tw':'_blank'}]
		],
		//['Our Campus', 'index.php?c=about&p=ab_campus'],
		['Job Postings', 'index.php?c=about&p=ab_jobpostings']
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Development »', 'index.php?c=development', null,
		['Meet the Development Staff', 'index.php?c=development&p=dev_meetstaff'],
		['Giving to Community »', null, null,
			['Annual Fund »', null, null,
				['Partners in Education', 'index.php?c=development&p=dev_giv_anu_partners'],
				['Matching Funds', 'index.php?c=development&p=dev_giv_anu_matching']
			],
			['Volunteer Opportunities', 'index.php?c=development&p=dev_giv_volunteering']
		],
		['Parent Teacher Organization »', null, null,
			['What is the Community PTO', 'index.php?c=development&p=dev_pto_whatis'],
			['Club/Organization Descriptions', 'index.php?c=development&p=dev_pto_clubnames'],
			['PTO Fundraising', 'index.php?c=development&p=dev_pto_fundraising']
		]
	],
	/*['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Administration »', null, null,
		['Headmaster’s Welcome', 'index.php?c=administration&p=ad_headmasterletter']
	],*/
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CCS Media', 'index.php?c=campuslife&p=ca_news']/*,
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Online Giving', 'https://ccs.mycharitybox.com/', {'tw':'_blank'}]*/
];

