// this file is dynamically generated
var t1272;
var j1272 = 0;
var p1272 = Pic1272.length;
var preLoad1272 = new Array();
for (i = 0; i < p1272; i++) {
preLoad1272[i] = new Image();
preLoad1272[i].src = Pic1272[i];
}
var picNum1272 = 0;
function runSlideShow1272() {
if (document.all) {
document.images.SlideShow1272.style.filter="blendTrans(duration=2)";
document.images.SlideShow1272.style.filter="blendTrans(duration=crossFadeDuration1272)";
document.images.SlideShow1272.filters.blendTrans.Apply();
}
document.images.SlideShow1272.src = preLoad1272[j1272].src;
document.images.SlideShow1272.alt = altArray1272[j1272];
display_code(textArray1272[j1272],'slide_text1272');
picNum1272 = j1272;
if (document.all) {
document.images.SlideShow1272.filters.blendTrans.Play();
}
j1272 = j1272 + 1;
if (j1272 > (p1272 - 1)) j1272 = 0;
t1272 = setTimeout('runSlideShow1272()', slideShowSpeed1272);
}
