function showPrintView(a) {
	window.open(a.href, "PrintView", "width=750,height=500,left=15,top=15,scrollbars=yes,menubar=yes");
	return false;
}