$(document).ready(function() {
	$('button.print').click(function(){
		window.print();
	});
});