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