// this file is dynamically generated
var t15020;
var j15020 = 0;
var p15020 = Pic15020.length;
var preLoad15020 = new Array();
for (i = 0; i < p15020; i++) {
preLoad15020[i] = new Image();
preLoad15020[i].src = Pic15020[i];
}
var picNum15020 = 0;
function runSlideShow15020() {
if (document.all) {
document.images.SlideShow15020.style.filter="blendTrans(duration=2)";
document.images.SlideShow15020.style.filter="blendTrans(duration=crossFadeDuration15020)";
document.images.SlideShow15020.filters.blendTrans.Apply();
}
document.images.SlideShow15020.src = preLoad15020[j15020].src;
document.images.SlideShow15020.alt = altArray15020[j15020];
display_code(textArray15020[j15020],'slide_text15020');
picNum15020 = j15020;
if (document.all) {
document.images.SlideShow15020.filters.blendTrans.Play();
}
j15020 = j15020 + 1;
if (j15020 > (p15020 - 1)) j15020 = 0;
t15020 = setTimeout('runSlideShow15020()', slideShowSpeed15020);
}

