function showpdf(PdfURL)

{

window.open ("pdfs/" + PdfURL + ".pdf", 'newWin', 'scrollbars=yes,resizable=yes,status=no,width=800,height=600,left = 25, top =25');
}

function geturl(URL)

{

window.open (URL, 'newWin', 'scrollbars=yes,resizable=yes,status=no,width=800,height=600,left = 25, top =25');
}
