// this file is dynamically generated
var t16563;
var j16563 = 0;
var p16563 = Pic16563.length;
var preLoad16563 = new Array();
for (i = 0; i < p16563; i++) {
preLoad16563[i] = new Image();
preLoad16563[i].src = Pic16563[i];
}
var picNum16563 = 0;
function runSlideShow16563() {
if (document.all) {
document.images.SlideShow16563.style.filter="blendTrans(duration=2)";
document.images.SlideShow16563.style.filter="blendTrans(duration=crossFadeDuration16563)";
document.images.SlideShow16563.filters.blendTrans.Apply();
}
document.images.SlideShow16563.src = preLoad16563[j16563].src;
document.images.SlideShow16563.alt = altArray16563[j16563];
display_code(textArray16563[j16563],'slide_text16563');
picNum16563 = j16563;
if (document.all) {
document.images.SlideShow16563.filters.blendTrans.Play();
}
j16563 = j16563 + 1;
if (j16563 > (p16563 - 1)) j16563 = 0;
t16563 = setTimeout('runSlideShow16563()', slideShowSpeed16563);
}

