function initSlideShow(){ myShow = new Slideshow('my_slideshow', {hu: 'uploads/images/slideshow/', images: ['laissey_avant.jpg', 'borddoubs.jpg', 'cascade.jpg', 'cascadetrou.jpg', 'fontaine.jpg', 'herbes.jpg', 'image1.jpg', 'thumb_borddoubs.jpg', 'laissey_vue_haut.jpg', 'mur_chateau.jpg', 'trou_eau.jpg', 'thumb_cascade.jpg', 'thumb_cascadetrou.jpg', 'thumb_fontaine.jpg', 'thumb_herbes.jpg', 'thumb_image1.jpg', 'thumb_laissey_avant.jpg', 'thumb_laissey_vue_haut.jpg', 'thumb_mur_chateau.jpg', 'thumb_trou_eau.jpg'], height: 200, width: 200, type: 'pan'}); } window.onload = function(slideshowFolder, slideshowPhotos) { initSlideShow(); }