function newWindow(campic) {
bookWindow = window.open(campic,"bookWin" ,"width=340, height=260")
bookWindow.focus()
}
