n”);
printWindow.document.write(“”);
printWindow.document.close();
printWindow.document.getElementById(“content”).innerHTML = document.getElementById(“content-padding”).innerHTML;
//printWindow.print();
//printWindow.close();
}
function emailPage(){
emailWindow = window.open(“/” + Base64.encode(location.href), “emailWindow”, “status=0, toolbar=0, location=0, menubar=0, resizable=0, scrollbars=1, height=500, width=450”);
}
// –>
Print Page