// this file is dynamically generated
var t228;
var j228 = 0;
var p228 = Pic228.length;
var preLoad228 = new Array();
for (i = 0; i < p228; i++) {
preLoad228[i] = new Image();
preLoad228[i].src = Pic228[i];
}
var picNum228 = 0;
function runSlideShow228() {
if (document.all) {
document.images.SlideShow228.style.filter="blendTrans(duration=2)";
document.images.SlideShow228.style.filter="blendTrans(duration=crossFadeDuration228)";
document.images.SlideShow228.filters.blendTrans.Apply();
}
document.images.SlideShow228.src = preLoad228[j228].src;
document.images.SlideShow228.alt = altArray228[j228];
display_code(textArray228[j228],'slide_text228');
picNum228 = j228;
if (document.all) {
document.images.SlideShow228.filters.blendTrans.Play();
}
j228 = j228 + 1;
if (j228 > (p228 - 1)) j228 = 0;
t228 = setTimeout('runSlideShow228()', slideShowSpeed228);
}

