// JavaScript Document: Resize to screen & logo
top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
// end resize screen
if (screen.width<968) {
document.write('<a href="http://www.oakham.rutland.sch.uk/"><img src="/images/Oakham800_new.gif"></a>');}
else if ((screen.width>=968) && (screen.width<=1216)) { 
document.write('<a href="http://www.oakham.rutland.sch.uk/"><img src="/images/Oakham1024_new.gif"></a>');}
else if ((screen.width>=1217) && (screen.width<=1370)) {
document.write('<a href="http://www.oakham.rutland.sch.uk/"><img src="/images/Oakham1280_new.gif"></a>');}
else if ((screen.width>=1371) && (screen.width<=1550)) {
document.write('<a href="http://www.oakham.rutland.sch.uk/"><img src="/images/Oakham1400_new.gif"></a>');}
else { 
document.write('<a href="http://www.oakham.rutland.sch.uk/"><img src="/images/Oakham1600_new.gif"></a>');
}