// this file is dynamically generated
var t831;
var j831 = 0;
var p831 = Pic831.length;
var preLoad831 = new Array();
for (i = 0; i < p831; i++) {
preLoad831[i] = new Image();
preLoad831[i].src = Pic831[i];
}
var picNum831 = 0;
function runSlideShow831() {
if (document.all) {
document.images.SlideShow831.style.filter="blendTrans(duration=2)";
document.images.SlideShow831.style.filter="blendTrans(duration=crossFadeDuration831)";
document.images.SlideShow831.filters.blendTrans.Apply();
}
document.images.SlideShow831.src = preLoad831[j831].src;
document.images.SlideShow831.alt = altArray831[j831];
display_code(textArray831[j831],'slide_text831');
picNum831 = j831;
if (document.all) {
document.images.SlideShow831.filters.blendTrans.Play();
}
j831 = j831 + 1;
if (j831 > (p831 - 1)) j831 = 0;
t831 = setTimeout('runSlideShow831()', slideShowSpeed831);
}
