function help(section) {
  var help = window.open('help.cfm#'+section,'help','height=600,width=500,left='+(screen.width-400)/2+',screenX='+(screen.width-400)/2+',top='+(screen.height-500)/2+',screenY='+(screen.height-500)/2+',toolbar=no,menubar=no,location=no,directories=no,status=yes,resizable=yes,scrollbars=yes');
  help.focus();
}


function pop(page) {
  var school = window.open('https://musicbus.intrac.com.au/school/'+page,'school','height=760,width=500,left='+(screen.width-500)/2+',screenX='+(screen.width-500)/2+',top='+(screen.height-760)/2+',screenY='+(screen.height-760)/2+',toolbar=no,menubar=no,location=no,directories=no,status=yes,resizable=yes,scrollbars=yes');
  school.focus();
}

