//slideshow start
var slidespeed=3000
var slideimages=new Array("newsponsors/martle.gif","newsponsors/fobatec.gif","newsponsors/devriendt.gif","newsponsors/delrue.gif","newsponsors/volcke.gif","newsponsors/dewaal.gif","newsponsors/willaert.gif","newsponsors/boothuis.gif","newsponsors/cheznous.gif","newsponsors/pcstudio.gif","newsponsors/tanghe.gif","newsponsors/axam.gif")
var slidelinks=new Array("http://www.martle.be/","#","http://www.devriendtprinting.be/","http://www.groupdelrue.be/new/nl/default.htm","http://www.centea.be","http://www.dewaalpalen.be/index.html","http://www.willaert-bouw.be/index.html","http://www.chez-nous.be","http://www.chez-nous.be","http://www.pcstudio.be","http://www.tanghenv.be","http://www.axam.be")
var newwindow=0
var imageholder=new Array()
var ie=document.all
for (i=0;i<slideimages.length;i++){
imageholder[i]=new Image()
imageholder[i].src=slideimages[i]
}

function gotoshow(){
//if (newwindow)
window.open(slidelinks[whichlink])
//else
//window.location=slidelinks[whichlink]
}
//slideshow end
