// this file is dynamically generated
var t15553;
var j15553 = 0;
var p15553 = Pic15553.length;
var preLoad15553 = new Array();
for (i = 0; i < p15553; i++) {
preLoad15553[i] = new Image();
preLoad15553[i].src = Pic15553[i];
}
var picNum15553 = 0;
function runSlideShow15553() {
if (document.all) {
document.images.SlideShow15553.style.filter="blendTrans(duration=2)";
document.images.SlideShow15553.style.filter="blendTrans(duration=crossFadeDuration15553)";
document.images.SlideShow15553.filters.blendTrans.Apply();
}
document.images.SlideShow15553.src = preLoad15553[j15553].src;
document.images.SlideShow15553.alt = altArray15553[j15553];
display_code(textArray15553[j15553],'slide_text15553');
picNum15553 = j15553;
if (document.all) {
document.images.SlideShow15553.filters.blendTrans.Play();
}
j15553 = j15553 + 1;
if (j15553 > (p15553 - 1)) j15553 = 0;
t15553 = setTimeout('runSlideShow15553()', slideShowSpeed15553);
}
