// this file is dynamically generated
var t16699;
var j16699 = 0;
var p16699 = Pic16699.length;
var preLoad16699 = new Array();
for (i = 0; i < p16699; i++) {
preLoad16699[i] = new Image();
preLoad16699[i].src = Pic16699[i];
}
var picNum16699 = 0;
function runSlideShow16699() {
if (document.all) {
document.images.SlideShow16699.style.filter="blendTrans(duration=2)";
document.images.SlideShow16699.style.filter="blendTrans(duration=crossFadeDuration16699)";
document.images.SlideShow16699.filters.blendTrans.Apply();
}
document.images.SlideShow16699.src = preLoad16699[j16699].src;
document.images.SlideShow16699.alt = altArray16699[j16699];
display_code(textArray16699[j16699],'slide_text16699');
picNum16699 = j16699;
if (document.all) {
document.images.SlideShow16699.filters.blendTrans.Play();
}
j16699 = j16699 + 1;
if (j16699 > (p16699 - 1)) j16699 = 0;
t16699 = setTimeout('runSlideShow16699()', slideShowSpeed16699);
}

