<!--
function pageflip3d_viewer(url) {
  viewerWindow = window.open(url, "pageflip", "location=no,top=0,left=0,status=0,width=" + screen.width + ", height=" + screen.height);
}
//-->
