// this file is dynamically generated
var t1459;
var j1459 = 0;
var p1459 = Pic1459.length;
var preLoad1459 = new Array();
for (i = 0; i < p1459; i++) {
preLoad1459[i] = new Image();
preLoad1459[i].src = Pic1459[i];
}
var picNum1459 = 0;
function runSlideShow1459() {
if (document.all) {
document.images.SlideShow1459.style.filter="blendTrans(duration=2)";
document.images.SlideShow1459.style.filter="blendTrans(duration=crossFadeDuration1459)";
document.images.SlideShow1459.filters.blendTrans.Apply();
}
document.images.SlideShow1459.src = preLoad1459[j1459].src;
document.images.SlideShow1459.alt = altArray1459[j1459];
display_code(textArray1459[j1459],'slide_text1459');
picNum1459 = j1459;
if (document.all) {
document.images.SlideShow1459.filters.blendTrans.Play();
}
j1459 = j1459 + 1;
if (j1459 > (p1459 - 1)) j1459 = 0;
t1459 = setTimeout('runSlideShow1459()', slideShowSpeed1459);
}
