/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//Contents for the families
var families=new Array()
families[0]='<a class="dropdownlink" href="/winston_churchill.htm">The Winston Churchill School</a>'
families[1]='<a class="dropdownlink" href="/woking_high.htm">Woking High School </a>'
families[2]='<a class="dropdownlink" href="/st_john_baptist.htm">St John The Baptist School</a>'
families[3]='<a class="dropdownlink" href="/fullbrook.htm">Fullbrook School</a>'
families[4]='<a class="dropdownlink" href="/bishop_david_brown.htm">Bishop David Brown School</a>'
families[5]='<a class="dropdownlink" href="/kings_international_college.htm">Kings International College</a>'
families[6]='<a class="dropdownlink" href="/collingwood_college.htm">Collingwood College </a>'
families[7]='<a class="dropdownlink" href="/gordon_school.htm">Gordons School </a>'
families[8]='<a class="dropdownlink" href="/tomlinscote_school.htm">Tomlinscote School &amp; Sixth Form College</a>'

var menuwidth='165px' //default menu width
var menubgcolor=''  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?
/////No further editting needed



//Contents for the news
var news=new Array()
news[0]='<a class="dropdownlink" href="/news_partnership.htm">Partnership News</a>'
news[1]='<a class="dropdownlink" href="/news_winston_churchill.htm">The Winston Churchill School</a>'
news[2]='<a class="dropdownlink" href="/news_woking_high.htm">Woking High School</a>'
news[3]='<a class="dropdownlink" href="/news_st_john_baptist.htm">St John The Baptist School</a>'
news[4]='<a class="dropdownlink" href="/news_fullbrook.htm">Fullbrook School</a>'
news[5]='<a class="dropdownlink" href="/news_bishop_david_brown.htm">Bishop David Brown School</a>'
news[6]='<a class="dropdownlink" href="/news_kings_international_college.htm">Kings International College</a>'
news[7]='<a class="dropdownlink" href="/news_collingwood_college.htm">Collingwood College</a>'
news[8]='<a class="dropdownlink" href="/news_gordon_school.htm">Gordons School</a>'
news[9]='<a class="dropdownlink" href="/news_tomlinscote_school.htm">Tomlinscote School &amp; Sixth Form College</a>'


var menuwidth='165px' //default menu width
var menubgcolor=''  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?
/////No further editting needed


var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

if (hidemenu_onclick=="yes")
document.onclick=hidemenu

