function popPDF(strFileName) {
	window.open (
		strFileName,
		"",
		"width=650,height=500,statusbar=yes,menubar=yes,resizable=yes"
	);
}