<!--
function helpWindow(helpUrl)
{
  // alert("helpUrl ["+helpUrl+"]");
  var handle = window.open(helpUrl, "help", "resizable=yes,height=450,width=300,top=0,left=75,scrollbars=yes,location=no,menubar=no,toolbar=yes");
  handle.focus();  
}
//-->
