$(function() {
	$('#print a').click(function() {
		window.open(this.href,'printwin','alwaysRaised=yes,dependent=yes,toolbar=no,height=420,width=600,menubar=yes,resizable=yes,scrollbars=yes,status=no',false);
		return false;
	});
});
