/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 2 January 2007 (updated Jan 2nd, 2007 by Nazakat Ali Karim for Opera7)
*	For info write to enquiries@azhtec.co.uk		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=11;			// Number of first level items
	var LowBgColor='darkblue';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=240;				// Menu offset x coordinate
	var StartLeft=15;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/menu/tri.gif',5,10,'/menu/tridown.gif',10,5,'/menu/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","/index.htm","",0,20,170);

Menu2=new Array("About our School","/about/about.htm","",7);
	Menu2_1=new Array("Introduction","/about/about.htm","",0,20,150);
	Menu2_2=new Array("School Information","/about/school_info/school_info.htm","",3);
		Menu2_2_1=new Array("School Uniform","/about/school_uniform_list.pdf","",0,20,150);
		Menu2_2_2=new Array("The School Day","/about/school_info/school_day.htm","",0);
		Menu2_2_3=new Array("Pre-admissions booklet","/parents_section/documents/pre-admission_booklet_08_v1.pdf","",0);
	Menu2_3=new Array("Prospectus","/about/Prospectus_Sept_09.pdf","",0);
	Menu2_4=new Array("Prospectus Insert 2009","/about/2009_prospectus_insert.pdf","",0);
	Menu2_5=new Array("Mission Statement","/about/mission.htm","",0);
	// Menu2_6=new Array("Ofsted Report 2005","http://www.ofsted.gov.uk/reports/119/s5_119814_20051019.htm","",0);
	Menu2_6=new Array("Governors Report","/index.htm","",2);
		Menu2_6_1=new Array("Governors Report 2007","/docs/governors_reports/governors_report_to_parents_2007.pdf","",0,20,200);
		Menu2_6_2=new Array("Governors Reports 2002 - 2006","/index.htm","",5);
			Menu2_6_2_1=new Array("Governors Report 2006","/docs/governors_reports/governors_report_to_parents_2006.pdf","",0,20,150);
			Menu2_6_2_2=new Array("Governors Report 2005","/docs/governors_reports/governors_report_to_parents_2005.pdf","",0);
			Menu2_6_2_3=new Array("Governors Report 2004","/docs/governors_reports/governors_report_to_parents_2004.pdf","",0);
			Menu2_6_2_4=new Array("Governors Report 2003","/docs/governors_reports/governors_report_to_parents_2003.pdf","",0);
			Menu2_6_2_5=new Array("Governors Report 2002","/docs/governors_reports/governors_report_to_parents_2002.pdf","",0);
	Menu2_7=new Array("School Policies","/about/school_policies/school_policies.htm","",0);
		
Menu3=new Array("News and Events","/index.htm","",6);
	Menu3_1=new Array("Communique","/index.htm","",4,20,200);
		Menu3_1_1=new Array("Current 2009-2010","/index.htm","",5,20,150);
			Menu3_1_1_1=new Array("Issue 1 - 21/09/09","/communique/2009_2010/Issue_01.pdf","",0,20,150);
			Menu3_1_1_2=new Array("Issue 2 - Oct 09","/communique/2009_2010/1009.pdf","",0);
			Menu3_1_1_3=new Array("Issue 3 - Nov/Dec 09","/communique/2009_2010/Issue_03.pdf","",0);
			Menu3_1_1_4=new Array("Issue 4 - Dec 09","/communique/2009_2010/Issue_04.pdf","",0);
			Menu3_1_1_5=new Array("Issue 5 - Jan/Feb 2010","/communique/2009_2010/Issue_05.pdf","",0);
		Menu3_1_2=new Array("Archive 2008-2009","/index.htm","",11,20,150);
			Menu3_1_2_1=new Array("Issue 1 - 15/09/08","/communique/2008_2009/Issue_01.pdf","",0,20,150);
			Menu3_1_2_2=new Array("Issue 2 - 29/09/08","/communique/2008_2009/Issue_02.pdf","",0);
			Menu3_1_2_3=new Array("Issue 3 - 20/10/08","/communique/2008_2009/Issue_03.pdf","",0);
			Menu3_1_2_4=new Array("Issue 4 - 17/11/08","/communique/2008_2009/Issue_04.pdf","",0);
			Menu3_1_2_5=new Array("Issue 5 - 08/12/08","/communique/2008_2009/Issue_05.pdf","",0);
			Menu3_1_2_6=new Array("Issue 6 - 12/01/09","/communique/2008_2009/Issue_06.pdf","",0);
			Menu3_1_2_7=new Array("Issue 7 - 23/02/09","/communique/2008_2009/Issue_07.pdf","",0);
			Menu3_1_2_8=new Array("Issue 8 - 30/03/09","/communique/2008_2009/Issue_08_(2009-03-30).pdf","",2);
				Menu3_1_2_8_1=new Array("Issue 8 - 30/03/09","/communique/2008_2009/Issue_08_(2009-03-30).pdf","",0,20,150);
				Menu3_1_2_8_2=new Array("H E Communique Special","/communique/2008_2009/Issue_08_(2009-03-30)_H_E_Communique_Special.pdf","",0,20,150);
			Menu3_1_2_9=new Array("Issue 9 - 29/04/09","/communique/2008_2009/Issue_09_(2009-04-29).pdf","",0);
			Menu3_1_2_10=new Array("Issue 10 - 09/06/09","/communique/2008_2009/Issue_10_(2009-06-09).pdf","",0);
			Menu3_1_2_11=new Array("Issue 11 - 13/07/09","/communique/2008_2009/Issue_11_(2009-07-13).pdf","",0);
		Menu3_1_3=new Array("Archive 2007-2008","/index.htm","",13);
			Menu3_1_3_1=new Array("Issue 1 - 03/09/07","/communique/2007_2008/Issue_01.pdf","",0,20,150);
			Menu3_1_3_2=new Array("Issue 2 - 24/09/07","/communique/2007_2008/Issue_02.pdf","",0);
			Menu3_1_3_3=new Array("Issue 3 - 15/10/07","/communique/2007_2008/Issue_03.pdf","",0);
			Menu3_1_3_4=new Array("Issue 4 - 15/10/07","","",0);
			Menu3_1_3_5=new Array("Issue 5 - 26/11/07","/communique/2007_2008/Issue_05.pdf","",0);
			Menu3_1_3_6=new Array("Issue 6 - 17/12/07","/communique/2007_2008/Issue_06.pdf","",0);
			Menu3_1_3_7=new Array("Issue 7 - 21/01/08","/communique/2007_2008/Issue_07.pdf","",0);
			Menu3_1_3_8=new Array("Issue 8 - 25/02/08","/communique/2007_2008/Issue_08.pdf","",0);
			Menu3_1_3_9=new Array("Issue 9 - 17/03/08","/communique/2007_2008/Issue_09.pdf","",0);
			Menu3_1_3_10=new Array("Issue 10 - 21/04/08","/communique/2007_2008/Issue_10.pdf","",0);
			Menu3_1_3_11=new Array("Issue 11 - 12/05/08","/communique/2007_2008/Issue_11.pdf","",0);
			Menu3_1_3_12=new Array("Issue 12 - 16/06/08","/communique/2007_2008/Issue_12.pdf","",0);
			Menu3_1_3_13=new Array("Issue 13 - 21/07/08","/communique/2007_2008/Issue_13.pdf","",0);
		Menu3_1_4=new Array("Archive 2006-2007","/index.htm","",17);
			Menu3_1_4_1=new Array("Issue 1 - 11/09/06","/communique/2006_2007/Issue_01.pdf","",0,20,150);
			Menu3_1_4_2=new Array("Issue 2 - 25/09/06","/communique/2006_2007/Issue_02.pdf","",0);
			Menu3_1_4_3=new Array("Issue 3 - 09/10/06","/communique/2006_2007/Issue_03.pdf","",0);
			Menu3_1_4_4=new Array("Issue 4 - 30/10/06","/communique/2006_2007/Issue_04.pdf","",0);
			Menu3_1_4_5=new Array("Issue 5 - 13/11/06","/communique/2006_2007/Issue_05.pdf","",0);
			Menu3_1_4_6=new Array("Issue 6 - 27/11/06","/communique/2006_2007/Issue_06.pdf","",0);
			Menu3_1_4_7=new Array("Issue 7 - 11/12/06","/communique/2006_2007/Issue_07.pdf","",0);
			Menu3_1_4_8=new Array("Issue 8 - 15/01/07","/communique/2006_2007/Issue_08.pdf","",0);
			Menu3_1_4_9=new Array("Issue 9 - 29/01/07","/communique/2006_2007/Issue_09.pdf","",0);
			Menu3_1_4_10=new Array("Issue 10 - 26/02/07","/communique/2006_2007/Issue_10.pdf","",0);
			Menu3_1_4_11=new Array("Issue 11 - 12/03/07","/communique/2006_2007/Issue_11.pdf","",0);
			Menu3_1_4_12=new Array("Issue 12 - 26/03/07","/communique/2006_2007/Issue_12.pdf","",0);
			Menu3_1_4_13=new Array("Issue 13 - 23/04/07","/communique/2006_2007/Issue_13.pdf","",0);
			Menu3_1_4_14=new Array("Issue 14 - 14/05/07","/communique/2006_2007/Issue_14.pdf","",0);
			Menu3_1_4_15=new Array("Issue 15 - 04/06/07","/communique/2006_2007/Issue_15.pdf","",0);
			Menu3_1_4_16=new Array("Issue 16 - 25/06/07","/communique/2006_2007/Issue_16.pdf","",0);
			Menu3_1_4_17=new Array("Issue 17 - 02/07/07","/communique/2006_2007/Issue_17.pdf","",0);
		Menu3_1_5=new Array("Archive 2005-2006","/index","",17);
			Menu3_1_5_1=new Array("Issue 1 - 12/09/05","/communique/2005_2006/Issue_01.pdf","",0,20,150);
			Menu3_1_5_2=new Array("Issue 2 - 26/09/05","/communique/2005_2006/Issue_02.pdf","",0);
			Menu3_1_5_3=new Array("Issue 3 - 10/10/05","/communique/2005_2006/Issue_03.pdf","",0);
			Menu3_1_5_4=new Array("Issue 4 - 01/11/05","/communique/2005_2006/Issue_04.pdf","",0);
			Menu3_1_5_5=new Array("Issue 5 - 14/11/05","/communique/2005_2006/Issue_05.pdf","",0);
			Menu3_1_5_6=new Array("Issue 6 - 28/11/05","/communique/2005_2006/Issue_06.pdf","",0);
			Menu3_1_5_7=new Array("Issue 7 - 12/12/05","/communique/2005_2006/Issue_07.pdf","",0);
			Menu3_1_5_8=new Array("Issue 8 - 09/01/06","/communique/2005_2006/Issue_08.pdf","",0);
			Menu3_1_5_9=new Array("Issue 9 - 23/01/06","/communique/2005_2006/Issue_09.pdf","",0);
			Menu3_1_5_10=new Array("Issue 10 - 06/02/06","/communique/2005_2006/Issue_10.pdf","",0);
			Menu3_1_5_11=new Array("Issue 11 - 27/02/06","/communique/2005_2006/Issue_11.pdf","",0);
			Menu3_1_5_12=new Array("Issue 12 - 13/03/06","/communique/2005_2006/Issue_12.pdf","",0);
			Menu3_1_5_13=new Array("Issue 13 - 27/03/06","/communique/2005_2006/Issue_13.pdf","",0);
			Menu3_1_5_14=new Array("Issue 14 - 24/04/06","/communique/2005_2006/Issue_14.pdf","",0);
			Menu3_1_5_15=new Array("Issue 15 - 08/05/06","/communique/2005_2006/Issue_15.pdf","",0);
			Menu3_1_5_16=new Array("Issue 16 - 22/05/06","/communique/2005_2006/Issue_16.pdf","",0);
			Menu3_1_5_17=new Array("Issue 17 - 12/06/06","/communique/2005_2006/Issue_17.pdf","",0);
	Menu3_2=new Array("Results Day 2009","/events/Results_Day_2009.htm","",0);
	Menu3_3=new Array("Valedictory Dinner 2009","/events/Valedictory_Dinner_2009.htm","",0);
	Menu3_4=new Array("Years 8-11 Prize Night 2008","/events/Years_8-11_Prize_Night_25th_Nov_2008.htm","",0);
	Menu3_5=new Array("School Leavers Prize Night 2008","/events/School_Leavers_Prize_Night_18th_Nov_2008.htm","",0);
	Menu3_6=new Array("Archived Events","index.htm","",2);
		Menu3_6_1=new Array("2007","index.htm","",3,20,150);
			Menu3_6_1_1=new Array("Prize Night 2007","/events/archived_events/2007_2008/prize_evening_2007/prize_evening_2007_p1.htm","",0,20,200);
			Menu3_6_1_2=new Array("School Leavers Prize Night 2007","/events/school_leavers_prize_evening_2007/school_leavers_prize_evening_2007_p1.htm","",0);
			Menu3_6_1_3=new Array("Results Day 2007","/events/archived_events/2007_2008/results_day_2007/results_day_2007_p1.htm","",0);
		Menu3_6_2=new Array("2006","index.htm","",1);
			Menu3_6_2_1=new Array("Prize Night 2006","/events/archived_events/2006_2007/prize_night_2006/prize_night_2006_p1.htm","",0,20,200);
	
		
Menu4=new Array("Parents Section","javascript:top.location.href='index.htm'","",8);
	Menu4_1=new Array("School Information","/about/school_info/school_info.htm","",3,20,300);
		Menu4_1_1=new Array("School Uniform","/about/school_uniform_list.pdf","",0,20,150);
		Menu4_1_2=new Array("The School Day","/about/school_info/school_day.htm","",0);
		Menu4_1_3=new Array("Pre-admissions booklet","/parents_section/documents/pre-admission_booklet_08_v1.pdf","",0);
	Menu4_2=new Array("Holiday absence form","/docs/holiday_absence_form.pdf","",0);
	Menu4_3=new Array("The School Shop","javascript:top.location.href='index.htm'","",1);
		Menu4_3_1=new Array("Uniform/Stationary Order Form","/parents_section/School_Shop/School_Uniform_and_Stationary_Order_Form_v2.pdf","",0,20,200);
	Menu4_4=new Array("ATS - P.T.A","/parents_section/pta","",3);
		Menu4_4_1=new Array("P.T.A Information","/parents_section/pta","",0,20,200);
		Menu4_4_2=new Array("P.T.A News","/parents_section/pta/PTA_News.pdf","",0);
		Menu4_4_3=new Array("P.T.A 500 Club","/parents_section/pta/PTA_500_Join_v1.pdf","",0);
	Menu4_5=new Array("Adult Learning","/parents_section/adult_learning/index.htm","",1,20,150);
		Menu4_5_1=new Array("Adult Learning - Home","/parents_section/adult_learning/index.htm","",0,20,250);
	// Menu4_6=new Array("Parenting Support and Courses","/parents_section/parenting_support/home.htm","",0);
	Menu4_6=new Array("Swine Flu Letter - (09-07-09)","/parents_section/swine_flu_letter_09-07-2009.pdf","",0);
	Menu4_7=new Array("Parents Section - VLE (Moodle)","http://vle.archbishoptemple.lancs.sch.uk/course/view.php?id=497","",0);
	Menu4_8=new Array("Interim report parents survey results","/parents_section/Parental_Responses_to_Interim_1_Questionnaire.pdf","",0);

Menu5=new Array("Staff Section","javascript:top.location.href='/staff_section/login.php'","",0);


Menu6=new Array("Departments","/index.htm","",12);
	Menu6_1=new Array("English","/departments/english/english.htm","",0,20,140);
	Menu6_2=new Array("ICT","/departments/ICT/ict-homepage.htm","",0);
	Menu6_3=new Array("Maths","/departments/maths/maths.htm","",1);
		Menu6_3_1=new Array("Revision Websites","http://www.mymaths.co.uk","",3,20,140);
			Menu6_3_1_1=new Array("ATS VLE (Moodle)","http://vle.archbishoptemple.lancs.sch.uk","",0,20,140);
			Menu6_3_1_2=new Array("My Maths","http://www.mymaths.co.uk","",0);
			Menu6_3_1_3=new Array("NRICH","http://nrich.maths.org/public/index.php","",0);
	Menu6_4=new Array("Science","/departments/science/science.htm","",0);
	Menu6_5=new Array("Technology","/departments/technology/technology_department.htm","",0);
	Menu6_6=new Array("Modern Languages","/departments/mfl/mfl.htm","",0);
	Menu6_7=new Array("History","/departments/history/history.htm","",0);
	Menu6_8=new Array("Geography","/departments/geography/geography.htm","",0);
	Menu6_9=new Array("Music","/departments/music/music_department.htm","",0);
	Menu6_10=new Array("PE","/departments/PE/pe_department.htm","",0);
	Menu6_11=new Array("Catering","/departments/catering/catering-homepage.htm","",0);
	Menu6_12=new Array("Other","/departments/other/other.htm","",0);
	

Menu7=new Array("Contact Us","/contact.htm","",3);
	Menu7_1=new Array("Contact Info","/contacts/contact.htm","",0,20,140);
	Menu7_2=new Array("How to Find Us","http://www.streetmap.co.uk/newmap.srf?x=353710&y=432056&z=1&sv=353710,432056&st=OSGrid&lu=N&tl=~&ar=y&bi=~&mapp=newmap.srf&searchp=newsearch.srf","",0);
	Menu7_3=new Array("Staff Email Addresses","/contacts/Staff_Contact_List_2009-10_v4.pdf","",0);

Menu8=new Array("Links","/index.htm","",2);
	Menu8_1=new Array("ATS VLE (Moodle)","http://vle.archbishoptemple.lancs.sch.uk","",0,20,140);
	Menu8_2=new Array("Search","/search.htm","",0);
	
Menu9=new Array("Job Vacancies","javascript:top.location.href='jobs.htm'","",2);
	Menu9_1=new Array("Current Job Vacancies","/vacancies/jobs.htm","",0,20,140);
	Menu9_2=new Array("General School Details","/vacancies/school_details.pdf","",0);

Menu10=new Array("School Diary","javascript:top.location.href='index.htm'","",3);
	Menu10_1=new Array("ATS Google Calendar","/school_diary/ats_google_calendar.htm","",0,20,140);
	Menu10_2=new Array("Term dates 2009-10","/school_diary/term_dates_2009_2010.htm","",0);
	Menu10_3=new Array("Term dates 2010-11","/school_diary/term_dates_2010_2011.htm","",0);
	
Menu11=new Array("School Webmail","javascript:top.location.href='http://mail.archbishoptemple.lancs.sch.uk'","",0);
	
