// this file is dynamically generated
var t19005;
var j19005 = 0;
var p19005 = Pic19005.length;
var preLoad19005 = new Array();
for (i = 0; i < p19005; i++) {
preLoad19005[i] = new Image();
preLoad19005[i].src = Pic19005[i];
}
var picNum19005 = 0;
function runSlideShow19005() {
if (document.all) {
document.images.SlideShow19005.style.filter="blendTrans(duration=2)";
document.images.SlideShow19005.style.filter="blendTrans(duration=crossFadeDuration19005)";
document.images.SlideShow19005.filters.blendTrans.Apply();
}
document.images.SlideShow19005.src = preLoad19005[j19005].src;
document.images.SlideShow19005.alt = altArray19005[j19005];
display_code(textArray19005[j19005],'slide_text19005');
picNum19005 = j19005;
if (document.all) {
document.images.SlideShow19005.filters.blendTrans.Play();
}
j19005 = j19005 + 1;
if (j19005 > (p19005 - 1)) j19005 = 0;
t19005 = setTimeout('runSlideShow19005()', slideShowSpeed19005);
}

