function printContent() {
  var w = window.open('/print.html', 'printWindow', 'width=750,height=600, scrollbars=yes, toolbar=no,location=yes,directories=no,status=no,menubar=no, resize=yes');
}
