// this file is dynamically generated
var t824;
var j824 = 0;
var p824 = Pic824.length;
var preLoad824 = new Array();
for (i = 0; i < p824; i++) {
preLoad824[i] = new Image();
preLoad824[i].src = Pic824[i];
}
var picNum824 = 0;
function runSlideShow824() {
if (document.all) {
document.images.SlideShow824.style.filter="blendTrans(duration=2)";
document.images.SlideShow824.style.filter="blendTrans(duration=crossFadeDuration824)";
document.images.SlideShow824.filters.blendTrans.Apply();
}
document.images.SlideShow824.src = preLoad824[j824].src;
document.images.SlideShow824.alt = altArray824[j824];
display_code(textArray824[j824],'slide_text824');
picNum824 = j824;
if (document.all) {
document.images.SlideShow824.filters.blendTrans.Play();
}
j824 = j824 + 1;
if (j824 > (p824 - 1)) j824 = 0;
t824 = setTimeout('runSlideShow824()', slideShowSpeed824);
}
