var  launchBtn="<a href=''";

theButtons1=new Array("Welcome","Buildings+and+Facilities","Mission+Statement/Aims","Equal+Opportunities","Parents","Awards+&amp;+Achievements","Contact+Us");
theButtonsURLs1=new Array("index","facilities","missionstatement","equalopportunities","parents","awards","contact");

theButtons2=new Array("School+Curriculum","English","Maths","Science","ICT","Art+and+Design","Geography","History","Design+and+Technology","Religious+Education","Creative+Partnerships");
theButtonsURLs2=new Array("schoolcurriculum","english","maths","science","ict","art","geography","history","designtechnology","re","creativepartnership");

theButtons3=new Array("Gallery","School+Trips","School+Council","Activities");
theButtonsURLs3=new Array("gallery","schooltrips","schoolcouncil","activities");

theButtons4=new Array("Resourcebank - List","Resourcebank Interactive");
theButtonsURLs4=new Array("resourcebank","resourcebank/index");

var topSuffix="1";
thetopButtons1=new Array("About+our+School","School+Curriculum","Extra+Curricular+Activities","Teachers+Resource+Bank");
thetopButtonURLs1=new Array("index","schoolcurriculum","gallery","resourcebank");
thetopButtonImages1=new Array("01","02","03","04");


  
var theSect=wotSect;
var thePage=wotPage;
var buttonNum;

 if (theSect="1"){
 if (thePage=="index") {var buttonNum="1"};
 if (thePage=="facilities") {var buttonNum="2"};
 if (thePage=="missionstatement") {var buttonNum="3"};
 if (thePage=="equalopportunities") {var buttonNum="4"};
 //if (thePage=="staff") {var buttonNum="5"};
 //if (thePage=="governors") {var buttonNum="6"};
 if (thePage=="parents") {var buttonNum="5"};
 if (thePage=="awards") {var buttonNum="6"};
 if (thePage=="contact") {var buttonNum="7"};
 if (thePage=="xxx") {var buttonNum="10"};
 if (thePage=="xxx") {var buttonNum="11"};
 if (thePage=="xxx") {var buttonNum="12"};
 if (thePage=="xxx") {var buttonNum="13"};
 }

 if (theSect="2"){
 if (thePage=="schoolcurriculum") {buttonNum="1"};
 if (thePage=="english") {buttonNum="2"};
 if (thePage=="maths") {buttonNum="3"};
 if (thePage=="science") {buttonNum="4"};
 if (thePage=="ict") {buttonNum="5"};
 if (thePage=="art") {buttonNum="6"};
/*if (thePage=="music") {buttonNum="7"};*/
 if (thePage=="geography") {buttonNum="7"};
 if (thePage=="history") {buttonNum="8"};
 if (thePage=="designtechnology") {buttonNum="9"};
 /*if (thePage=="pe") {buttonNum="11"};*/
 if (thePage=="re") {buttonNum="10"};
/*if (thePage=="phse") {buttonNum="13"};*/
 if (thePage=="creativepartnership") {buttonNum="11"};
 if (thePage=="xxx") {buttonNum="12"};
 if (thePage=="xxx") {buttonNum="13"};
 }
 
 if (theSect="3"){
 if (thePage=="gallery") {buttonNum="1"};
 if (thePage=="schooltrips") {buttonNum="2"};
 if (thePage=="schoolcouncil") {buttonNum="3"};
 if (thePage=="activities") {buttonNum="4"};
 if (thePage=="xxx") {buttonNum="5"};
 if (thePage=="xxx") {buttonNum="6"};
 if (thePage=="xxx") {buttonNum="7"};
 if (thePage=="xxx") {buttonNum="8"};
 }
 if (theSect="4"){
 if (thePage=="resourcebank") {buttonNum="1"};
 if (thePage=="resourcebank_interactive") {buttonNum="2"};
 if (thePage=="xxxx") {buttonNum="3"};
 if (thePage=="xxxx") {buttonNum="4"};
 }
 


