// this file is dynamically generated
var t105;
var j105 = 0;
var p105 = Pic105.length;
var preLoad105 = new Array();
for (i = 0; i < p105; i++) {
preLoad105[i] = new Image();
preLoad105[i].src = Pic105[i];
}
var picNum105 = 0;
function runSlideShow105() {
if (document.all) {
document.images.SlideShow105.style.filter="blendTrans(duration=2)";
document.images.SlideShow105.style.filter="blendTrans(duration=crossFadeDuration105)";
document.images.SlideShow105.filters.blendTrans.Apply();
}
document.images.SlideShow105.src = preLoad105[j105].src;
document.images.SlideShow105.alt = altArray105[j105];
display_code(textArray105[j105],'slide_text105');
picNum105 = j105;
if (document.all) {
document.images.SlideShow105.filters.blendTrans.Play();
}
j105 = j105 + 1;
if (j105 > (p105 - 1)) j105 = 0;
t105 = setTimeout('runSlideShow105()', slideShowSpeed105);
}
