jQuery(document).ready(function() {
	jQuery('#menu-item-44').find('a').click(function(e){		
		window.print();
		e.preventDefault();
	});
});
