function openWinPressReleasePDFFile(ID) {
	window.open("/asp/PressRelease/GetPDFFile.asp?ID="+ID,"winGetPDF","width=500,height=350,resizable=yes,scrollbars=yes");
}
function openWinPressReleaseDetails(ID) {
	window.open("/asp/PressRelease/details.asp?ID="+ID,"winPRDetails","width=500,height=350,resizable=yes,scrollbars=yes");
}
function openWinReportPDFFile(ID) {
	window.open("/asp/Reports/GetPDFFile.asp?ID="+ID,"winGetPDF","width=500,height=350,resizable=yes,scrollbars=yes");
}

function openWinEventDetails(ID) {
	window.open("/asp/Site/Communities/Events/details.asp?ID="+ID,"winEDetails","width=520,height=450,resizable=yes,scrollbars=yes");
}
function openWinLinksPDF(ID) {
	window.open("/asp/Links/GetPDF.asp?ID="+ID,"winGetPDF","width=500,height=450,resizable=yes,scrollbars=yes");
}
function OpenWinLinksDetails(ID) {
	window.open("/asp/Links/details.asp?ID="+ID,"windetails","width=500,height=450,resizable=yes,scrollbars=yes");
}
