function nE(bookgif) {
bookWindow = window.open(bookgif, 'bookWin', 'width=200,height=300,scrollbars=yes,top=0')
bookWindow.focus()
}


