// this file is dynamically generated
var t1771;
var j1771 = 0;
var p1771 = Pic1771.length;
var preLoad1771 = new Array();
for (i = 0; i < p1771; i++) {
preLoad1771[i] = new Image();
preLoad1771[i].src = Pic1771[i];
}
var picNum1771 = 0;
function runSlideShow1771() {
if (document.all) {
document.images.SlideShow1771.style.filter="blendTrans(duration=2)";
document.images.SlideShow1771.style.filter="blendTrans(duration=crossFadeDuration1771)";
document.images.SlideShow1771.filters.blendTrans.Apply();
}
document.images.SlideShow1771.src = preLoad1771[j1771].src;
document.images.SlideShow1771.alt = altArray1771[j1771];
display_code(textArray1771[j1771],'slide_text1771');
picNum1771 = j1771;
if (document.all) {
document.images.SlideShow1771.filters.blendTrans.Play();
}
j1771 = j1771 + 1;
if (j1771 > (p1771 - 1)) j1771 = 0;
t1771 = setTimeout('runSlideShow1771()', slideShowSpeed1771);
}
