function openWinFormPDFFile(lngID) {
	aWindow=window.open("/asp/Forms/GetPDF.asp?ID="+lngID,"winPDF","width="+screen.width+",height="+screen.height+",resizable=yes,left=0,top=0");
}
function openWinEmploymentDetails(lngID) {
	aWindow=window.open("/asp/Employment/popup_Details.asp?ID="+lngID,"winPDF","width=700,height=500");
}
function openWinWhatsNewPDFFile(lngID) 
{
  window.open("/asp/WhatsNew/GetPDF.asp?ID="+lngID,"winPDF","width="+screen.width+",height="+screen.height+",resizable=yes,left=0,top=0");
}
