// this file is dynamically generated
var t308;
var j308 = 0;
var p308 = Pic308.length;
var preLoad308 = new Array();
for (i = 0; i < p308; i++) {
preLoad308[i] = new Image();
preLoad308[i].src = Pic308[i];
}
var picNum308 = 0;
function runSlideShow308() {
if (document.all) {
document.images.SlideShow308.style.filter="blendTrans(duration=2)";
document.images.SlideShow308.style.filter="blendTrans(duration=crossFadeDuration308)";
document.images.SlideShow308.filters.blendTrans.Apply();
}
document.images.SlideShow308.src = preLoad308[j308].src;
document.images.SlideShow308.alt = altArray308[j308];
display_code(textArray308[j308],'slide_text308');
picNum308 = j308;
if (document.all) {
document.images.SlideShow308.filters.blendTrans.Play();
}
j308 = j308 + 1;
if (j308 > (p308 - 1)) j308 = 0;
t308 = setTimeout('runSlideShow308()', slideShowSpeed308);
}
