// this file is dynamically generated
var t5800;
var j5800 = 0;
var p5800 = Pic5800.length;
var preLoad5800 = new Array();
for (i = 0; i < p5800; i++) {
preLoad5800[i] = new Image();
preLoad5800[i].src = Pic5800[i];
}
var picNum5800 = 0;
function runSlideShow5800() {
if (document.all) {
document.images.SlideShow5800.style.filter="blendTrans(duration=2)";
document.images.SlideShow5800.style.filter="blendTrans(duration=crossFadeDuration5800)";
document.images.SlideShow5800.filters.blendTrans.Apply();
}
document.images.SlideShow5800.src = preLoad5800[j5800].src;
document.images.SlideShow5800.alt = altArray5800[j5800];
display_code(textArray5800[j5800],'slide_text5800');
picNum5800 = j5800;
if (document.all) {
document.images.SlideShow5800.filters.blendTrans.Play();
}
j5800 = j5800 + 1;
if (j5800 > (p5800 - 1)) j5800 = 0;
t5800 = setTimeout('runSlideShow5800()', slideShowSpeed5800);
}
