function initSlideShow(){ var oSlide = document.getElementById("slideshowContainer"); if ( oSlide != null) { myShow = new Slideshow('my_slideshow', {hu: 'uploads/images/slideshow/', images: ['image1.jpg', 'borddeloue.jpg', 'vue.jpg', '103_0315.jpg', 'ecoleornans.jpg'], height: 150, width: 190, type: 'fade'}); } } window.onload = function(slideshowFolder, slideshowPhotos) { initSlideShow(); }