PLEASE NOTE:
The College/Campuses reserve the right to:
• Only offer courses/programmes that are justified by student numbers
• Change the location/venue of programme offering and/or cancel
the programmes
function PopUp(pagename, w, h) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=1,resizable'
win = window.open(pagename, "PopWindow01", winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}