// this file is dynamically generated
var t5425;
var j5425 = 0;
var p5425 = Pic5425.length;
var preLoad5425 = new Array();
for (i = 0; i < p5425; i++) {
preLoad5425[i] = new Image();
preLoad5425[i].src = Pic5425[i];
}
var picNum5425 = 0;
function runSlideShow5425() {
if (document.all) {
document.images.SlideShow5425.style.filter="blendTrans(duration=2)";
document.images.SlideShow5425.style.filter="blendTrans(duration=crossFadeDuration5425)";
document.images.SlideShow5425.filters.blendTrans.Apply();
}
document.images.SlideShow5425.src = preLoad5425[j5425].src;
document.images.SlideShow5425.alt = altArray5425[j5425];
display_code(textArray5425[j5425],'slide_text5425');
picNum5425 = j5425;
if (document.all) {
document.images.SlideShow5425.filters.blendTrans.Play();
}
j5425 = j5425 + 1;
if (j5425 > (p5425 - 1)) j5425 = 0;
t5425 = setTimeout('runSlideShow5425()', slideShowSpeed5425);
}
