// JavaScript Document
 $(function() {
	$(".print_button").click(function(){
	window.print();
	});
});



			
		


