﻿$(function() {
    $("#printButton").click(function() {
        var wnd = window.open('/print.htm', 'Print');
    });
});