var slidespeed=3000
//specify images
var slideimages=new Array("webimages/fotos_rotator/4217.jpg","webimages/fotos_rotator/3.jpg","webimages/fotos_rotator/4235.jpg","webimages/fotos_rotator/6.jpg","webimages/fotos_rotator/4230.jpg","webimages/fotos_rotator/5037.jpg","webimages/fotos_rotator/28.jpg","webimages/fotos_rotator/4232.jpg","webimages/fotos_rotator/91.jpg","webimages/fotos_rotator/4228.jpg","webimages/fotos_rotator/94.jpg","webimages/fotos_rotator/4246.jpg","webimages/fotos_rotator/104.jpg")
//specify corresponding links
var slidelinks=new Array("http://www.delponti.be","http://www.delponti.be","http://www.delponti.be")

var imageholder=new Array()
var ie55=window.createPopup
for (i=0;i<slideimages.length;i++){
imageholder[i]=new Image()
imageholder[i].src=slideimages[i]
}

function gotoshow(){
window.location=slidelinks[whichlink]
}

