// JavaScript Document

<!--
function pop(page) {
var school=window.open ('https://learntoswimvic.intrac.com.au/swim/'+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();
}
//-->