function openDBDemo() {
   var opts = 'scrollbars=yes,' +
              'menubar=no,' +
              'width=288,' +
              'height=288,' +
              'resizable=no,' +
              'toolbar=no,' +
              'location=no,' +
              'status=no,' +
              'top=4,' +
              'left=4'
// window.open( '/primos_slideshow.html',
   window.open( '/dhtml_slidein_images.html',
                '',
                opts );
}