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

