<!--
function PopupHelp( hw )
{
	winHelp = window.open( '/help/helpwindow.asp?helpcode=' + hw, 'winHelp', 'toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=320,height=400' );
	winHelp.focus();
}
  function OpenChildWindow(sPath,sName,sOptions) {
    self.name = "cover";
    var x = window.open(sPath,sName,sOptions);
    if(parseInt(navigator.appVersion)>3) {x.focus();}
  }

function SetState(form)
{
	document.form.state.value='';
}
-->
