// JavaScript Document
var slideShowSpeed = 3000
var crossFadeDuration = 3

// =======================================
// SLIDE
// =======================================

var Pic = new Array() 
Pic[0] = '5.jpg'
Pic[1] = '6.jpg'
Pic[2] = '8.jpg'


// =======================================
// Ne rien éditer au-dessous de cette ligne
// =======================================

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=crossFadeDuration)"
document.images.SlideShow.filters.blendTrans.Apply() 
}
document.images.SlideShow.src = preLoad[j].src
if (document.all){
document.images.SlideShow.filters.blendTrans.Play()
}
j = j + 1
if (j > (p-1)) j=0
t = setTimeout('runSlideShow()', slideShowSpeed)
}

// =======================================
// SLIDE 1
// =======================================

var Pic1 = new Array() 
Pic1[0] = '2.jpg'
Pic1[1] = '3.jpg'
Pic1[2] = '4.jpg'
Pic1[3] = '1.jpg'
// =======================================
// Ne rien éditer au-dessous de cette ligne
// =======================================

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() 
}
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)
}
// =======================================
// SLIDE 2
// =======================================

var Pic2 = new Array() 
Pic2[0] = '9.jpg'
Pic2[1] = '10.jpg'
Pic2[2] = '11.jpg'
Pic2[3] = '12.jpg'

// =======================================
// Ne rien éditer au-dessous de cette ligne
// =======================================

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=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)
}

// =======================================
// SLIDE 3
// =======================================

var Pic3 = new Array() 
Pic3[0] = '13.jpg'
Pic3[1] = '14.jpg'
Pic3[2] = '15.jpg'
Pic3[3] = '16.jpg'

// =======================================
// Ne rien éditer au-dessous de cette ligne
// =======================================

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=crossFadeDuration)"
document.images.SlideShow3.filters.blendTrans.Apply() 
}
document.images.SlideShow3.src = preLoad3[j3].src
if (document.all){
document.images.SlideShow3.filters.blendTrans.Play()
}
j3 = j3 + 1
if (j3 > (p3-1)) j3=0
t3 = setTimeout('runSlideShow3()', slideShowSpeed)
}

// =======================================
// SLIDE 4
// =======================================

var Pic4 = new Array() 
Pic4[0] = '14.jpg'
Pic4[1] = '15.jpg'
Pic4[2] = '16.jpg'
Pic4[3] = '13.jpg'
Pic4[4] = '39.jpg'

// =======================================
// Ne rien éditer au-dessous de cette ligne
// =======================================

var t4
var j4 = 0
var p4 = Pic4.length

var preLoad4 = new Array()
for (i4 = 0; i4 < p4; i4++){
preLoad4[i4] = new Image()
preLoad4[i4].src = Pic4[i4]
}

function runSlideShow4(){
if (document.all){
document.images.SlideShow4.style.filter="blendTrans(duration=2)"
document.images.SlideShow4.style.filter="blendTrans(duration=crossFadeDuration)"
document.images.SlideShow4.filters.blendTrans.Apply() 
}
document.images.SlideShow4.src = preLoad4[j4].src
if (document.all){
document.images.SlideShow4.filters.blendTrans.Play()
}
j4 = j4 + 1
if (j4 > (p4-1)) j4=0
t4 = setTimeout('runSlideShow4()', slideShowSpeed)
}

// =======================================
// SLIDE 5
// =======================================

var Pic5 = new Array() 
Pic5[0] = '20.jpg'
Pic5[1] = '21.jpg'
Pic5[2] = '19.jpg'
Pic5[3] = '18.jpg'
Pic5[4] = '37.jpg'
Pic5[5] = '38.jpg'

// =======================================
// Ne rien éditer au-dessous de cette ligne
// =======================================

var t5
var j5 = 0
var p5 = Pic5.length

var preLoad5 = new Array()
for (i5 = 0; i5 < p5; i5++){
preLoad5[i5] = new Image()
preLoad5[i5].src = Pic5[i5]
}

function runSlideShow5(){
if (document.all){
document.images.SlideShow5.style.filter="blendTrans(duration=2)"
document.images.SlideShow5.style.filter="blendTrans(duration=crossFadeDuration)"
document.images.SlideShow5.filters.blendTrans.Apply() 
}
document.images.SlideShow5.src = preLoad5[j5].src
if (document.all){
document.images.SlideShow5.filters.blendTrans.Play()
}
j5 = j5 + 1
if (j5 > (p5-1)) j5=0
t5 = setTimeout('runSlideShow5()', slideShowSpeed)
}

// =======================================
// SLIDE 6
// =======================================

var Pic6 = new Array() 
Pic6[0] = '31.jpg'
Pic6[1] = '32.jpg'
Pic6[2] = '33.jpg'

// =======================================
// Ne rien éditer au-dessous de cette ligne
// =======================================

var t6
var j6 = 0
var p6 = Pic6.length

var preLoad6 = new Array()
for (i6 = 0; i6 < p6; i6++){
preLoad6[i6] = new Image()
preLoad6[i6].src = Pic6[i6]
}

function runSlideShow6(){
if (document.all){
document.images.SlideShow6.style.filter="blendTrans(duration=2)"
document.images.SlideShow6.style.filter="blendTrans(duration=crossFadeDuration)"
document.images.SlideShow6.filters.blendTrans.Apply() 
}
document.images.SlideShow6.src = preLoad6[j6].src
if (document.all){
document.images.SlideShow6.filters.blendTrans.Play()
}
j6 = j6 + 1
if (j6 > (p6-1)) j6=0
t6 = setTimeout('runSlideShow6()', slideShowSpeed)
}

// =======================================
// SLIDE 7
// =======================================

var Pic7 = new Array() 
Pic7[0] = '27.jpg'
Pic7[1] = '28.jpg'
Pic7[2] = '29.jpg'
Pic7[3] = '30.jpg'


// =======================================
// Ne rien éditer au-dessous de cette ligne
// =======================================

var t7
var j7 = 0
var p7 = Pic7.length

var preLoad7 = new Array()
for (i7 = 0; i7 < p7; i7++){
preLoad7[i7] = new Image()
preLoad7[i7].src = Pic7[i7]
}

function runSlideShow7(){
if (document.all){
document.images.SlideShow7.style.filter="blendTrans(duration=2)"
document.images.SlideShow7.style.filter="blendTrans(duration=crossFadeDuration)"
document.images.SlideShow7.filters.blendTrans.Apply() 
}
document.images.SlideShow7.src = preLoad7[j7].src
if (document.all){
document.images.SlideShow7.filters.blendTrans.Play()
}
j7 = j7 + 1
if (j7 > (p7-1)) j7=0
t7 = setTimeout('runSlideShow7()', slideShowSpeed)
}

// =======================================
// SLIDE 8
// =======================================

var Pic8 = new Array() 
Pic8[0] = '23.jpg'
Pic8[1] = '24.jpg'
Pic8[2] = '25.jpg'
Pic8[3] = '26.jpg'

// =======================================
// Ne rien éditer au-dessous de cette ligne
// =======================================

var t8
var j8 = 0
var p8 = Pic8.length

var preLoad8 = new Array()
for (i8 = 0; i8 < p8; i8++){
preLoad8[i8] = new Image()
preLoad8[i8].src = Pic8[i8]
}

function runSlideShow8(){
if (document.all){
document.images.SlideShow8.style.filter="blendTrans(duration=2)"
document.images.SlideShow8.style.filter="blendTrans(duration=crossFadeDuration)"
document.images.SlideShow8.filters.blendTrans.Apply() 
}
document.images.SlideShow8.src = preLoad8[j8].src
if (document.all){
document.images.SlideShow8.filters.blendTrans.Play()
}
j8 = j8 + 1
if (j8 > (p8-1)) j8=0
t8 = setTimeout('runSlideShow8()', slideShowSpeed)
}

// =======================================
// SLIDE 9
// =======================================

var Pic9 = new Array() 
Pic9[0] = '34.jpg'
Pic9[1] = '35.jpg'
Pic9[2] = '36.jpg'

// =======================================
// Ne rien éditer au-dessous de cette ligne
// =======================================

var t9
var j9 = 0
var p9 = Pic9.length

var preLoad9 = new Array()
for (i9 = 0; i9 < p9; i9++){
preLoad9[i9] = new Image()
preLoad9[i9].src = Pic9[i9]
}

function runSlideShow9(){
if (document.all){
document.images.SlideShow9.style.filter="blendTrans(duration=2)"
document.images.SlideShow9.style.filter="blendTrans(duration=crossFadeDuration)"
document.images.SlideShow9.filters.blendTrans.Apply() 
}
document.images.SlideShow9.src = preLoad9[j9].src
if (document.all){
document.images.SlideShow9.filters.blendTrans.Play()
}
j9 = j9 + 1
if (j9 > (p9-1)) j9=0
t9 = setTimeout('runSlideShow9()', slideShowSpeed)
}