// this file is dynamically generated
var t25987;
var j25987 = 0;
var p25987 = Pic25987.length;
var preLoad25987 = new Array();
for (i = 0; i < p25987; i++) {
preLoad25987[i] = new Image();
preLoad25987[i].src = Pic25987[i];
}
var picNum25987 = 0;
function runSlideShow25987() {
if (document.all) {
document.images.SlideShow25987.style.filter="blendTrans(duration=2)";
document.images.SlideShow25987.style.filter="blendTrans(duration=crossFadeDuration25987)";
document.images.SlideShow25987.filters.blendTrans.Apply();
}
document.images.SlideShow25987.src = preLoad25987[j25987].src;
document.images.SlideShow25987.alt = altArray25987[j25987];
display_code(textArray25987[j25987],'slide_text25987');
picNum25987 = j25987;
if (document.all) {
document.images.SlideShow25987.filters.blendTrans.Play();
}
j25987 = j25987 + 1;
if (j25987 > (p25987 - 1)) j25987 = 0;
t25987 = setTimeout('runSlideShow25987()', slideShowSpeed25987);
}

