// this file is dynamically generated
var t18124;
var j18124 = 0;
var p18124 = Pic18124.length;
var preLoad18124 = new Array();
for (i = 0; i < p18124; i++) {
preLoad18124[i] = new Image();
preLoad18124[i].src = Pic18124[i];
}
var picNum18124 = 0;
function runSlideShow18124() {
if (document.all) {
document.images.SlideShow18124.style.filter="blendTrans(duration=2)";
document.images.SlideShow18124.style.filter="blendTrans(duration=crossFadeDuration18124)";
document.images.SlideShow18124.filters.blendTrans.Apply();
}
document.images.SlideShow18124.src = preLoad18124[j18124].src;
document.images.SlideShow18124.alt = altArray18124[j18124];
display_code(textArray18124[j18124],'slide_text18124');
picNum18124 = j18124;
if (document.all) {
document.images.SlideShow18124.filters.blendTrans.Play();
}
j18124 = j18124 + 1;
if (j18124 > (p18124 - 1)) j18124 = 0;
t18124 = setTimeout('runSlideShow18124()', slideShowSpeed18124);
}
