function DownloadPdf(url)
 {
open(url, "PDF", "", true)
return true
}