// this file is dynamically generated
var t16864;
var j16864 = 0;
var p16864 = Pic16864.length;
var preLoad16864 = new Array();
for (i = 0; i < p16864; i++) {
preLoad16864[i] = new Image();
preLoad16864[i].src = Pic16864[i];
}
var picNum16864 = 0;
function runSlideShow16864() {
if (document.all) {
document.images.SlideShow16864.style.filter="blendTrans(duration=2)";
document.images.SlideShow16864.style.filter="blendTrans(duration=crossFadeDuration16864)";
document.images.SlideShow16864.filters.blendTrans.Apply();
}
document.images.SlideShow16864.src = preLoad16864[j16864].src;
document.images.SlideShow16864.alt = altArray16864[j16864];
display_code(textArray16864[j16864],'slide_text16864');
picNum16864 = j16864;
if (document.all) {
document.images.SlideShow16864.filters.blendTrans.Play();
}
j16864 = j16864 + 1;
if (j16864 > (p16864 - 1)) j16864 = 0;
t16864 = setTimeout('runSlideShow16864()', slideShowSpeed16864);
}
