// JavaScript Document
function newWindow(largeImage,w,h){
               bookWindow = window.open(largeImage, "bookWin",
"width="+w+",height="+h+"")
               bookWindow.focus()
               }
