// this file is dynamically generated
var t43289;
var j43289 = 0;
var p43289 = Pic43289.length;
var preLoad43289 = new Array();
for (i = 0; i < p43289; i++) {
preLoad43289[i] = new Image();
preLoad43289[i].src = Pic43289[i];
}
var picNum43289 = 0;
function runSlideShow43289() {
if (document.all) {
document.images.SlideShow43289.style.filter="blendTrans(duration=2)";
document.images.SlideShow43289.style.filter="blendTrans(duration=crossFadeDuration43289)";
document.images.SlideShow43289.filters.blendTrans.Apply();
}
document.images.SlideShow43289.src = preLoad43289[j43289].src;
document.images.SlideShow43289.alt = altArray43289[j43289];
display_code(textArray43289[j43289],'slide_text43289');
picNum43289 = j43289;
if (document.all) {
document.images.SlideShow43289.filters.blendTrans.Play();
}
j43289 = j43289 + 1;
if (j43289 > (p43289 - 1)) j43289 = 0;
t43289 = setTimeout('runSlideShow43289()', slideShowSpeed43289);
}

