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