// this file is dynamically generated
var t2573;
var j2573 = 0;
var p2573 = Pic2573.length;
var preLoad2573 = new Array();
for (i = 0; i < p2573; i++) {
preLoad2573[i] = new Image();
preLoad2573[i].src = Pic2573[i];
}
var picNum2573 = 0;
function runSlideShow2573() {
if (document.all) {
document.images.SlideShow2573.style.filter="blendTrans(duration=2)";
document.images.SlideShow2573.style.filter="blendTrans(duration=crossFadeDuration2573)";
document.images.SlideShow2573.filters.blendTrans.Apply();
}
document.images.SlideShow2573.src = preLoad2573[j2573].src;
document.images.SlideShow2573.alt = altArray2573[j2573];
display_code(textArray2573[j2573],'slide_text2573');
picNum2573 = j2573;
if (document.all) {
document.images.SlideShow2573.filters.blendTrans.Play();
}
j2573 = j2573 + 1;
if (j2573 > (p2573 - 1)) j2573 = 0;
t2573 = setTimeout('runSlideShow2573()', slideShowSpeed2573);
}

