﻿$(function(){
    $(".imprimir").data("popup", {width:612, height:450});
    $('body.popup .btnFecharModal').click(function(){ window.close(); });
});