    function newWindow(mypage,mytitle,mywidth,myheight) {
        bookWindow = window.open(mypage, mytitle, 'width='+mywidth+',height='+myheight);
        bookWindow.focus();
    }