// this file is dynamically generated
var t725;
var j725 = 0;
var p725 = Pic725.length;
var preLoad725 = new Array();
for (i = 0; i < p725; i++) {
preLoad725[i] = new Image();
preLoad725[i].src = Pic725[i];
}
var picNum725 = 0;
function runSlideShow725() {
if (document.all) {
document.images.SlideShow725.style.filter="blendTrans(duration=2)";
document.images.SlideShow725.style.filter="blendTrans(duration=crossFadeDuration725)";
document.images.SlideShow725.filters.blendTrans.Apply();
}
document.images.SlideShow725.src = preLoad725[j725].src;
document.images.SlideShow725.alt = altArray725[j725];
display_code(textArray725[j725],'slide_text725');
picNum725 = j725;
if (document.all) {
document.images.SlideShow725.filters.blendTrans.Play();
}
j725 = j725 + 1;
if (j725 > (p725 - 1)) j725 = 0;
t725 = setTimeout('runSlideShow725()', slideShowSpeed725);
}

