// this file is dynamically generated
var t15016;
var j15016 = 0;
var p15016 = Pic15016.length;
var preLoad15016 = new Array();
for (i = 0; i < p15016; i++) {
preLoad15016[i] = new Image();
preLoad15016[i].src = Pic15016[i];
}
var picNum15016 = 0;
function runSlideShow15016() {
if (document.all) {
document.images.SlideShow15016.style.filter="blendTrans(duration=2)";
document.images.SlideShow15016.style.filter="blendTrans(duration=crossFadeDuration15016)";
document.images.SlideShow15016.filters.blendTrans.Apply();
}
document.images.SlideShow15016.src = preLoad15016[j15016].src;
document.images.SlideShow15016.alt = altArray15016[j15016];
display_code(textArray15016[j15016],'slide_text15016');
picNum15016 = j15016;
if (document.all) {
document.images.SlideShow15016.filters.blendTrans.Play();
}
j15016 = j15016 + 1;
if (j15016 > (p15016 - 1)) j15016 = 0;
t15016 = setTimeout('runSlideShow15016()', slideShowSpeed15016);
}

