var lk2;
lk2=0;
var Links2 = new Array();
var tip2 = new Array();


tip2[0] ='SEAFIELD International College';
tip2[1] ='SEAFIELD International College';
tip2[2] ='SEAFIELD International College';
tip2[3] ='SEAFIELD International College';
tip2[4] ='SEAFIELD International College';
tip2[5] ='SEAFIELD International College';
tip2[6] ='SEAFIELD International College';
tip2[7] ='SEAFIELD International College';


function tooltip2()
{
document.images.SlideShow2.title= tip2[lk2];
}

function test()
{
var win2=window.location(Links2[lk2]);
}
var slideShowSpeed2 = 3500;
var crossFadeDuration2 = 15;
var Pic2 = new Array();

Pic2[0] = 'images/diplomaC.jpg'
Pic2[1] = 'images/company.jpg'
Pic2[2] = 'images/certificate.jpg'
Pic2[3] = 'images/dbm.jpg'




var t2;
var j2 = 0;
var p2 = Pic2.length;

var preLoad2 = new Array();

for (i2 = 0; i2 < p2; i2++) 
{
preLoad2[i2] = new Image();
preLoad2[i2].src = Pic2[i2];
}

function runSlideShow2() 
{
if (document.all) 
{
document.images.SlideShow2.style.filter="blendTrans(duration=2)";
document.images.SlideShow2.style.filter="blendTrans(duration=crossFadeDuration2)";
document.images.SlideShow2.filters.blendTrans.Apply();
}
lk2=j2;
document.images.SlideShow2.src = preLoad2[j2].src;
tooltip2();
if (document.all) 
{
document.images.SlideShow2.filters.blendTrans.Play();
}
t = setTimeout('runSlideShow2()', slideShowSpeed2);
j2 = j2 + 1;
if (j2 > (p2 - 1)) j2 = 0;
}

