/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *	
***********************************************************************************/

	var NoOffFirstLineMenus=4;
	var LowBgColor='white';
	var LowSubBgColor='white';
	var HighBgColor='#872233';
	var HighSubBgColor='#872233';
	var FontLowColor='#872233';
	var FontSubLowColor='#872233';
	var FontHighColor='#FCCE55';
	var FontSubHighColor='white';
	var BorderColor='#666666';
	var BorderSubColor='#666666';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Arial,Helvetica,sans-serif"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered='center';
	var MenuCentered='right';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.5;
	var StartTop=0;
	var StartLeft=0;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1;
	var MenuFramesVertical=0;
	var DissapearDelay=50;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var TargetLoc='';
	var HideTop=0;
	var MenuWrap=1;
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;
	var ShowArrow=1;
	var KeepHilite=1;
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree

// MenuX=newArray("TITLE","url","",NO_OF_SUBMENUS,HEIGHT,WIDTH);

Menu1=new Array("Home","home.htm","",0,20,120);

Menu2=new Array("About Us","","",3,20,120);
	Menu2_1=new Array("Mission Statement","mission.htm","",0,20,120);
	Menu2_2=new Array("Published Docs","","",2,20,120);
		Menu2_2_1=new Array("Financial Controls","../docs/ControlsAssuranceStatement.pdf","",0,20,120);
		Menu2_2_2=new Array("Ofsted Report","../docs/101061_285962.pdf","",0,20,120);
	Menu2_3=new Array("Prospectus","","",7,20,120);
		Menu2_3_1=new Array("Tradition of Achievement","prospectus1.htm","",0,20,150);	
		Menu2_3_2=new Array("Religious Education","prospectus2.htm","",0,20,150);
		Menu2_3_3=new Array("Partnership with Parents","prospectus3.htm","",0,20,150);
		Menu2_3_4=new Array("Teaching & Learning","prospectus4.htm","",0,20,150);
		Menu2_3_5=new Array("Enrichment & Extension","prospectus5.htm","",0,20,150);	
		Menu2_3_6=new Array("Talent to Achieve","prospectus6.htm","",0,20,150);	
		Menu2_3_7=new Array("A Successful Future","prospectus7.htm","",0,20,150);
				
Menu3=new Array("School","","",8);
	//Menu3_1=new Array("Calendar 2008/9","calendar.htm","",0,20,120);
	Menu3_1=new Array("Calendar 2009/10","calendar.htm","",0,20,120);
	Menu3_2=new Array("Don Bosco","bosco.htm","",0,20,120);
	//Menu3_3=new Array("Extranet","https://internal.salesiancollege.co.uk/default.aspx","",0,20,120);
	Menu3_3=new Array("Fronter","https://fronter.com/wandsworth/index.phtml","",0,20,120);
	Menu3_4=new Array("Links","links.htm","",0,20,120);
	Menu3_5=new Array("OWA Email","owa.htm","",0,20,120);
	Menu3_6=new Array("School Song","schoolsong.htm","",0,20,120);
	Menu3_7=new Array("SHARP system","http://salesian.thesharpsystem.com/index.php","",0,20,120);
	Menu3_8=new Array("Vacancies","jobs.htm","",0,20,120);
			
Menu4=new Array("Contact Us","","",2);
	Menu4_1=new Array("Contact Information","contact1.htm","",0,20,120);
	Menu4_2=new Array("How to Find Us","contact2.htm","",0,20,120);


	
	
