var MyPictures = new Array(); function load_slideshow_fn() { document.getElementById('slideshow').style.backgroundImage = 'url(images/loading_show.gif)'; MyPictures.push('images/loading_show.gif'); var image1 = new Image(); image1.src ='images/slideshow/small_IMG_1203.jpg'; MyPictures.push('images/slideshow/small_IMG_1203.jpg'); progress_bar(1, 10); document.getElementById('slideshow_caption').style.backgroundImage = 'url(images/slideshow/small_IMG_1203.jpg)'; var image2 = new Image(); image2.src ='images/slideshow/small_IMG_0309.jpg'; MyPictures.push('images/slideshow/small_IMG_0309.jpg'); progress_bar(2, 10); document.getElementById('slideshow_caption').style.backgroundImage = 'url(images/slideshow/small_IMG_0309.jpg)'; var image3 = new Image(); image3.src ='images/slideshow/small_IMG_1201.jpg'; MyPictures.push('images/slideshow/small_IMG_1201.jpg'); progress_bar(3, 10); document.getElementById('slideshow_caption').style.backgroundImage = 'url(images/slideshow/small_IMG_1201.jpg)'; var image4 = new Image(); image4.src ='images/slideshow/small_IMG_0231.jpg'; MyPictures.push('images/slideshow/small_IMG_0231.jpg'); progress_bar(4, 10); document.getElementById('slideshow_caption').style.backgroundImage = 'url(images/slideshow/small_IMG_0231.jpg)'; var image5 = new Image(); image5.src ='images/slideshow/small_IMG_1195.jpg'; MyPictures.push('images/slideshow/small_IMG_1195.jpg'); progress_bar(5, 10); document.getElementById('slideshow_caption').style.backgroundImage = 'url(images/slideshow/small_IMG_1195.jpg)'; var image6 = new Image(); image6.src ='images/slideshow/small_IMG_1190.jpg'; MyPictures.push('images/slideshow/small_IMG_1190.jpg'); progress_bar(6, 10); document.getElementById('slideshow_caption').style.backgroundImage = 'url(images/slideshow/small_IMG_1190.jpg)'; var image7 = new Image(); image7.src ='images/slideshow/small_IMG_0321.jpg'; MyPictures.push('images/slideshow/small_IMG_0321.jpg'); progress_bar(7, 10); document.getElementById('slideshow_caption').style.backgroundImage = 'url(images/slideshow/small_IMG_0321.jpg)'; var image8 = new Image(); image8.src ='images/slideshow/toweratdusk.jpg'; MyPictures.push('images/slideshow/toweratdusk.jpg'); progress_bar(8, 10); document.getElementById('slideshow_caption').style.backgroundImage = 'url(images/slideshow/toweratdusk.jpg)'; var image9 = new Image(); image9.src ='images/slideshow/small_IMG_1207.jpg'; MyPictures.push('images/slideshow/small_IMG_1207.jpg'); progress_bar(9, 10); document.getElementById('slideshow_caption').style.backgroundImage = 'url(images/slideshow/small_IMG_1207.jpg)'; var image10 = new Image(); image10.src ='images/slideshow/small_IMG_1199.jpg'; MyPictures.push('images/slideshow/small_IMG_1199.jpg'); progress_bar(10, 10); document.getElementById('slideshow_caption').style.backgroundImage = 'url(images/slideshow/small_IMG_1199.jpg)'; var image11 = new Image(); image11.src ='images/slideshow/small_IMG_0232.jpg'; MyPictures.push('images/slideshow/small_IMG_0232.jpg'); progress_bar(11, 10); document.getElementById('slideshow_caption').style.backgroundImage = 'url(images/slideshow/small_IMG_0232.jpg)'; document.getElementById('slideshow_caption').style.backgroundImage = ''; document.getElementById('slideshow').style.backgroundImage = ''; slideshow_caption(''); do_slideshow(1); }