X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=include%2Fgallery.js;h=9b37b4aea6424107452f5e4a498ed78f923fdde6;hp=d0f9760a84fe87b460852c3325e4592c5fd5e4db;hb=e1409ccb8e6b656b691b97f9741c1313d0a30558;hpb=481af6c9567c2f71575e7e3464103937d6025ce4 diff --git a/include/gallery.js b/include/gallery.js index d0f9760..9b37b4a 100644 --- a/include/gallery.js +++ b/include/gallery.js @@ -126,13 +126,19 @@ function init_gallery() { alert(msg) /* end debugging output */ + var ovlparams = {} + ovl = new overlay(ovlparams) + var iboxparams = { - useOverlay: true, + overlay: ovl, showNumbers: false, + showControls: true, openFromLink: false, - descClassName: 'infoboxdesc', + movieWidth: 640, + movieHeight: 480, + descClassName: 'infoBoxDesc', } - ibox = new multiBox('infobox', iboxparams) + ibox = new multiBox('infoBox', iboxparams) var winparms = {} showwin = new showWindow('slideshowWindow',winparms)