
/* ----- criarPdf.js ----- */
function criarPdf(url){
 window.open(url,'_blank');
};


