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

