// this file is dynamically generated
var t18573;
var j18573 = 0;
var p18573 = Pic18573.length;
var preLoad18573 = new Array();
for (i = 0; i < p18573; i++) {
preLoad18573[i] = new Image();
preLoad18573[i].src = Pic18573[i];
}
var picNum18573 = 0;
function runSlideShow18573() {
if (document.all) {
document.images.SlideShow18573.style.filter="blendTrans(duration=2)";
document.images.SlideShow18573.style.filter="blendTrans(duration=crossFadeDuration18573)";
document.images.SlideShow18573.filters.blendTrans.Apply();
}
document.images.SlideShow18573.src = preLoad18573[j18573].src;
document.images.SlideShow18573.alt = altArray18573[j18573];
display_code(textArray18573[j18573],'slide_text18573');
picNum18573 = j18573;
if (document.all) {
document.images.SlideShow18573.filters.blendTrans.Play();
}
j18573 = j18573 + 1;
if (j18573 > (p18573 - 1)) j18573 = 0;
t18573 = setTimeout('runSlideShow18573()', slideShowSpeed18573);
}

