var lk3;
lk3=0;
var Links3 = new Array();
var tip3 = new Array();


tip3[0] ='Patient Compliments';
tip3[1] ='Patient Compliments';
tip3[2] ='Patient Compliments';
tip3[3] ='Patient Compliments';
tip3[4] ='Patient Compliments';


function tooltip3()
{
document.images.SlideShow3.title= tip3[lk3];
}

function test3()
{
var win2=window.location(Links3[lk3]);
}
var slideShowSpeed = 4500;
var crossFadeDuration = 3;
var Pic3 = new Array();

Pic3[0] = 'images/home_img22.jpg'
Pic3[1] = 'images/home_img6.jpg'
Pic3[2] = 'images/home_img22.jpg'
Pic3[3] = 'images/home_img6_a.jpg'
Pic3[4] = 'images/home_img22.jpg'
Pic3[5] = 'images/home_img10.jpg'
Pic3[6] = 'images/home_img12.jpg'
Pic3[7] = 'images/home_img22.jpg'
Pic3[8] = 'images/home_img7.jpg'
Pic3[9] = 'images/home_img22.jpg'
Pic3[10] = 'images/home_img.jpg'
Pic3[11] = 'images/home_img22.jpg'
Pic3[12] = 'images/home_img2.jpg'
Pic3[13] = 'images/home_img3.jpg'
Pic3[14] = 'images/home_img4.jpg'
Pic3[15] = 'images/home_img22.jpg'
Pic3[16] = 'images/home_img5.jpg'
Pic3[17] = 'images/home_img22.jpg'
Pic3[18] = 'images/home_img11.jpg'
Pic3[19] = 'images/home_img8.jpg'

var t3;
var j3 = 0;
var p3 = Pic3.length;

var preLoad3 = new Array();

for (i3 = 0; i3 < p3; i3++) 
{
preLoad3[i3] = new Image();
preLoad3[i3].src = Pic3[i3];
}

function runSlideShow3() 
{
if (document.all) 
{
document.images.SlideShow3.style.filter="blendTrans(duration=2)";
document.images.SlideShow3.style.filter="blendTrans(duration=crossFadeDuration2)";
document.images.SlideShow3.filters.blendTrans.Apply();
}
lk3=j3;
document.images.SlideShow3.src = preLoad3[j3].src;
tooltip3();
if (document.all) 
{
document.images.SlideShow3.filters.blendTrans.Play();
}
t = setTimeout('runSlideShow3()', slideShowSpeed);
j3 = j3 + 1;
if (j3 > (p3 - 1)) j3 = 0;
}





