function topnav()
{
x = '<a class="button" id="indexnav" ';
document.write(x + "href=index.php>Welcome</a>");
document.write(x + "href=news.php>Latest News</a>");
document.write(x + "href=http://www.ofsted.gov.uk/oxedu_providers/full/(urn)/124080/(type)/4096/(typename)/Primary%20schools target=_blank>Ofsted Entry</a>");
document.write(x + "href=staff.php>Staff & Governors</a>");
document.write(x + "href=classone.php>Children/Classes</a>");
document.write(x + "href=parents.php>Parents</a>");
document.write(x + "href=learningzone.php>Learning Zone</a>");
document.write(x + "href=testimony.php>Testimonial</a>");
document.write(x + "href=diary.php>Diary</a>");
}

function bottomnav()
{
y = '<a class="button2" id="indexnav" ';
document.write(y + "href=index.php>Welcome</a> - ");
document.write(y + "href=news.php>Latest News</a> - ");
document.write(y + "href=http://www.ofsted.gov.uk/oxedu_providers/full/(urn)/124080/(type)/4096/(typename)/Primary%20schools target=_blank>Ofsted Entry</a> - ");
document.write(y + "href=staff.php>Staff & Governors</a> - ");
document.write(y + "href=classone.php>Children/Classes</a> - ");
document.write(y + "href=parents.php>Parents</a> - ");
document.write(y + "href=learningzone.php>Learning Zone</a> - ");
document.write(y + "href=testimony.php>Testimonial</a> - ");
document.write(y + "href=diary.php>Diary</a>");
}
	
function midnav()
{
y = '<a class="button3" id="indexnav" ';
document.write(y + "href=classone.php>Class 1</a> - ");
document.write(y + "href=classtwo.php>Class 2</a> - ");
document.write(y + "href=classthree.php>Class 3</a>");
}	
				
				
			
function breadcrumbs()
{
  sURL = new String;
  bits = new Object;
  var x = 0;
  var stop = 0;
  var output = "<a href=\"/\">Home</a>  >  ";
  sURL = location.href;
  sURL = sURL.slice(8,sURL.length);
  chunkStart = sURL.indexOf("/");
  sURL = sURL.slice(chunkStart+1,sURL.length)
  while(!stop){
    chunkStart = sURL.indexOf("/");
    if (chunkStart != -1){
      bits[x] = sURL.slice(0,chunkStart)
      sURL = sURL.slice(chunkStart+1,sURL.length);
    }else{
      stop = 1;
    }
    x++;
  }
  for(var i in bits){
    output += "<a href=\"";
    for(y=1;y<x-i;y++){
      output += "../";
    }
    output += bits[i] + "/\">" + bits[i] + "</a>  >  ";
  }
  document.write("<font color=white size=0>"+document.title + output+"</font>");
}
function topbar()
{http://www.bbc.co.uk/cbbc/img/f/cbbc_noblocks.png
document.write("<table border='0' cellpadding=0 cellspacing=0><tr>");
document.write("<td width='12%' align='center'><a href='http://www.staffordshire.gov.uk/education/' target='_blank'><img src='graphics/scclogotiny.jpg' width='160' height='29' alt='Staffordshire County Council education' border='0'></a></td>");
document.write("<td width='12%' align='center'><a href='http://www.google.co.uk' target='_blank'><img src='graphics/google_logosmall.jpg' width='73' height='29' alt='google' border='0'></a></td>");
document.write("<td width='12%' align='center'><a href='http://www.bbc.co.uk/cbbc/' target='_blank'><img src='http://www.bbc.co.uk/cbbc/img/f/cbbc_noblocks.png' width='67' height='29' alt='CBBC' border='0'></a></td>");

document.write("<td width='12%' align='center'><a href='http://www.bbc.co.uk/cbeebies/' target='_blank'><img src='graphics/3_cbeebies_logo.jpg' width='67' height='29' alt='CBEEBIES' border='0'></a></td>");
document.write("<td width='12%' align='center'><a href='http://www.bbc.co.uk/schools/typing/' target='_blank'><font color=red>Typing</a></td>");
document.write("<td width='12%' align='center'><a href='http://www.sciencemuseum.org.uk/' target='_blank'><img src='graphics/scimus.gif' width='164' height='29' alt='Science Museum' border='0'></a></td>");
document.write("<td width='12%' align='center'><a href='http://www.primaryresources.co.uk/index.htm' target='_blank'><img src='graphics/logotest.gif' width='81' height='29' alt='RM Primary Resources' border='0'></a></td>");
document.write("<td width='12%' align='center'><a href='http://www.staffsscb.org.uk/' target='_blank'><img src='graphics/stafsscb.gif' width='58' height='29' alt='Staffordshire Safeguarding Children Board' border='0'></a></td>");
document.write("<td width='12%' align='center'><a href='http://www.frivschool.com/' target='_blank'><font color='purple'>Friv4school</a></td>");
document.write("</tr></table>");
}
