var lk1;
lk1=0;
var Links1 = new Array();
var tip1 = new Array();


tip1[0] ='Lokmangal Sanstha1';
tip1[1] ='Lokmangal Sanstha1';
tip1[2] ='Lokmangal Sanstha1';
tip1[3] ='Lokmangal Sanstha1';
tip1[4] ='Lokmangal Sanstha1';
tip1[5] ='Lokmangal Sanstha1';
tip1[6] ='Lokmangal Sanstha1';
tip1[7] ='Lokmangal Sanstha1';


function tooltip1()
{
document.images.SlideShow1.title= tip1[lk1];
}

function test1()
{
var win2=window.location(Links1[lk1]);
}
var slideShowSpeed = 4500;
var crossFadeDuration = 10;
var Pic1 = new Array();

Pic1[0] = 'images/gallery/lk_b1.gif'
Pic1[1] = 'images/gallery/lk_b6.gif'
Pic1[2] = 'images/gallery/lk_b8.gif'
Pic1[3] = 'images/gallery/lk_b9.gif'
Pic1[4] = 'images/gallery/lk_b13.gif'
Pic1[5] = 'images/gallery/lk_b16.gif'
Pic1[6] = 'images/gallery/lk_b15.gif'
Pic1[7] = 'images/gallery/lk_b21.gif'

var t1;
var j1 = 0;
var p1 = Pic1.length;

var preLoad1 = new Array();

for (i1 = 0; i1 < p1; i1++) 
{
preLoad1[i1] = new Image();
preLoad1[i1].src = Pic1[i1];
}

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();
}
lk1=j1;
document.images.SlideShow1.src = preLoad1[j1].src;
tooltip1();
if (document.all) 
{
document.images.SlideShow1.filters.blendTrans.Play();
}
t = setTimeout('runSlideShow1()', slideShowSpeed);
j1 = j1 + 1;
if (j1 > (p1 - 1)) j1 = 0;
}

