	//<![CDATA[
	  window.addEvent('domready', function(){
	    var data = {
	      '1.jpg': { caption: 'Showroom' }, 
	      '2.jpg': { caption: 'Showroom' }, 
	      '3.jpg': { caption: 'Showroom' }, 
	      '4.jpg': { caption: 'Showroom' },
	      '5.jpg': { caption: 'Gispen Meta' },
	      '6.jpg': { caption: 'Gispen Ladeblokken' }
	    };
	    var myShow = new Slideshow('show', data, {captions: true, controller: true, height: 340, hu: 'images/slide/pictures/', thumbnails: false, width: 587});
	  });
	//]]>