// this file is dynamically generated
var t1694;
var j1694 = 0;
var p1694 = Pic1694.length;
var preLoad1694 = new Array();
for (i = 0; i < p1694; i++) {
preLoad1694[i] = new Image();
preLoad1694[i].src = Pic1694[i];
}
var picNum1694 = 0;
function runSlideShow1694() {
if (document.all) {
document.images.SlideShow1694.style.filter="blendTrans(duration=2)";
document.images.SlideShow1694.style.filter="blendTrans(duration=crossFadeDuration1694)";
document.images.SlideShow1694.filters.blendTrans.Apply();
}
document.images.SlideShow1694.src = preLoad1694[j1694].src;
document.images.SlideShow1694.alt = altArray1694[j1694];
display_code(textArray1694[j1694],'slide_text1694');
picNum1694 = j1694;
if (document.all) {
document.images.SlideShow1694.filters.blendTrans.Play();
}
j1694 = j1694 + 1;
if (j1694 > (p1694 - 1)) j1694 = 0;
t1694 = setTimeout('runSlideShow1694()', slideShowSpeed1694);
}
