$(function() {
	$('ul#serviceFunctions li.btnPrint a').click(function() {
		window.print();
		return false;
	});
});