// this file is dynamically generated
var t505;
var j505 = 0;
var p505 = Pic505.length;
var preLoad505 = new Array();
for (i = 0; i < p505; i++) {
preLoad505[i] = new Image();
preLoad505[i].src = Pic505[i];
}
var picNum505 = 0;
function runSlideShow505() {
if (document.all) {
document.images.SlideShow505.style.filter="blendTrans(duration=2)";
document.images.SlideShow505.style.filter="blendTrans(duration=crossFadeDuration505)";
document.images.SlideShow505.filters.blendTrans.Apply();
}
document.images.SlideShow505.src = preLoad505[j505].src;
document.images.SlideShow505.alt = altArray505[j505];
display_code(textArray505[j505],'slide_text505');
picNum505 = j505;
if (document.all) {
document.images.SlideShow505.filters.blendTrans.Play();
}
j505 = j505 + 1;
if (j505 > (p505 - 1)) j505 = 0;
t505 = setTimeout('runSlideShow505()', slideShowSpeed505);
}
