// this file is dynamically generated
var t11152;
var j11152 = 0;
var p11152 = Pic11152.length;
var preLoad11152 = new Array();
for (i = 0; i < p11152; i++) {
preLoad11152[i] = new Image();
preLoad11152[i].src = Pic11152[i];
}
var picNum11152 = 0;
function runSlideShow11152() {
if (document.all) {
document.images.SlideShow11152.style.filter="blendTrans(duration=2)";
document.images.SlideShow11152.style.filter="blendTrans(duration=crossFadeDuration11152)";
document.images.SlideShow11152.filters.blendTrans.Apply();
}
document.images.SlideShow11152.src = preLoad11152[j11152].src;
document.images.SlideShow11152.alt = altArray11152[j11152];
display_code(textArray11152[j11152],'slide_text11152');
picNum11152 = j11152;
if (document.all) {
document.images.SlideShow11152.filters.blendTrans.Play();
}
j11152 = j11152 + 1;
if (j11152 > (p11152 - 1)) j11152 = 0;
t11152 = setTimeout('runSlideShow11152()', slideShowSpeed11152);
}
