<!--
function RemotePrint(name, url) {
  remoteprint = window.open(url, name, 'width=520,height=570,resizable=1,scrollbars=1,toolbar=0');
  if (remoteprint != null && navigator.appName == 'Netscape' && navigator.appVersion.charAt(0) > '2') {
    remoteprint.focus();
  }
}
//-->
