<!--
isNN4 = document.layers;
isDOM = document.getElementById;

function printing() {
  if(isNN4 || isDOM) {
    window.print();
  }
}
//-->