// this file is dynamically generated
var t1303;
var j1303 = 0;
var p1303 = Pic1303.length;
var preLoad1303 = new Array();
for (i = 0; i < p1303; i++) {
preLoad1303[i] = new Image();
preLoad1303[i].src = Pic1303[i];
}
var picNum1303 = 0;
function runSlideShow1303() {
if (document.all) {
document.images.SlideShow1303.style.filter="blendTrans(duration=2)";
document.images.SlideShow1303.style.filter="blendTrans(duration=crossFadeDuration1303)";
document.images.SlideShow1303.filters.blendTrans.Apply();
}
document.images.SlideShow1303.src = preLoad1303[j1303].src;
document.images.SlideShow1303.alt = altArray1303[j1303];
display_code(textArray1303[j1303],'slide_text1303');
picNum1303 = j1303;
if (document.all) {
document.images.SlideShow1303.filters.blendTrans.Play();
}
j1303 = j1303 + 1;
if (j1303 > (p1303 - 1)) j1303 = 0;
t1303 = setTimeout('runSlideShow1303()', slideShowSpeed1303);
}
