<!--

function newWindow(link) {
  var bookWindow;
  bookWindow = window.open(link, "new1", "width=450,height=500,scrollbars,resizable");
  if (bookWindow.open) {
    bookWindow.close;
  }
  bookWindow.focus();
}
-->
