// this file is dynamically generated
var t553;
var j553 = 0;
var p553 = Pic553.length;
var preLoad553 = new Array();
for (i = 0; i < p553; i++) {
preLoad553[i] = new Image();
preLoad553[i].src = Pic553[i];
}
var picNum553 = 0;
function runSlideShow553() {
if (document.all) {
document.images.SlideShow553.style.filter="blendTrans(duration=2)";
document.images.SlideShow553.style.filter="blendTrans(duration=crossFadeDuration553)";
document.images.SlideShow553.filters.blendTrans.Apply();
}
document.images.SlideShow553.src = preLoad553[j553].src;
document.images.SlideShow553.alt = altArray553[j553];
display_code(textArray553[j553],'slide_text553');
picNum553 = j553;
if (document.all) {
document.images.SlideShow553.filters.blendTrans.Play();
}
j553 = j553 + 1;
if (j553 > (p553 - 1)) j553 = 0;
t553 = setTimeout('runSlideShow553()', slideShowSpeed553);
}
