// this file is dynamically generated
var t219;
var j219 = 0;
var p219 = Pic219.length;
var preLoad219 = new Array();
for (i = 0; i < p219; i++) {
preLoad219[i] = new Image();
preLoad219[i].src = Pic219[i];
}
var picNum219 = 0;
function runSlideShow219() {
if (document.all) {
document.images.SlideShow219.style.filter="blendTrans(duration=2)";
document.images.SlideShow219.style.filter="blendTrans(duration=crossFadeDuration219)";
document.images.SlideShow219.filters.blendTrans.Apply();
}
document.images.SlideShow219.src = preLoad219[j219].src;
document.images.SlideShow219.alt = altArray219[j219];
display_code(textArray219[j219],'slide_text219');
picNum219 = j219;
if (document.all) {
document.images.SlideShow219.filters.blendTrans.Play();
}
j219 = j219 + 1;
if (j219 > (p219 - 1)) j219 = 0;
t219 = setTimeout('runSlideShow219()', slideShowSpeed219);
}
