<!--
function openWin(theURL) { //v2.0
  newWin = window.open(theURL,'school','width=860,height=680,scrollbars=1,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0');
  setTimeout("newWin.focus()", 200);
}
//-->
