// JavaScript Document
$(document).ready(function() {
	$('.stampa').click(function(){self.print()});
})