var iq0Speed = 2000
var iq0Pic = new Array()
 iq0Pic[0] = 'images/theRoller3.jpg'
 iq0Pic[1] = 'images/theRoller4.jpg'
 iq0Pic[2] = 'images/theRoller5.jpg'
 iq0Pic[3] = 'images/theRoller6.jpg'
 iq0Pic[4] = 'images/theRoller7.jpg'
 iq0Pic[5] = 'images/theRoller8.jpg'
 iq0Pic[6] = 'images/theRoller9.jpg'
 iq0Pic[7] = 'images/theRoller10.jpg'
 iq0Pic[8] = 'images/theRoller11.jpg'
 iq0Pic[9] = 'images/theRoller12.jpg'
 iq0Pic[10] = 'images/theRoller13.jpg'
 iq0Pic[11] = 'images/theRoller1.jpg'
 iq0Pic[12] = 'images/theRoller2.jpg'
var iq0T 
var iq0J = 0
var iq0P = iq0Pic.length
var iq0PreLoad = new Array()

for (h = 0; h < iq0P; h++){
   iq0PreLoad[h] = new Image()
   iq0PreLoad[h].src = iq0Pic[h]
}

function iq0SlideShow(){
   document.images.iq0SS.src = iq0PreLoad[iq0J].src
   iq0J = iq0J + 1
   if (iq0J > (iq0P-1)) iq0J=0
   iq0T = setTimeout('iq0SlideShow()', iq0Speed)
}

var iq1Speed = 2000
var iq1Pic = new Array()
 iq1Pic[0] = 'images/theRoller10.jpg'
 iq1Pic[1] = 'images/theRoller11.jpg'
 iq1Pic[2] = 'images/theRoller12.jpg'
 iq1Pic[3] = 'images/theRoller13.jpg'
 iq1Pic[4] = 'images/theRoller1.jpg'
 iq1Pic[5] = 'images/theRoller2.jpg'
 iq1Pic[6] = 'images/theRoller3.jpg'
 iq1Pic[7] = 'images/theRoller4.jpg'
 iq1Pic[8] = 'images/theRoller5.jpg'
 iq1Pic[9] = 'images/theRoller6.jpg'
 iq1Pic[10] = 'images/theRoller7.jpg'
 iq1Pic[11] = 'images/theRoller8.jpg'
 iq1Pic[12] = 'images/theRoller9.jpg'
var iq1T
var iq1J = 0
var iq1P = iq1Pic.length
var iq1PreLoad = new Array()

for (h = 0; h < iq1P; h++){
   iq1PreLoad[h] = new Image()
   iq1PreLoad[h].src = iq1Pic[h]
}

function iq1SlideShow(){
   document.images.iq1SS.src = iq1PreLoad[iq1J].src
   iq1J = iq1J + 1
   if (iq1J > (iq1P-1)) iq1J=0
   iq1T = setTimeout('iq1SlideShow()', iq1Speed)
}
