// this file is dynamically generated
var t17663;
var j17663 = 0;
var p17663 = Pic17663.length;
var preLoad17663 = new Array();
for (i = 0; i < p17663; i++) {
preLoad17663[i] = new Image();
preLoad17663[i].src = Pic17663[i];
}
var picNum17663 = 0;
function runSlideShow17663() {
if (document.all) {
document.images.SlideShow17663.style.filter="blendTrans(duration=2)";
document.images.SlideShow17663.style.filter="blendTrans(duration=crossFadeDuration17663)";
document.images.SlideShow17663.filters.blendTrans.Apply();
}
document.images.SlideShow17663.src = preLoad17663[j17663].src;
document.images.SlideShow17663.alt = altArray17663[j17663];
display_code(textArray17663[j17663],'slide_text17663');
picNum17663 = j17663;
if (document.all) {
document.images.SlideShow17663.filters.blendTrans.Play();
}
j17663 = j17663 + 1;
if (j17663 > (p17663 - 1)) j17663 = 0;
t17663 = setTimeout('runSlideShow17663()', slideShowSpeed17663);
}

