//Menu/Top of Webpages script
//(c) Daren Craddock for Birkdale School, Sheffield, UK

//Netscape OM for layers: - document.layerID.property = parameter
//IE OM for layers: - document.all.layerID.style.property = parameter
//Sniff for browser
var version;
var pre="";
var post="";
version=navigator.appName;
//Netscape or Microsoft Internet Explorer or other
//For Netscape browser
if (version=="Netscape") {
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
document.write('<div align="center"><a class="nav" href="http://www.birkdale.sheffield.sch.uk/index.html">Homepage</a> '+
  	'| <a class="nav" href="http://www.birkdale.sheffield.sch.uk/contactus/contact.html">Dove siamo</a> | <a class="nav" href="http://www.birkdale.sheffield.sch.uk/seniorschool/seniorschool.html">Come raggiungerci</a> '+
  	'| <a class="nav" href="http://www.birkdale.sheffield.sch.uk/prepschool/prepschool.html">Strutture e servizi</a> | <a class="nav" href="http://www.birkdale.sheffield.sch.uk/departments.html">Nei dintorni</a> | '+
  	'<a class="nav" href="http://www.birkdale.sheffield.sch.uk/interactive/interactive.html">Tariffe</a> | '+
  	'<a class="nav" href="http://www.birkdale.sheffield.sch.uk/interactive/interactive.html">Offerte speciali</a> | '+
  	'<a class="nav" href="http://www.birkdale.sheffield.sch.uk/interactive/interactive.html">Immagini</a></div>');
}
//For MSIE browser
if (version=="Microsoft Internet Explorer") {
	//IE4+ specific code
	pre = 'document.all.';
	post = '.style';

function startup() {
	eval(pre+"Layer1"+post).height='40px';
}
function bigmenu(lyr) {
	if(lyr==1) {eval(pre+'Layer'+lyr+post).height='220px';}
}
function smallmenu(lyr) {
	eval(pre+'Layer'+lyr+post).height='40px';
}
//Dynamically Create Menu Layers:
document.writeln('<div id="Layer1" style="position:absolute; width:145px; height:40px; z-index:2; background-color: #11561C; layer-background-color: #11561C; top: 46px; left: 270px; overflow: hidden" onMouseOver="bigmenu(1)"');
document.writeln('	onMouseOut="smallmenu(1)"> ');
document.writeln(' <table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.writeln('   <tr> ');
document.writeln('    <td> ');
document.writeln('        <div align="center"><a class="nott" href="#"><img src="images/anim_menu.gif" border=0 alt=""></a></div>');
document.writeln('      </td>');
document.writeln('    </tr>');document.writeln('   <tr> ');
document.writeln('    <td> ');
document.writeln('         <a class="nav" href="index.htm">&gt;&nbsp;Homepage </a>');
document.writeln('      </td>');
document.writeln('    </tr>');
document.writeln('    <tr> ');
document.writeln('      <td> ');
document.writeln('        <a class="nav" href="dove.htm">&gt;&nbsp;Dove siamo </a>');
document.writeln('      </td>');
document.writeln('   </tr>');
document.writeln('   <tr> ');
document.writeln('      <td> ');
document.writeln('      <a class="nav" href="come.htm">&gt;&nbsp;Come raggiungerci </a>');
document.writeln('     </td>');
document.writeln('   </tr>');
document.writeln('   <tr> ');
document.writeln('     <td> ');
document.writeln('       <a class="nav" href="strutture.htm">&gt;&nbsp;Strutture e servizi </a>');
document.writeln('     </td>');
document.writeln('   </tr>');
document.writeln('   <tr> ');
document.writeln('      <td> ');
document.writeln('       <a class="nav" href="dintorni.htm">&gt;&nbsp;Nei dintorni </a>');
document.writeln('     </td>');
document.writeln('   </tr>');
document.writeln('    <tr> ');
document.writeln('      <td> ');
document.writeln('       <a class="nav" href="tariffe.htm">&gt;&nbsp;Tariffe </a>');
document.writeln('      </td>');
document.writeln('    </tr>');
 document.writeln('   <tr> ');
 document.writeln('     <td> ');
document.writeln('         <a class="nav" href="offerte.htm">&gt;&nbsp;Offerte speciali </a>');
document.writeln('      </td>');
document.writeln('    </tr>'); document.writeln('   <tr> ');
 document.writeln('     <td> ');
document.writeln('          <a class="nav" href="commenti.htm">&gt;&nbsp;Commenti dei clienti </a>');
document.writeln('      </td>');
document.writeln('    </tr>'); document.writeln('   <tr> ');
 document.writeln('     <td> ');
document.writeln('          <a class="nav" href="foto.htm">&gt;&nbsp;Immagini </a>');
document.writeln('      </td>');
document.writeln('    </tr>');
document.writeln('  </table>');
document.writeln('</div>');

document.writeln('      </td>');
document.writeln('    </tr>');
document.writeln('  </table>');
document.writeln('</div>');
}