/****************************************************************************
 *                                                                          *
 *      REMEMBER TO ALSO MAKE THE CHANGES TO THE MAINMENU VERSION           *
 *                                                                          *
 ***************************************************************************/

/* Tigra Menu items structure */

var MENU_ITEMS = [

/**********************************************************************
 *                                                                    *
 *                  THIS IS THE STUDENT ZONE SECTION                  *
 *                                                                    *
 **********************************************************************/

	['Student Zone', null, {'sb':'View the Student Zone'},
	  ['Curriculum Details', null, {'sb':'View the School Curriculum'},
			['Curriculum Overview', 'html/depts/overview.html', {'tw':'_top','sb':'Curriculum Overview'}],
			['English', 'html/depts/english.html', {'tw':'_top','sb':'View the English Department'}],
			['Mathematics', 'html/depts/maths.html', {'tw':'_top','sb':'View the Maths Department'}],
			['Science', 'html/depts/sci.html', {'tw':'_top','sb':'View the Science Department'}],
			['Art & Design', 'html/depts/arts.html', {'tw':'_top','sb':'View the Art & Design Department'}],
			['Performing Arts', null, {'sb':'View the Arts department'},
				['Dance and Drama', 'html/depts/dance.html', {'tw':'_top','sb':'View the Dance and Drama Department'}],
				['Music', 'html/depts/music.html', {'tw':'_top','sb':'View the Music Department'}],
				['School Productions', 'html/depts/productions.html', {'tw':'_top','sb':'View the Latest School Productions'}]
			],
			['Personal Social Dev.', 'html/depts/psd.html', {'tw':'_top','sb':'View the Personal Social Development Page'}],
			['Physical Education', 'html/depts/p.e.html', {'tw':'_top','sb':'View the P.E Department'}],	
			['Business Studies', 'html/depts/business.html', {'tw':'_top','sb':'View the Business Studies Department'}],
			['Humanities', 'html/depts/hums.html', {'tw':'_top','sb':'View the Humanities Department'}],
			['I.C.T', 'html/depts/ict.html', {'tw':'_top','sb':'View the I.T Department'}],
			['Learning Support', 'html/depts/lss.html', {'tw':'_top','sb':'View the L.S.S Department'}],
			['Modern Languages', 'html/depts/modern_languages.html', {'tw':'_top','sb':'View the Languages Department'}],
			['Religious Education', 'html/depts/r.e.html', {'tw':'_top','sb':'View the R.E Department'}],			
			['R.E Website', 'http://www.drcope.com', {'tw':'_blank','sb':'View the R.E Website'}],	
			['Technology', 'html/depts/tech.html', {'tw':'_top','sb':'View the Technology Department'}]
		],
		['External Web Links', null, {'sb':'View the External Website Links'},
			['BBC Bitesize', 'http://www.bbc.co.uk/schools/revision/', {'tw':'_blank','sb':'Visit the BBC website'}],
			['BBC Homepage', 'http://www.bbc.co.uk/', {'tw':'_blank','sb':'Visit the BBC website'}],
			['BBC Schools', 'http://www.bbc.co.uk/schools/', {'tw':'_blank','sb':'Visit the BBC website'}],
			['Google Search', 'http://www.google.co.uk/', {'tw':'_blank','sb':'Use the Google Search Engine'}],
			['Kaleidos 4015', 'https://kaleidos.solgrid.org.uk/StudentSite/', {'tw':'_blank','sb':'Visit the Kaleidos website'}],
			['Kaleidos Support', 'html/news/kaleidos.html', {'tw':'_top','sb':'Visit the Kaleidos website'}],
			['Kudos Online', 'http://kudos-online.co.uk/', {'tw':'_blank','sb':'Visit the Kudos website'}],
			['SAM Learning', 'http://www.samlearning.co.uk/', {'tw':'_blank','sb':'Visit the SAM Learning Website'}],
			['Society of Arts', 'http://www.solihull-online.com/arts.htm', {'tw':'_blank','sb':'Visit the Solihull Society of Arts'}],
			['S-Cool', 'http://www.s-cool.co.uk/', {'tw':'_blank','sb':'Visit the S-Cool Website'}]
		],
		['Student Resources', null, {'sb':'View the Student Resources'},
			['Building Learning Power', 'html/resource/blp.html', {'tw':'_top','sb':'View the Building Learning Power Information'}],
			['Catering Services', 'html/resource/catering.html', {'tw':'_top','sb':'View the Catering Services'}],
			['Coursework Timetable', 'html/resource/timetable.html', {'tw':'_top','sb':'View the Timetable Information'}],
			['Environment Group', 'html/resource/environment_group.html', {'tw':'_top','sb':'View the Environment Group'}],
			['Exam Timetable', 'html/resource/timetable.html', {'tw':'_top','sb':'View the Timetable Information'}],
			['Healthy Schools', 'html/resource/healthy.html', {'tw':'_top','sb':'View the Healthy Schools Information'}],
			['Homework Timetable', 'html/resource/timetable.html', {'tw':'_top','sb':'View the Timetable Information'}],
			['Library Services', 'html/resource/library.html', {'tw':'_top','sb':'View the Library Services'}],
			['Mission Statement', 'html/resource/schoolstatement.html', {'tw':'_top','sb':'View the School Mission Statement'}],
			['School Council', 'html/resource/council.html', {'tw':'_top','sb':'View the School Council Information'}],
			['School Facilities', 'html/resource/facil.html', {'tw':'_top','sb':'View the School Facilities'}],
			['School Policies', 'html/resource/policies.html', {'tw':'_top','sb':'View the School Policies'}],
			['Swipe Card Facilities', 'html/resource/swipe.html', {'tw':'_top','sb':'View the Swipe Card Facilities'}]
		],
		['Visit the Edge', 'http://www.visittheedge.co.uk', {'tw':'_blank','sb':'Visit the edge website'}],
	],
	
/**********************************************************************
 *                                                                    *
 *                  THIS IS THE PARENT ZONE SECTION                   *
 *                                                                    *
 **********************************************************************/

	['Parent Zone', null, {'sb':'View the Parent Resources'},
	    ['About Alderbrook', 'html/resource/about.html', {'tw':'_top','sb':'About Alderbrook School and Arts College'}],
		['About Solihull', 'html/resource/about_solihull.html', {'tw':'_top','sb':'About Solihull'}],
		['Contact Options', 'html/contact/options.html', {'tw':'_top','sb':'View our Contact Information'}],
	  	['Curriculum Details', null, {'sb':'View the School Curriculum'},
			['Curriculum Overview', 'html/depts/overview.html', {'tw':'_top','sb':'Curriculum Overview'}],
			['English', 'html/depts/english.html', {'tw':'_top','sb':'View the English Department'}],
			['Mathematics', 'html/depts/maths.html', {'tw':'_top','sb':'View the Maths Department'}],
			['Science', 'html/depts/sci.html', {'tw':'_top','sb':'View the Science Department'}],
			['Art & Design', 'html/depts/arts.html', {'tw':'_top','sb':'View the Art & Design Department'}],
			['Performing Arts', null, {'sb':'View the Arts department'},
				['Dance and Drama', 'html/depts/dance.html', {'tw':'_top','sb':'View the Dance and Drama Department'}],
				['Music', 'html/depts/music.html', {'tw':'_top','sb':'View the Music Department'}],
				['School Productions', 'html/depts/productions.html', {'tw':'_top','sb':'View the Latest School Productions'}]
			],
			['Personal Social Dev.', 'html/depts/psd.html', {'tw':'_top','sb':'View the Personal Social Development Page'}],
			['Physical Education', 'html/depts/p.e.html', {'tw':'_top','sb':'View the P.E Department'}],	
			['Business Studies', 'html/depts/business.html', {'tw':'_top','sb':'View the Business Studies Department'}],
			['Humanities', 'html/depts/hums.html', {'tw':'_top','sb':'View the Humanities Department'}],
			['I.C.T', 'html/depts/ict.html', {'tw':'_top','sb':'View the I.T Department'}],
			['Learning Support', 'html/depts/lss.html', {'tw':'_top','sb':'View the L.S.S Department'}],
			['Modern Languages', 'html/depts/modern_languages.html', {'tw':'_top','sb':'View the Languages Department'}],
			['Religious Education', 'html/depts/r.e.html', {'tw':'_top','sb':'View the R.E Department'}],			
			['R.E Website', 'http://www.drcope.com', {'tw':'_blank','sb':'View the R.E Website'}],	
			['Technology', 'html/depts/tech.html', {'tw':'_top','sb':'View the Technology Department'}]
		],
		['How To Help Your Child', 'html/resource/help_child.html', {'tw':'_top','sb':'How To Help Your Child Succeed'}],
		['Parent Resources', null, {'sb':'View the Parent Resources'},
			['Building Learning Power', 'html/resource/blp.html', {'tw':'_top','sb':'View the Building Learning Power Information'}],
			['Catering Services', 'html/resource/catering.html', {'tw':'_top','sb':'View the Catering Services'}],
			['Coursework Timetable', 'html/resource/timetable.html', {'tw':'_top','sb':'View the Timetable Information'}],
			['Environment Group', 'html/resource/environment_group.html', {'tw':'_top','sb':'View the Environment Group'}],
			['Exam Timetable', 'html/resource/timetable.html', {'tw':'_top','sb':'View the Timetable Information'}],
			['Healthy Schools', 'html/resource/healthy.html', {'tw':'_top','sb':'View the Healthy Schools Information'}],
			['Homework Timetable', 'html/resource/timetable.html', {'tw':'_top','sb':'View the Timetable Information'}],
			['Library Services', 'html/resource/library.html', {'tw':'_top','sb':'View the Library Services'}],
			['Mission Statement', 'html/resource/schoolstatement.html', {'tw':'_top','sb':'View the School Mission Statement'}],
			['School Council', 'html/resource/council.html', {'tw':'_top','sb':'View the School Council Information'}],
			['School Facilities', 'html/resource/facil.html', {'tw':'_top','sb':'View the School Facilities'}],
			['School Policies', 'html/resource/policies.html', {'tw':'_top','sb':'View the School Policies'}],
			['Swipe Card Facilities', 'html/resource/swipe.html', {'tw':'_top','sb':'View the Swipe Card Facilities'}],
			['School Uniform', 'html/resource/uniform.html', {'tw':'_top','sb':'View the Swipe Card Facilities'}]
		],
		['Pastoral Care', 'html/resource/pastoral.html', {'tw':'_top','sb':'View the Pastoral Care Information'}],
		['School Awards/Results', null, {'sb':'View the School Results'},
			['Exam Results', 'html/results/exam_res.html', {'tw':'_top','sb':'View the Current School Exam Results'}],
			['Ofsted Report', 'html/results/ofsted.html', {'tw':'_top','sb':'View the Current School Ofsted Report'}],
			['School Awards', 'html/results/awards.html', {'tw':'_top','sb':'View the School Awards'}]
		],
		['School Calendar', 'html/resource/calen.html', {'tw':'_top','sb':'Alderbrook School Calendar'}],
		['School Newsletter', 'html/news/newsletter.html', {'tw':'_top','sb':'View our School Newsletters'}],
		['School Prospectus', 'html/resource/prospectus.html', {'tw':'_top','sb':'View the School Prospectus'}],
		['Visit the Edge', 'http://www.visittheedge.co.uk', {'tw':'_blank','sb':'Visit the edge website'}]
	],

/**********************************************************************
 *                                                                    *
 *                  THIS IS THE TEACHER ZONE SECTION                  *
 *                                                                    *
 **********************************************************************/

	['Teacher Zone', null, {'sb':'View the Teacher Resources'},
	  ['Curriculum Details', null, {'sb':'View the School Curriculum'},
			['Curriculum Overview', 'html/depts/overview.html', {'tw':'_top','sb':'Curriculum Overview'}],
			['English', 'html/depts/english.html', {'tw':'_top','sb':'View the English Department'}],
			['Mathematics', 'html/depts/maths.html', {'tw':'_top','sb':'View the Maths Department'}],
			['Science', 'html/depts/sci.html', {'tw':'_top','sb':'View the Science Department'}],
			['Art & Design', 'html/depts/arts.html', {'tw':'_top','sb':'View the Art & Design Department'}],
			['Performing Arts', null, {'sb':'View the Arts department'},
				['Dance and Drama', 'html/depts/dance.html', {'tw':'_top','sb':'View the Dance and Drama Department'}],
				['Music', 'html/depts/music.html', {'tw':'_top','sb':'View the Music Department'}],
				['School Productions', 'html/depts/productions.html', {'tw':'_top','sb':'View the Latest School Productions'}]
			],
			['Personal Social Dev.', 'html/depts/psd.html', {'tw':'_top','sb':'View the Personal Social Development Page'}],
			['Physical Education', 'html/depts/p.e.html', {'tw':'_top','sb':'View the P.E Department'}],	
			['Business Studies', 'html/depts/business.html', {'tw':'_top','sb':'View the Business Studies Department'}],
			['Humanities', 'html/depts/hums.html', {'tw':'_top','sb':'View the Humanities Department'}],
			['I.C.T', 'html/depts/ict.html', {'tw':'_top','sb':'View the I.T Department'}],
			['Learning Support', 'html/depts/lss.html', {'tw':'_top','sb':'View the L.S.S Department'}],
			['Modern Languages', 'html/depts/modern_languages.html', {'tw':'_top','sb':'View the Languages Department'}],
			['Religious Education', 'html/depts/r.e.html', {'tw':'_top','sb':'View the R.E Department'}],			
			['R.E Website', 'http://www.drcope.com', {'tw':'_blank','sb':'View the R.E Website'}],	
			['Technology', 'html/depts/tech.html', {'tw':'_top','sb':'View the Technology Department'}]
		],
		['External Web Links', null, {'sb':'View the External Website Links'},
			['BBC Bitesize', 'http://www.bbc.co.uk/schools/revision/', {'tw':'_blank','sb':'Visit the BBC website'}],
			['BBC Homepage', 'http://www.bbc.co.uk/', {'tw':'_blank','sb':'Visit the BBC website'}],
			['BBC Schools', 'http://www.bbc.co.uk/schools/', {'tw':'_blank','sb':'Visit the BBC website'}],
			['Google Search', 'http://www.google.co.uk/', {'tw':'_blank','sb':'Use the Google Search Engine'}],
			['Kaleidos 4015', 'https://kaleidos.solgrid.org.uk/StudentSite/', {'tw':'_blank','sb':'Visit the Kaleidos website'}],
			['Kaleidos Support', 'html/news/kaleidos.html', {'tw':'_top','sb':'Visit the Kaleidos website'}],
			['Kudos Online', 'http://kudos-online.co.uk/', {'tw':'_blank','sb':'Visit the Kudos website'}],
			['QCA Online', 'http://www.qca.org.uk/', {'tw':'_blank','sb':'Visit the QCA website'}],
			['SAM Learning', 'http://www.samlearning.co.uk/', {'tw':'_blank','sb':'Visit the SAM Learning website'}],
			['Society of Arts', 'http://www.solihull-online.com/arts.htm', {'tw':'_blank','sb':'Visit the Solihull Society of Arts'}],
			['Solgrid', 'http://www.solgrid.org.uk/', {'tw':'_blank','sb':'Visit the Solgrid website'}],
			['Teachernet', 'http://www.teachernet.gov.uk/', {'tw':'_blank','sb':'Visit the Teachernet website'}],
			['TES', 'http://www.tes.co.uk/', {'tw':'_blank','sb':'Visit the TES website'}],
			['S-Cool', 'http://www.s-cool.co.uk/', {'tw':'_blank','sb':'Visit the S-Cool Website'}]
		],
		['School Awards/Results', null, {'sb':'View the School Results'},
			['Exam Results', 'html/results/exam_res.html', {'tw':'_top','sb':'View the Current School Exam Results'}],
			['Ofsted Report', 'html/results/ofsted.html', {'tw':'_top','sb':'View the Current School Ofsted Report'}],
			['School Awards', 'html/results/awards.html', {'tw':'_top','sb':'View the School Awards'}]
		],
		['School Prospectus', 'html/resource/prospectus.html', {'tw':'_top','sb':'View the School Prospectus'}]
	],
	
/**********************************************************************
 *                                                                    *
 *                  THIS IS THE GOVERNOR ZONE SECTION                 *
 *                                                                    *
 **********************************************************************/

	['Governor Zone', null, {'sb':'View the Parent Resources'},
	  ['Curriculum Details', null, {'sb':'View the School Curriculum'},
			['Curriculum Overview', 'html/depts/overview.html', {'tw':'_top','sb':'Curriculum Overview'}],
			['English', 'html/depts/english.html', {'tw':'_top','sb':'View the English Department'}],
			['Mathematics', 'html/depts/maths.html', {'tw':'_top','sb':'View the Maths Department'}],
			['Science', 'html/depts/sci.html', {'tw':'_top','sb':'View the Science Department'}],
			['Art & Design', 'html/depts/arts.html', {'tw':'_top','sb':'View the Art & Design Department'}],
			['Performing Arts', null, {'sb':'View the Arts department'},
				['Dance and Drama', 'html/depts/dance.html', {'tw':'_top','sb':'View the Dance and Drama Department'}],
				['Music', 'html/depts/music.html', {'tw':'_top','sb':'View the Music Department'}],
				['School Productions', 'html/depts/productions.html', {'tw':'_top','sb':'View the Latest School Productions'}]
			],
			['Personal Social Dev.', 'html/depts/psd.html', {'tw':'_top','sb':'View the Personal Social Development Page'}],
			['Physical Education', 'html/depts/p.e.html', {'tw':'_top','sb':'View the P.E Department'}],	
			['Business Studies', 'html/depts/business.html', {'tw':'_top','sb':'View the Business Studies Department'}],
			['Humanities', 'html/depts/hums.html', {'tw':'_top','sb':'View the Humanities Department'}],
			['I.C.T', 'html/depts/ict.html', {'tw':'_top','sb':'View the I.T Department'}],
			['Learning Support', 'html/depts/lss.html', {'tw':'_top','sb':'View the L.S.S Department'}],
			['Modern Languages', 'html/depts/modern_languages.html', {'tw':'_top','sb':'View the Languages Department'}],
			['Religious Education', 'html/depts/r.e.html', {'tw':'_top','sb':'View the R.E Department'}],			
			['R.E Website', 'http://www.drcope.com', {'tw':'_blank','sb':'View the R.E Website'}],	
			['Technology', 'html/depts/tech.html', {'tw':'_top','sb':'View the Technology Department'}]
		],
		['Governor Resources', null, {'sb':'View the Govenor Resources'},
			['Environment Group', 'html/resource/environment_group.html', {'tw':'_top','sb':'View the Environment Group'}],
			['Meetings Calendar', 'html/resource/meet_cal.html', {'tw':'_top','sb':'View the Meetings Calendar'}],
			['Mission Statement', 'html/resource/schoolstatement.html', {'tw':'_top','sb':'View the School Minutes & Agenda'}],
			['School Policies', 'html/resource/policies.html', {'tw':'_top','sb':'View the School Policies'}],
		],
		['School Awards/Results', null, {'sb':'View the School Results'},
			['Exam Results', 'html/results/exam_res.html', {'tw':'_top','sb':'View the Current School Exam Results'}],
			['Ofsted Report', 'html/results/ofsted.html', {'tw':'_top','sb':'View the Current School Ofsted Report'}],
			['School Awards', 'html/results/awards.html', {'tw':'_top','sb':'View the School Awards'}]
		],
		['School Prospectus', 'html/resource/prospectus.html', {'tw':'_top','sb':'View the School Prospectus'}],
		['Visit the Edge', 'http://www.visittheedge.co.uk', {'tw':'_blank','sb':'Visit the edge website'}]
	],

/**********************************************************************
 *                                                                    *
 *                  THIS IS THE VISITOR ZONE SECTION                  *
 *                                                                    *
 **********************************************************************/

	['Visitor Zone', null, {'sb':'View our Prospective Pupil Resources'},
		['About Alderbrook', 'html/resource/about.html', {'tw':'_top','sb':'About Alderbrook School and Arts College'}],
		['About Solihull', 'html/resource/about_solihull.html', {'tw':'_top','sb':'About Solihull'}],
		['Contact Options', 'html/contact/options.html', {'tw':'_top','sb':'View our Contact Information'}],
	  	['Curriculum Overview', 'html/depts/overview.html', {'tw':'_top','sb':'Curriculum Overview'}],
		['School Awards/Results', null, {'sb':'View the School Results'},
			['Exam Results', 'html/results/exam_res.html', {'tw':'_top','sb':'View the Current School Exam Results'}],
			['Ofsted Report', 'html/results/ofsted.html', {'tw':'_top','sb':'View the Current School Ofsted Report'}],
			['School Awards', 'html/results/awards.html', {'tw':'_top','sb':'View the School Awards'}]
		],
		['School Newsletter', 'html/news/newsletter.html', {'tw':'_top','sb':'View our School Newsletters'}],
		['School Prospectus', 'html/resource/prospectus.html', {'tw':'_top','sb':'View the School Prospectus'}],
		['School Resources', null, {'sb':'View the School Resources'},
			['Catering Services', 'html/resource/catering.html', {'tw':'_top','sb':'View the Catering Services'}],
			['Environment Group', 'html/resource/environment_group.html', {'tw':'_top','sb':'View the Environment Group'}],
			['Healthy Schools', 'html/resource/healthy.html', {'tw':'_top','sb':'View the Healthy Schools Information'}],
			['Mission Statement', 'html/resource/schoolstatement.html', {'tw':'_top','sb':'View the School Mission Statement'}],
			['School Council', 'html/resource/council.html', {'tw':'_top','sb':'View the School Council Information'}],
			['School Facilities', 'html/resource/facil.html', {'tw':'_top','sb':'View the School Facilities'}],
			['School Policies', 'html/resource/policies.html', {'tw':'_top','sb':'View the School Policies'}]
		],
		['Visit the Edge', 'http://www.visittheedge.co.uk', {'tw':'_blank','sb':'Visit the edge website'}],
		['Wednesday Club', 'html/depts/wednesdayclub.html', {'tw':'_top','sb':'View the Wednesday Club Information'}],
	]
];

/****************************************************************************
 *                                                                          *
 *      REMEMBER TO ALSO MAKE THE CHANGES TO THE MAINMENU VERSION           *
 *                                                                          *
 ***************************************************************************/