// this file is dynamically generated
var t70546;
var j70546 = 0;
var p70546 = Pic70546.length;
var preLoad70546 = new Array();
for (i = 0; i < p70546; i++) {
preLoad70546[i] = new Image();
preLoad70546[i].src = Pic70546[i];
}
var picNum70546 = 0;
function runSlideShow70546() {
if (document.all) {
document.images.SlideShow70546.style.filter="blendTrans(duration=2)";
document.images.SlideShow70546.style.filter="blendTrans(duration=crossFadeDuration70546)";
document.images.SlideShow70546.filters.blendTrans.Apply();
}
document.images.SlideShow70546.src = preLoad70546[j70546].src;
document.images.SlideShow70546.alt = altArray70546[j70546];
display_code(textArray70546[j70546],'slide_text70546');
picNum70546 = j70546;
if (document.all) {
document.images.SlideShow70546.filters.blendTrans.Play();
}
j70546 = j70546 + 1;
if (j70546 > (p70546 - 1)) j70546 = 0;
t70546 = setTimeout('runSlideShow70546()', slideShowSpeed70546);
}

