function SlideShow() {
 if (!document.images) return;
 document.images["image1"].src = "Images/Slideshow_04.jpg?" + Math.random();
 setTimeout('SlideShow2()',2000);
}
function SlideShow2() {
 if (!document.images) return;
 document.images["image2"].src = "Images/Slideshow_05.jpg?" + Math.random();
 setTimeout('SlideShow3()',2000);
}
function SlideShow3() {
 if (!document.images) return;
 document.images["image3"].src = "Images/Slideshow_06.jpg?" + Math.random();
 setTimeout('SlideShow4()',2000);
}
function SlideShow4() {
 if (!document.images) return;
 document.images["image1"].src = "Images/Slideshow_07.jpg?" + Math.random();
 setTimeout('SlideShow5()',2000);
}
function SlideShow5() {
 if (!document.images) return;
 document.images["image2"].src = "Images/Slideshow_08.jpg?" + Math.random();
 setTimeout('SlideShow6()',2000);
}
function SlideShow6() {
 if (!document.images) return;
 document.images["image3"].src = "Images/Slideshow_09.jpg?" + Math.random();
 setTimeout('SlideShow7()',2000);
}
function SlideShow7() {
 if (!document.images) return;
 document.images["image1"].src = "Images/Slideshow_10.jpg?" + Math.random();
 setTimeout('SlideShow8()',2000);
}
function SlideShow8() {
 if (!document.images) return;
 document.images["image2"].src = "Images/Slideshow_11.jpg?" + Math.random();
 setTimeout('SlideShow9()',2000);
}
function SlideShow9() {
 if (!document.images) return;
 document.images["image3"].src = "Images/Slideshow_12.jpg?" + Math.random();
 setTimeout('SlideShow10()',2000);
}
function SlideShow10() {
 if (!document.images) return;
 document.images["image1"].src = "Images/Slideshow_13.jpg?" + Math.random();
 setTimeout('SlideShow11()',2000);
}
function SlideShow11() {
 if (!document.images) return;
 document.images["image2"].src = "Images/Slideshow_14.jpg?" + Math.random();
 setTimeout('SlideShow12()',2000);
}
function SlideShow12() {
 if (!document.images) return;
 document.images["image3"].src = "Images/Slideshow_15.jpg?" + Math.random();
 setTimeout('SlideShow13()',2000);
}
function SlideShow13() {
 if (!document.images) return;
 document.images["image1"].src = "Images/Slideshow_01.jpg?" + Math.random();
 setTimeout('SlideShow14()',2000);
}
function SlideShow14() {
 if (!document.images) return;
 document.images["image2"].src = "Images/Slideshow_02.jpg?" + Math.random();
 setTimeout('SlideShow15()',2000);
}
function SlideShow15() {
 if (!document.images) return;
 document.images["image3"].src = "Images/Slideshow_03.jpg?" + Math.random();
 setTimeout('SlideShow()',2000);
}