function openWinNewsPDFFile(lngID) {
	aWindow=window.open("/asp/News/GetPDFFile.asp?ID="+lngID,"winPDF","width=700,height=500");
}
function openWinAgendaPDFFile(lngID) {
	aWindow=window.open("/asp/Agenda/GetPDFFile.asp?ID="+lngID,"winPDF","width=700,height=500");
}
function openWinPublicationPDFFile(lngID) {
	aWindow=window.open("/asp/Publications/GetPDFFile.asp?ID="+lngID,"winPDF","width=700,height=500");
}
function openWinEmploymentPDFFile(lngID) {
	aWindow=window.open("/asp/JobBoard/GetPDFFile.asp?ID="+lngID,"winPDF","width=700,height=500");
}
function openWinProgramsDetails(lngID) {
	aWindow=window.open("/asp/Programs/View_Details.asp?ID="+lngID,"winPDF","width=700,height=500,scrollbars=yes");
}
function openWinPublicationDetails(lngID) {
	aWindow=window.open("/asp/Publications/details.asp?ID="+lngID,"windetails","width=700,height=500");
}
function openWinEventDetails(lngID) {
	aWindow=window.open("/asp/Events/details.asp?ID="+lngID,"windetails","width=700,height=500");
}
function OpenWinEmploymentDetails(lngID) {
	aWindow=window.open("/asp/JobBoard/details.asp?ID="+lngID,"windetails","width=700,height=500,scrollbars=yes");
}
function openWinFAQDetails(ID) {
	window.open("/asp/FAQ/View_popup.asp?ID="+ID,"winDetail","width=500,height=350,scrollbars=yes");
}
function openWinLinkDetails(ID) {
	window.open("/asp/Links/details.asp?ID="+ID,"winDetail","width=500,height=350,scrollbars=yes");
}
