function newWindow(winpdf){
   bookWindow = window.open(winpdf,"bookWin")
   bookWindow.focus()
}