<!--
var breedte=300 // 375
var hoogte=200 // 100
var snelheid=1
agrondkleur="#000000"

var afbeelding=new Array()
afbeelding[0]='<img src="' + jvPath + 'picture/slide01.jpg" width=200 height=203 border=0></a>'
afbeelding[1]='<img src="' + jvPath + 'picture/slide02.jpg" width=200 height=203 border=0></a>'
afbeelding[2]='<img src="' + jvPath + 'picture/slide03.jpg" width=200 height=203 border=0></a>'
afbeelding[3]='<img src="' + jvPath + 'picture/slide04.jpg" width=200 height=203 border=0></a>'
afbeelding[4]='<img src="' + jvPath + 'picture/slide05.jpg" width=200 height=203 border=0></a>'
afbeelding[5]='<img src="' + jvPath + 'picture/slide06.jpg" width=200 height=203 border=0></a>'
afbeelding[6]='<img src="' + jvPath + 'picture/slide07.jpg" width=200 height=203 border=0></a>'
afbeelding[7]='<img src="' + jvPath + 'picture/slide08.jpg" width=200 height=203 border=0></a>'
afbeelding[8]='<img src="' + jvPath + 'picture/slide09.jpg" width=200 height=203 border=0></a>'
afbeelding[9]='<img src="' + jvPath + 'picture/slide10.jpg" width=200 height=203 border=0></a>'
afbeelding[10]='<img src="' + jvPath + 'picture/slide11.jpg" width=200 height=203 border=0></a>'
afbeelding[11]='<img src="' + jvPath + 'picture/slide12.jpg" width=200 height=203 border=0></a>'
afbeelding[12]='<img src="' + jvPath + 'picture/slide13.jpg" width=200 height=203 border=0></a>'
afbeelding[13]='<img src="' + jvPath + 'picture/slide14.jpg" width=200 height=203 border=0></a>'
afbeelding[14]='<img src="' + jvPath + 'picture/slide15.jpg" width=200 height=203 border=0></a>'
afbeelding[15]='<img src="' + jvPath + 'picture/slide16.jpg" width=200 height=203 border=0></a>'
afbeelding[16]='<img src="' + jvPath + 'picture/slide17.jpg" width=200 height=203 border=0></a>'
afbeelding[17]='<img src="' + jvPath + 'picture/slide18.jpg" width=200 height=203 border=0></a>'
afbeelding[18]='<img src="' + jvPath + 'picture/slide19.jpg" width=200 height=203 border=0></a>'
afbeelding[19]='<img src="' + jvPath + 'picture/slide20.jpg" width=200 height=203 border=0></a>'
afbeelding[20]='<img src="' + jvPath + 'picture/slide21.jpg" width=200 height=203 border=0></a>'
afbeelding[21]='<img src="' + jvPath + 'picture/slide22.jpg" width=200 height=203 border=0></a>'
afbeelding[22]='<img src="' + jvPath + 'picture/slide23.jpg" width=200 height=203 border=0></a>'
afbeelding[23]='<img src="' + jvPath + 'picture/slide24.jpg" width=200 height=203 border=0></a>'
afbeelding[24]='<img src="' + jvPath + 'picture/slide25.jpg" width=200 height=203 border=0></a>'
afbeelding[25]='<img src="' + jvPath + 'picture/slide26.jpg" width=200 height=203 border=0></a>'
afbeelding[26]='<img src="' + jvPath + 'picture/slide27.jpg" width=200 height=203 border=0></a>'
afbeelding[27]='<img src="' + jvPath + 'picture/slide28.jpg" width=200 height=203 border=0></a>'
afbeelding[28]='<img src="' + jvPath + 'picture/slide29.jpg" width=200 height=203 border=0></a>'
afbeelding[29]='<img src="' + jvPath + 'picture/slide30.jpg" width=200 height=203 border=0></a>'
afbeelding[30]='<img src="' + jvPath + 'picture/slide31.jpg" width=200 height=203 border=0></a>'

var kopieersnelheid=snelheid
afbeelding='<nobr>'+afbeelding.join(" ")+'</nobr>'
var iedom=document.all||document.getElementById
if (iedom)
document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-100;left:-9000">'+afbeelding+'</span>')
var huidige_breedte=''

function opvullen(){
if (iedom){
afb=document.getElementById? document.getElementById("test2") : document.all.test2
afb2=document.getElementById? document.getElementById("test3") : document.all.test3
afb.innerHTML=afb2.innerHTML=afbeelding
huidige_breedte=document.all? afb.offsetWidth : document.getElementById("temp").offsetWidth
afb2.style.left=huidige_breedte+4
}
else if (document.layers){
ns_slide=document.netscape.document.netscape2
ns_slide2=document.netscape.document.netscape3
ns_slide.document.write(afbeelding)
ns_slide.document.close()
huidige_breedte=ns_slide.document.width
ns_slide2.left=huidige_breedte+4
ns_slide2.document.write(afbeelding)
ns_slide2.document.close()
}
lefttime=setInterval("schuiflinks()",30)
}
window.onload=opvullen

function schuiflinks(){
if (iedom){
if (parseInt(afb.style.left)>(huidige_breedte*(-1)+8))
afb.style.left=parseInt(afb.style.left)-kopieersnelheid
else
afb.style.left=parseInt(afb2.style.left)+huidige_breedte+4

if (parseInt(afb2.style.left)>(huidige_breedte*(-1)+8))
afb2.style.left=parseInt(afb2.style.left)-kopieersnelheid
else
afb2.style.left=parseInt(afb.style.left)+huidige_breedte+4

}
else if (document.layers){
if (ns_slide.left>(huidige_breedte*(-1)+8))
ns_slide.left-=kopieersnelheid
else
ns_slide.left=ns_slide2.left+huidige_breedte+4

if (ns_slide2.left>(huidige_breedte*(-1)+8))
ns_slide2.left-=kopieersnelheid
else
ns_slide2.left=ns_slide.left+huidige_breedte+4
}
}

if (iedom||document.layers){
with (document){
document.write('<table border="0" cellspacing="0" cellpadding="0"><td>')
if (iedom){
write('<div style="position:relative;width:'+breedte+';height:'+hoogte+';overflow:hidden">')
write('<div style="position:absolute;width:'+breedte+';height:'+hoogte+';background-color:'+agrondkleur+'" onMouseover="kopieersnelheid=0" onMouseout="kopieersnelheid=snelheid">')
write('<div id="test2" style="position:absolute;left:0;top:0"></div>')
write('<div id="test3" style="position:absolute;left:-1000;top:0"></div>')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+breedte+' height='+hoogte+' name="netscape" bgColor='+agrondkleur+'>')
write('<layer name="netscape2" left=0 top=0 onMouseover="kopieersnelheid=0" onMouseout="kopieersnelheid=snelheid"></layer>')
write('<layer name="netscape3" left=0 top=0 onMouseover="kopieersnelheid=0" onMouseout="kopieersnelheid=snelheid"></layer>')
write('</ilayer>')
}
document.write('</td></table>')
}
}
//-->


