document.write('<p>\n');
document.write('<hr size="1">\n');
document.write('<table width="100%" xstyle="font-size:smaller;"><tr><td>');
document.write('<a  class="textMenu" href="javascript:history.back(-1);">back</a>');
document.write('<span class="textMenu"> | </span><a class="textMenu" href="#top">top</a>');
document.write('<span class="textMenu"> | </span><a class="textMenu" href="javascript:printPage()">print</a>');
if (getAccessOptions().substring(0,1)=='1')
  {
  document.write('<span class="textMenu"> | </span><a  class="textMenu" href="'+rootpath+'access/index.htm">accessibility</a>');
  }
document.write('</td><td style="text-align:right;"><span class="textMenu">&copy; Cirencester College</span></td>');
document.write('</tr></table>');
if (getAccessOptions().substring(0,1)=='0'&&getAccessOptions().substring(2,3)=='1')
  {
  document.write('<hr size="1">\n');
  document.write('<script src="'+rootpath+'common/scripts/menucontent.js"></script>\n');
  }
document.write('<script src="'+rootpath+'common/scripts/debug.js"></script>');

