function openPostings() {
     ntjpURL = 'http://www.intranet.durham.edu.on.ca/Applications/NTJobs.nsf';
     opts = ',resizable=yes,status=no,scrollbars=yes';
     popupWin=window.open( ntjpURL,'ntjpWindow', opts);
}

function openApplication() {
     ntjpURL = 'http://www.intranet.durham.edu.on.ca/Applications/ENTA.nsf/NTA?OpenForm';
     opts = ',resizable=yes,status=no,scrollbars=yes';
     popupWin=window.open( ntjpURL,'ntjpWindow', opts);
}