﻿// Shows the print dialog of the browser.
function printPreview() {
    window.print();
}
