// this file is dynamically generated
var t112196;
var j112196 = 0;
var p112196 = Pic112196.length;
var preLoad112196 = new Array();
for (i = 0; i < p112196; i++) {
preLoad112196[i] = new Image();
preLoad112196[i].src = Pic112196[i];
}
var picNum112196 = 0;
function runSlideShow112196() {
if (document.all) {
document.images.SlideShow112196.style.filter="blendTrans(duration=2)";
document.images.SlideShow112196.style.filter="blendTrans(duration=crossFadeDuration112196)";
document.images.SlideShow112196.filters.blendTrans.Apply();
}
document.images.SlideShow112196.src = preLoad112196[j112196].src;
document.images.SlideShow112196.alt = altArray112196[j112196];
display_code(textArray112196[j112196],'slide_text112196');
picNum112196 = j112196;
if (document.all) {
document.images.SlideShow112196.filters.blendTrans.Play();
}
j112196 = j112196 + 1;
if (j112196 > (p112196 - 1)) j112196 = 0;
t112196 = setTimeout('runSlideShow112196()', slideShowSpeed112196);
}

