
	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='676B90';			// Background color when mouse is over on subs
	var FontLowColor='011E3C';			// Font color when mouse is not over
	var FontSubLowColor='676B90';			// Font color subs when mouse is not over
	var FontHighColor='011E3C';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='011E3C';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=6.5;				// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// 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=1;			// 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='navlayer';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// 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 1 or onmouseover 0
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

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

//  HowTo
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);

Menu1=new Array("Overview  |","Overview/overview.html","",12,18,65);
	Menu1_1=new Array("Headmaster's Welcome","Overview/hmwelcome.html","",0,20,160);
	Menu1_2=new Array("Virtual Tour","Overview/virtualtour1.html","",0);
	Menu1_3=new Array("Benefits of Boys Only","Overview/boys.html","",0);
	Menu1_4=new Array("Benefits of Boarding","Overview/boarding.html","",0);
	Menu1_5=new Array("History, Tradition & Ethos","Overview/trad.html","",0);	
	Menu1_6=new Array("Charities","Overview/charities.html","",0);
	Menu1_7=new Array("Annual Reports","Overview/ar.html","",0);
	Menu1_8=new Array("HM Inspection Reports","Overview/hmir.html","",0);
	Menu1_9=new Array("Boys' views","Overview/day.html","",0);
	Menu1_10=new Array("Governors","Overview/governors.html","",0);
	Menu1_11=new Array("Child Protection","Overview/cpp.html","",0);
	Menu1_12=new Array("How to Find Us","Overview/findus.html","",0);

Menu2=new Array("School  |","School/school.html","",3,18,53);
	Menu2_1=new Array("Sixth Form","School/sixform.html","",0,20,160);	
	Menu2_2=new Array("Senior","School/senior.html","",0);
	Menu2_3=new Array("Junior - Pringle","juniors/index.html","",0);

Menu3=new Array("Parents  |","Parents/parents.html","",9,18,60);
	Menu3_1=new Array("Useful Information","Parents/info.html","",0,20,160);
	Menu3_2=new Array("Transport","Parents/transport.html","",0);
	Menu3_3=new Array("Calendar","Parents/calendar.html","",0);
	Menu3_4=new Array("News & Events","Parents/news.html","",0);
	Menu3_5=new Array("Girls' School Links","Parents/girls.html","",0);
	Menu3_6=new Array("Catering & Domestic","Parents/meals.html","",0);
	Menu3_7=new Array("Uniforms","Parents/uniform.html","",0);
	Menu3_8=new Array("Houses","Parents/houses.html","",0);
	Menu3_9=new Array("Chaplaincy","Parents/chaplaincy.html","",0);

Menu4=new Array("Academic  |","Academic/academic.html","",7,18,68);
	Menu4_1=new Array("Curriculum","Academic/curric.html","",0,20,160);
	Menu4_2=new Array("Results & Achievements","Academic/results.html","",0);
	Menu4_3=new Array("Universities","Academic/univ.html","",0);
	Menu4_4=new Array("Value Added","Academic/valadd.html","",0);
	Menu4_5=new Array("Careers","Academic/careers.html","",0);
	Menu4_6=new Array("Departments","Academic/dpts.html","",0);Menu4_7=new Array("Library","Academic/library.html","",0);

Menu5=new Array("Co-curricular  |","Cocurric/cocurric.html","",6,18,85);
	Menu5_1=new Array("Music","Cocurric/music.html","",0,20,160);
	Menu5_2=new Array("Drama","Cocurric/drama.html","",0);
	Menu5_3=new Array("Debating","Cocurric/debate.html","",0);
	Menu5_4=new Array("Outdoor Education","Cocurric/outdoor.html","",0);
	Menu5_5=new Array("Community Service","Cocurric/charities.html","",0);
	Menu5_6=new Array("Sport","Cocurric/sport.html","",0);
	
Menu6=new Array("Admissions  |","Admissions/admissions.html","",8,18,76);
	Menu6_1=new Array("Admissions Process","Admissions/process.html","",0,20,160);
	Menu6_2=new Array("Prospectus and Literature","zisp/mailer?id=01","",0);
	Menu6_3=new Array("School Visits","Admissions/visit.html","",0);
	Menu6_4=new Array("Entrance Assessments","Admissions/assmts.html","",0);
	Menu6_5=new Array("Scholarships and Bursaries","Admissions/awards.html","",0);
	Menu6_6=new Array("International Students","Admissions/overseas.html","",0);
	Menu6_7=new Array("After enrolment...","Admissions/afterwards.html","",0);
	Menu6_8=new Array("Fees","Admissions/fees.html","",0);

Menu7=new Array("Merchistonian  |","Merchistonian/club.html","",7,18,90);
	Menu7_1=new Array("Merchistonian Club","Merchistonian/club.html","",0,20,160);
	Menu7_2=new Array("Events Calendar","Merchistonian/cal.html","",0);
	Menu7_3=new Array("News","Merchistonian/events.html","",0);
	Menu7_4=new Array("Sport","Merchistonian/msport.html","",0);
	Menu7_5=new Array("Merchandise","Merchistonian/merchand.html","",0);
	Menu7_6=new Array("Update your details","Merchistonian/regmerch.html","",0);
	Menu7_7=new Array("Contact Us","Merchistonian/contact.html","",0);
	
Menu8=new Array("Development","Development/develop.html","",7,18,75);
	Menu8_1=new Array("Why Support Us?","Development/support.html","",0,20,160);
	Menu8_2=new Array("Development Report","Development/report.html","",0);
	Menu8_3=new Array("Development Team","Development/team.html","",0);
	Menu8_4=new Array("Annual Fund","../Development/fund.html","",0);
	Menu8_5=new Array("Legacies","../Development/legacies.html","",0);
	Menu8_6=new Array("Donations","../Development/donate.html","",0);
	Menu8_7=new Array("Contact Us","../Development/contact.html","",0);