social_gallery_manchester
-
THUMB -
LARGE ');
printWindow.document.close();
printWindow.print();
printWindow.close();});
$("#PrintThumbs").on("click", function () {
var divContents0 = $("#logo-hidden").html();
var divContents1 = $("#single_grid_full_pdf").html();
var divContents2 = $("#single-digital").html();
var divContents3 = $("#head_name").html();
var divContents4 = $("#single-measures-white").html();
var divContents5 = $("#foot_address").html();
var printWindow = window.open('');
printWindow.document.write('');
printWindow.document.write('');
printWindow.document.write('');
printWindow.document.write('');
printWindow.document.write('');
printWindow.document.write('');
printWindow.document.write('');
printWindow.document.write('');
printWindow.document.write(divContents0);
printWindow.document.write(divContents1);
printWindow.document.write(divContents2);
printWindow.document.write(divContents3);
printWindow.document.write(divContents4);
printWindow.document.write(divContents5);
printWindow.document.write('');
printWindow.document.close();
printWindow.print();
printWindow.close();});