
var oSlideShow = new SlideShow();

oSlideShow.setGalleryName('pictures 2007');
oSlideShow.setGalleryPath('media/galleries/07/');

oSlideShow.addImage('jeff_live.jpg', '', 1);
oSlideShow.addImage('die_band.jpg', '', 1);
oSlideShow.addImage('stage.jpg', '', 1);
oSlideShow.addImage('andi_christoph_live.jpg', '', 1);
oSlideShow.addImage('andi_jeff_kiss.jpg', '', 1);
oSlideShow.addImage('andi_christoph_kiss.jpg', '', 1);
oSlideShow.addImage('die_band_plus.jpg', '', 1);
oSlideShow.addImage('closeaufdemboden01.jpg', '', 1);
oSlideShow.addImage('cubixdraussen.jpg', '', 1);
oSlideShow.addImage('3anderwand05.jpg', '', 1);
oSlideShow.addImage('andi_1.jpg', 'Andi is the new MEZZ bassist. He actually plays with his fingers!', 1);

oSlideShow.print();

