// this file is dynamically generated
var t1045;
var j1045 = 0;
var p1045 = Pic1045.length;
var preLoad1045 = new Array();
for (i = 0; i < p1045; i++) {
preLoad1045[i] = new Image();
preLoad1045[i].src = Pic1045[i];
}
var picNum1045 = 0;
function runSlideShow1045() {
if (document.all) {
document.images.SlideShow1045.style.filter="blendTrans(duration=2)";
document.images.SlideShow1045.style.filter="blendTrans(duration=crossFadeDuration1045)";
document.images.SlideShow1045.filters.blendTrans.Apply();
}
document.images.SlideShow1045.src = preLoad1045[j1045].src;
document.images.SlideShow1045.alt = altArray1045[j1045];
display_code(textArray1045[j1045],'slide_text1045');
picNum1045 = j1045;
if (document.all) {
document.images.SlideShow1045.filters.blendTrans.Play();
}
j1045 = j1045 + 1;
if (j1045 > (p1045 - 1)) j1045 = 0;
t1045 = setTimeout('runSlideShow1045()', slideShowSpeed1045);
}
