// this file is dynamically generated
var t272;
var j272 = 0;
var p272 = Pic272.length;
var preLoad272 = new Array();
for (i = 0; i < p272; i++) {
preLoad272[i] = new Image();
preLoad272[i].src = Pic272[i];
}
var picNum272 = 0;
function runSlideShow272() {
if (document.all) {
document.images.SlideShow272.style.filter="blendTrans(duration=2)";
document.images.SlideShow272.style.filter="blendTrans(duration=crossFadeDuration272)";
document.images.SlideShow272.filters.blendTrans.Apply();
}
document.images.SlideShow272.src = preLoad272[j272].src;
document.images.SlideShow272.alt = altArray272[j272];
display_code(textArray272[j272],'slide_text272');
picNum272 = j272;
if (document.all) {
document.images.SlideShow272.filters.blendTrans.Play();
}
j272 = j272 + 1;
if (j272 > (p272 - 1)) j272 = 0;
t272 = setTimeout('runSlideShow272()', slideShowSpeed272);
}
