// this file is dynamically generated
var t901;
var j901 = 0;
var p901 = Pic901.length;
var preLoad901 = new Array();
for (i = 0; i < p901; i++) {
preLoad901[i] = new Image();
preLoad901[i].src = Pic901[i];
}
var picNum901 = 0;
function runSlideShow901() {
if (document.all) {
document.images.SlideShow901.style.filter="blendTrans(duration=2)";
document.images.SlideShow901.style.filter="blendTrans(duration=crossFadeDuration901)";
document.images.SlideShow901.filters.blendTrans.Apply();
}
document.images.SlideShow901.src = preLoad901[j901].src;
document.images.SlideShow901.alt = altArray901[j901];
display_code(textArray901[j901],'slide_text901');
picNum901 = j901;
if (document.all) {
document.images.SlideShow901.filters.blendTrans.Play();
}
j901 = j901 + 1;
if (j901 > (p901 - 1)) j901 = 0;
t901 = setTimeout('runSlideShow901()', slideShowSpeed901);
}

