// this file is dynamically generated
var t106;
var j106 = 0;
var p106 = Pic106.length;
var preLoad106 = new Array();
for (i = 0; i < p106; i++) {
preLoad106[i] = new Image();
preLoad106[i].src = Pic106[i];
}
var picNum106 = 0;
function runSlideShow106() {
if (document.all) {
document.images.SlideShow106.style.filter="blendTrans(duration=2)";
document.images.SlideShow106.style.filter="blendTrans(duration=crossFadeDuration106)";
document.images.SlideShow106.filters.blendTrans.Apply();
}
document.images.SlideShow106.src = preLoad106[j106].src;
document.images.SlideShow106.alt = altArray106[j106];
display_code(textArray106[j106],'slide_text106');
picNum106 = j106;
if (document.all) {
document.images.SlideShow106.filters.blendTrans.Play();
}
j106 = j106 + 1;
if (j106 > (p106 - 1)) j106 = 0;
t106 = setTimeout('runSlideShow106()', slideShowSpeed106);
}
