




function printPage() {
  if (window.print)
    window.print()
  else
    alert("Sorry, your browser doesn't support this feature.");
}

function openwindow()
{
window.open("http://www.woodkirkhighschool.co.uk/popup/no-bill.html","PopUp","status=no,toolbar=no,scrolling=no,width=300, height=300, resizeable=no");
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
window.focus();
}
