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<11)
stap++
else
stap=1
setTimeout("overvloeier()",6000)
}
function overgang(){
if (beeldnr==1)
window.location="index.html"
else if (beeldnr==2)
window.location="producten_vloerverwarming.html"
else if (beeldnr==3)
window.location="bypass.html"
if (beeldnr==4)
window.location="bypass.html"
else if (beeldnr==5)
window.location="index.html"
else if (beeldnr==6)
window.location="vloerverwarming_bindenopstaalmat.html"
if (beeldnr==7)
window.location="houtenvloeren_vloerverwarming.html"
else if (beeldnr==8)
window.location="utiliteitsbouw.html"
else if (beeldnr==9)
window.location="wandverwarming.html"
else if (beeldnr==10)
window.location="plafondkoeling.html"
else if (beeldnr==11)
window.location="contact.html"
}



