<!--

function PrintIt(){
  pop = window.open("", 'Print',"location=no,menubar=no,resizable=no,scrollbars=yes,status=yes,toolbar=no,width=600,height="+(screen.height * 2 / 3));
  pop.focus();
}


//-->