   theButtons1=new Array("Welcome","Facilities","Uniform","Admissions","Class Sizes","Mission Statement","Staff","Governing Body","Awards","Events Calendar","School History","Friends of Birkdale","Special Needs","Test Results","Contact Us");
   theButtonsURLs1=new Array("welcome","facilities","uniform","admissions","classes","missionstatement","staff","governors","awards","calendar","schoolhistory","friends","specialneeds","testresults","contact");
   theButtons2=new Array("Curriculum","English","Maths","Science","ICT","Languages","History","Geography","PE/Sport","PSHE","Art","Music","Drama","Religous Education");
   theButtonsURLs2=new Array("curriculum","english","maths","science","ict","languages","history","geography","pe","pshe","art","music","drama","re");
   theButtons3=new Array("STAR Group","School Trips","After School Clubs","School Council","Hope at Birkdale","Gallery");
   theButtonsURLs3=new Array("extracurricular","schooltrips","afterschoolclubs","schoolcouncil","hopeatbirkdale","gallery");
   theButtons4=new Array("Learning Theme Park");
   theButtonsURLs4=new Array("themepark/index");
      
   var topSuffix="1";
   thetopButtons1=new Array("XXX","XXX","XXX");
   thetopButtonURLs1=new Array("xxxx","xxxx","xxxx");
      
   var theSect=wotSect;
   var thePage=wotPage;
   var buttonNum;
      
    if (theSect="1"){
    if (thePage=="welcome") {var buttonNum="1"};
    if (thePage=="facilities") {var buttonNum="2"};
    if (thePage=="uniform") {var buttonNum="3"};
    if (thePage=="admissions") {var buttonNum="4"};
    if (thePage=="classes") {var buttonNum="5"};
    if (thePage=="missionstatement") {var buttonNum="6"};
    if (thePage=="staff") {var buttonNum="7"};
    if (thePage=="governors") {var buttonNum="8"};
    if (thePage=="awards") {var buttonNum="9"};
    if (thePage=="calendar") {var buttonNum="10"};
    if (thePage=="schoolhistory") {var buttonNum="11"};
    if (thePage=="friends") {var buttonNum="12"};
    /*if (thePage=="parents") {var buttonNum="13"};*/
    if (thePage=="specialneeds") {var buttonNum="13"};
    if (thePage=="testresults") {var buttonNum="14"};
    if (thePage=="contact") {var buttonNum="15"};
    }
    
    if (theSect="2"){
     /*if (thePage=="keystage1") {buttonNum="1"};*/
     /* if (thePage=="keystage2") {buttonNum="2"};*/
    if (thePage=="curriculum") {buttonNum="1"};
    if (thePage=="english") {buttonNum="2"};
    if (thePage=="maths") {buttonNum="3"};
    if (thePage=="science") {buttonNum="4"};
    if (thePage=="ict") {buttonNum="5"};
    if (thePage=="languages") {buttonNum="6"};
    if (thePage=="history") {buttonNum="7"};
    if (thePage=="geography") {buttonNum="8"};
    if (thePage=="pe") {buttonNum="9"};
    if (thePage=="pshe") {buttonNum="10"};
    if (thePage=="art") {buttonNum="11"};
    if (thePage=="music") {buttonNum="12"};
    if (thePage=="drama") {buttonNum="13"};
    if (thePage=="re") {buttonNum="14"};
    }
    
    if (theSect="3"){
    if (thePage=="extracurricular") {buttonNum="1"};
    if (thePage=="schooltrips") {buttonNum="2"};
    if (thePage=="afterschoolclubs") {buttonNum="3"};
    if (thePage=="schoolcouncil") {buttonNum="4"};
    if (thePage=="hopeatbirkdale") {buttonNum="5"};
    if (thePage=="gallery") {buttonNum="6"};
    }
    
    if (theSect="4"){
    if (thePage=="index") {buttonNum="1"};
    }
