// JavaScript Document
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<12)// aanpassen aan aantal plaatjes
stap++
else
stap=1
setTimeout("overvloeier()",3500)// de tijd tussen twee plaatjes in milliseconden
}
function overgang(){
if (beeldnr==1)
window.location="http://www.afas.nl "
else if (beeldnr==2)
window.location="http://www.afipro.nl "
else if (beeldnr==3)
window.location="http://www.blom-ass-adv.nl" 
else if (beeldnr==4)
window.location="http://www.formido.nl "
else if (beeldnr==5)
window.location="http://www.fritsvandijk.nl" 
else if (beeldnr==6)
window.location="http://www.ijdorff.nl"
else if (beeldnr==7)
window.location="http://www.deleusdervelder.nl"
else if (beeldnr==8)
window.location="http://www.mooiekijkers.nl"
else if (beeldnr==9)
window.location="http://www.amersfoort.rabobank.nl"
else if (beeldnr==10)
window.location="http://www.rwsivs.nl"
else if (beeldnr==11)
window.location="http://www.toprecruit.nl"
else if (beeldnr==12)
window.location="http://www.fotoverhoeff.nl "
}