// this file is dynamically generated
var t8137;
var j8137 = 0;
var p8137 = Pic8137.length;
var preLoad8137 = new Array();
for (i = 0; i < p8137; i++) {
preLoad8137[i] = new Image();
preLoad8137[i].src = Pic8137[i];
}
var picNum8137 = 0;
function runSlideShow8137() {
if (document.all) {
document.images.SlideShow8137.style.filter="blendTrans(duration=2)";
document.images.SlideShow8137.style.filter="blendTrans(duration=crossFadeDuration8137)";
document.images.SlideShow8137.filters.blendTrans.Apply();
}
document.images.SlideShow8137.src = preLoad8137[j8137].src;
document.images.SlideShow8137.alt = altArray8137[j8137];
display_code(textArray8137[j8137],'slide_text8137');
picNum8137 = j8137;
if (document.all) {
document.images.SlideShow8137.filters.blendTrans.Play();
}
j8137 = j8137 + 1;
if (j8137 > (p8137 - 1)) j8137 = 0;
t8137 = setTimeout('runSlideShow8137()', slideShowSpeed8137);
}

