// this file is dynamically generated
var t750;
var j750 = 0;
var p750 = Pic750.length;
var preLoad750 = new Array();
for (i = 0; i < p750; i++) {
preLoad750[i] = new Image();
preLoad750[i].src = Pic750[i];
}
var picNum750 = 0;
function runSlideShow750() {
if (document.all) {
document.images.SlideShow750.style.filter="blendTrans(duration=2)";
document.images.SlideShow750.style.filter="blendTrans(duration=crossFadeDuration750)";
document.images.SlideShow750.filters.blendTrans.Apply();
}
document.images.SlideShow750.src = preLoad750[j750].src;
document.images.SlideShow750.alt = altArray750[j750];
display_code(textArray750[j750],'slide_text750');
picNum750 = j750;
if (document.all) {
document.images.SlideShow750.filters.blendTrans.Play();
}
j750 = j750 + 1;
if (j750 > (p750 - 1)) j750 = 0;
t750 = setTimeout('runSlideShow750()', slideShowSpeed750);
}
