// this file is dynamically generated
var t15018;
var j15018 = 0;
var p15018 = Pic15018.length;
var preLoad15018 = new Array();
for (i = 0; i < p15018; i++) {
preLoad15018[i] = new Image();
preLoad15018[i].src = Pic15018[i];
}
var picNum15018 = 0;
function runSlideShow15018() {
if (document.all) {
document.images.SlideShow15018.style.filter="blendTrans(duration=2)";
document.images.SlideShow15018.style.filter="blendTrans(duration=crossFadeDuration15018)";
document.images.SlideShow15018.filters.blendTrans.Apply();
}
document.images.SlideShow15018.src = preLoad15018[j15018].src;
document.images.SlideShow15018.alt = altArray15018[j15018];
display_code(textArray15018[j15018],'slide_text15018');
picNum15018 = j15018;
if (document.all) {
document.images.SlideShow15018.filters.blendTrans.Play();
}
j15018 = j15018 + 1;
if (j15018 > (p15018 - 1)) j15018 = 0;
t15018 = setTimeout('runSlideShow15018()', slideShowSpeed15018);
}

