// this file is dynamically generated
var t87660;
var j87660 = 0;
var p87660 = Pic87660.length;
var preLoad87660 = new Array();
for (i = 0; i < p87660; i++) {
preLoad87660[i] = new Image();
preLoad87660[i].src = Pic87660[i];
}
var picNum87660 = 0;
function runSlideShow87660() {
if (document.all) {
document.images.SlideShow87660.style.filter="blendTrans(duration=2)";
document.images.SlideShow87660.style.filter="blendTrans(duration=crossFadeDuration87660)";
document.images.SlideShow87660.filters.blendTrans.Apply();
}
document.images.SlideShow87660.src = preLoad87660[j87660].src;
document.images.SlideShow87660.alt = altArray87660[j87660];
display_code(textArray87660[j87660],'slide_text87660');
picNum87660 = j87660;
if (document.all) {
document.images.SlideShow87660.filters.blendTrans.Play();
}
j87660 = j87660 + 1;
if (j87660 > (p87660 - 1)) j87660 = 0;
t87660 = setTimeout('runSlideShow87660()', slideShowSpeed87660);
}
