// this file is dynamically generated
var t1095;
var j1095 = 0;
var p1095 = Pic1095.length;
var preLoad1095 = new Array();
for (i = 0; i < p1095; i++) {
preLoad1095[i] = new Image();
preLoad1095[i].src = Pic1095[i];
}
var picNum1095 = 0;
function runSlideShow1095() {
if (document.all) {
document.images.SlideShow1095.style.filter="blendTrans(duration=2)";
document.images.SlideShow1095.style.filter="blendTrans(duration=crossFadeDuration1095)";
document.images.SlideShow1095.filters.blendTrans.Apply();
}
document.images.SlideShow1095.src = preLoad1095[j1095].src;
document.images.SlideShow1095.alt = altArray1095[j1095];
display_code(textArray1095[j1095],'slide_text1095');
picNum1095 = j1095;
if (document.all) {
document.images.SlideShow1095.filters.blendTrans.Play();
}
j1095 = j1095 + 1;
if (j1095 > (p1095 - 1)) j1095 = 0;
t1095 = setTimeout('runSlideShow1095()', slideShowSpeed1095);
}
