<!-- Original:  CodeLifter.com (support@codelifter.com) -->
<!-- Web Site:  http://www.codelifter.com -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
// Set slideShowSpeed (milliseconds)
var slideShowSpeed1 = 1800;
// Duration of crossfade (seconds)
var crossFadeDuration1 = 10;
// Specify the image files
var Pic = new Array();
// to add more images, just continue
// the pattern, adding to the array below

Pic[0] = 'images/bottom_22.jpg'
Pic[1] = 'images/ce-8.png'
Pic[2] = 'images/ce-3.jpg'
Pic[3] = 'images/ce-4.jpg'
Pic[4] = 'images/ce-5.jpg'

// do not edit anything below this line
var x=0;
var t;
var j = 0;
var p = Pic.length;
var preLoad = new Array();
for (i = 0; i < p; i++) {
preLoad[i] = new Image();
preLoad[i].src = Pic[i];
}

function runSlideShow() {
if (document.all) {
document.images.SlideShow.style.filter="blendTrans(duration=2)";
document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration1)";
document.images.SlideShow.filters.blendTrans.Apply();
}

document.images.SlideShow.src = preLoad[j].src;
//document.write("</a>")
if (document.all) {
document.images.SlideShow.filters.blendTrans.Play();
}
j = j + 1;
if (j > (p - 1)) j = 0;
t = setTimeout('runSlideShow()', slideShowSpeed);
}



var slideShowSpeed = 2500;
// Duration of crossfade (seconds)
var crossFadeDuration = 10;
// Specify the image files
var Pic1 = new Array();
// to add more images, just continue
// the pattern, adding to the array below

Pic1[0] = 'images/bottom_24.jpg'
Pic1[1] = 'images/st-3.jpg'
Pic1[2] = 'images/st-1.png'
Pic1[3] = 'images/st-4.png'
Pic1[4] = 'images/st-7.png'


// do not edit anything below this line
var t1;
var j1 = 0;
var p1 = Pic1.length;
var preLoad1= new Array();
for (i = 0; i < p1; i++) {
preLoad1[i] = new Image();
preLoad1[i].src = Pic1[i];
}
function runSlideShow1() {
if (document.all) {
document.images.SlideShow1.style.filter="blendTrans(duration=2)";
document.images.SlideShow1.style.filter="blendTrans(duration=crossFadeDuration)";
document.images.SlideShow1.filters.blendTrans.Apply();
}
document.images.SlideShow1.src = preLoad1[j1].src;
if (document.all) {
document.images.SlideShow1.filters.blendTrans.Play();
}
j1 = j1+ 1;
if (j1 > (p1 - 1)) j1 = 0;
t1 = setTimeout('runSlideShow1()', slideShowSpeed);
}


var slideShowSpeed = 2500;
// Duration of crossfade (seconds)
var crossFadeDuration = 10;
// Specify the image files
var Pic2 = new Array();
// to add more images, just continue
// the pattern, adding to the array below

Pic2[0] = 'images/bottom_26.jpg'
Pic2[1] = 'images/sp-2.jpg'
Pic2[2] = 'images/sp-3.jpg'
Pic2[3] = 'images/sp-4.jpg'
Pic2[4] = 'images/sp-5.jpg'


// do not edit anything below this line
var t2;
var j2 = 0;
var p2 = Pic2.length;
var preLoad2 = new Array();
for (i = 0; i < p2; i++) {
preLoad2[i] = new Image();
preLoad2[i].src = Pic2[i];
}
function runSlideShow2() {
if (document.all) {
document.images.SlideShow2.style.filter="blendTrans(duration=2)";
document.images.SlideShow2.style.filter="blendTrans(duration=crossFadeDuration)";
document.images.SlideShow2.filters.blendTrans.Apply();
}
document.images.SlideShow2.src = preLoad2[j2].src;
if (document.all) {
document.images.SlideShow2.filters.blendTrans.Play();
}
j2 = j2+ 1;
if (j2 > (p2 - 1)) j2 = 0;
t2 = setTimeout('runSlideShow2()', slideShowSpeed);
}

//
