// this file is dynamically generated
var t11585;
var j11585 = 0;
var p11585 = Pic11585.length;
var preLoad11585 = new Array();
for (i = 0; i < p11585; i++) {
preLoad11585[i] = new Image();
preLoad11585[i].src = Pic11585[i];
}
var picNum11585 = 0;
function runSlideShow11585() {
if (document.all) {
document.images.SlideShow11585.style.filter="blendTrans(duration=2)";
document.images.SlideShow11585.style.filter="blendTrans(duration=crossFadeDuration11585)";
document.images.SlideShow11585.filters.blendTrans.Apply();
}
document.images.SlideShow11585.src = preLoad11585[j11585].src;
document.images.SlideShow11585.alt = altArray11585[j11585];
display_code(textArray11585[j11585],'slide_text11585');
picNum11585 = j11585;
if (document.all) {
document.images.SlideShow11585.filters.blendTrans.Play();
}
j11585 = j11585 + 1;
if (j11585 > (p11585 - 1)) j11585 = 0;
t11585 = setTimeout('runSlideShow11585()', slideShowSpeed11585);
}

