
function printPopup(href) {
	window.open(href,'Print','width=800,height=600,top=10,left=10,scrollbars=yes,toolbar=no,menubar=no,location=no');
	return false;
}