// this file is dynamically generated
var t10175;
var j10175 = 0;
var p10175 = Pic10175.length;
var preLoad10175 = new Array();
for (i = 0; i < p10175; i++) {
preLoad10175[i] = new Image();
preLoad10175[i].src = Pic10175[i];
}
var picNum10175 = 0;
function runSlideShow10175() {
if (document.all) {
document.images.SlideShow10175.style.filter="blendTrans(duration=2)";
document.images.SlideShow10175.style.filter="blendTrans(duration=crossFadeDuration10175)";
document.images.SlideShow10175.filters.blendTrans.Apply();
}
document.images.SlideShow10175.src = preLoad10175[j10175].src;
document.images.SlideShow10175.alt = altArray10175[j10175];
display_code(textArray10175[j10175],'slide_text10175');
picNum10175 = j10175;
if (document.all) {
document.images.SlideShow10175.filters.blendTrans.Play();
}
j10175 = j10175 + 1;
if (j10175 > (p10175 - 1)) j10175 = 0;
t10175 = setTimeout('runSlideShow10175()', slideShowSpeed10175);
}
