﻿    //<![CDATA[
//voorladen van de plaatjes
var foto1=new Image()
foto1.src="../Pictures/Kanoen.jpg"// foto 1
var foto2=new Image()
foto2.src="../Pictures/Kamperen.jpg"// foto 2
var foto3=new Image()
foto3.src="../Pictures/Boogschieten.jpg"// foto 3
var foto4=new Image()
foto4.src="../Pictures/Hiken.jpg"// foto 4
var foto5=new Image()
foto5.src="../Pictures/Pionieren.jpg"// foto 5
var foto6=new Image()
foto6.src="../Pictures/Teamspelen.jpg"// foto 6
var foto7=new Image()
foto7.src="../Pictures/klimmen.jpg"// foto 7
var foto8=new Image()
foto8.src="../Pictures/Vlot.jpg"// foto 8
var foto9=new Image()
foto9.src="../Pictures/ennogveelmeerhout.jpg"// foto 8
var stap=1
var beeldnr=1
function overvloeier(){
if (!document.images)
return
if (document.all)
slide.filters.blendTrans.apply()
document.images.slide.src=eval("foto"+stap+".src")
if (document.all)
slide.filters.blendTrans.play()
beeldnr=stap
if (stap<9)// aanpassen aan aantal plaatjes
stap++
else
stap=1
setTimeout("overvloeier()",5000)// de tijd tussen twee plaatjes in milliseconden
}
function overgang(){
if (beeldnr==1)
window.location="http://www.hjbwateregge.nl/Contact.php"
else if (beeldnr==2)
window.location="http://www.hjbwateregge.nl/Contact.php"
else if (beeldnr==3)
window.location="http://www.hjbwateregge.nl/Contact.php" 
else if (beeldnr==4)
window.location="http://www.hjbwateregge.nl/Contact.php"
else if (beeldnr==5)
window.location="http://www.hjbwateregge.nl/Contact.php" // bij meer foto's gewoon doornummeren
else if (beeldnr==6)
window.location="http://www.hjbwateregge.nl/Contact.php"
else if (beeldnr==7)
window.location="http://www.hjbwateregge.nl/Contact.php"
else if (beeldnr==8)
window.location="http://www.hjbwateregge.nl/Contact.php"
else if (beeldnr==9)
window.location="http://www.hjbwateregge.nl/Contact.php"
}
 //]]>

