// this file is dynamically generated
var t1232;
var j1232 = 0;
var p1232 = Pic1232.length;
var preLoad1232 = new Array();
for (i = 0; i < p1232; i++) {
preLoad1232[i] = new Image();
preLoad1232[i].src = Pic1232[i];
}
var picNum1232 = 0;
function runSlideShow1232() {
if (document.all) {
document.images.SlideShow1232.style.filter="blendTrans(duration=2)";
document.images.SlideShow1232.style.filter="blendTrans(duration=crossFadeDuration1232)";
document.images.SlideShow1232.filters.blendTrans.Apply();
}
document.images.SlideShow1232.src = preLoad1232[j1232].src;
document.images.SlideShow1232.alt = altArray1232[j1232];
display_code(textArray1232[j1232],'slide_text1232');
picNum1232 = j1232;
if (document.all) {
document.images.SlideShow1232.filters.blendTrans.Play();
}
j1232 = j1232 + 1;
if (j1232 > (p1232 - 1)) j1232 = 0;
t1232 = setTimeout('runSlideShow1232()', slideShowSpeed1232);
}
