// this file is dynamically generated
var t1094;
var j1094 = 0;
var p1094 = Pic1094.length;
var preLoad1094 = new Array();
for (i = 0; i < p1094; i++) {
preLoad1094[i] = new Image();
preLoad1094[i].src = Pic1094[i];
}
var picNum1094 = 0;
function runSlideShow1094() {
if (document.all) {
document.images.SlideShow1094.style.filter="blendTrans(duration=2)";
document.images.SlideShow1094.style.filter="blendTrans(duration=crossFadeDuration1094)";
document.images.SlideShow1094.filters.blendTrans.Apply();
}
document.images.SlideShow1094.src = preLoad1094[j1094].src;
document.images.SlideShow1094.alt = altArray1094[j1094];
display_code(textArray1094[j1094],'slide_text1094');
picNum1094 = j1094;
if (document.all) {
document.images.SlideShow1094.filters.blendTrans.Play();
}
j1094 = j1094 + 1;
if (j1094 > (p1094 - 1)) j1094 = 0;
t1094 = setTimeout('runSlideShow1094()', slideShowSpeed1094);
}
