function showPdf(doc) {
	// Popup window code
	popupWindow = window.open('pdf/' + doc + '.pdf','popUpWindow','height=600,width=800,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=no');
}

