<!--
var slidespeed=3000 // snelheid in milliseconden

//verander hieronder de namen van de foto's
var slideimages=new Array("images/sponsorgroep/rabobank.gif",
						  "images/sponsorgroep/veltink.gif",
						  "images/sponsorgroep/deverwenbakker.gif",
						  "images/sponsorgroep/regeling.gif",
						  "images/sponsorgroep/meulenkamp.gif",
						  "images/sponsorgroep/plus.gif",
						  "images/sponsorgroep/plantema.gif",
						  "images/sponsorgroep/ksh.gif",
						  "images/sponsorgroep/dtw.gif",
						  "images/sponsorgroep/gaasbeek.gif",
						  "images/sponsorgroep/nvs.gif",
						  "images/sponsorgroep/bevro.gif",
						  "images/sponsorgroep/agraplan.gif",
						  "images/sponsorgroep/heuver.gif",
						  "images/sponsorgroep/waaijer.gif",
						  "images/sponsorgroep/hewespo.gif",
						  "images/sponsorgroep/veurink.gif",
						  "images/sponsorgroep/prins.gif",
						  "images/sponsorgroep/frits.gif",
						  "images/sponsorgroep/bbl.gif",
						  "images/sponsorgroep/lennips.gif",
						  "images/sponsorgroep/hans.gif",
						  "images/sponsorgroep/tim.gif",
						  "images/sponsorgroep/back.gif",
						  "images/sponsorgroep/tricolore.gif")
//specificeer de foto's achtereenvolgns met de gewenst url
var slidelinks=new Array("http://www.rabobank.nl",
						 "http://www.veltink.com",
						 "http://www.verwenbakker.nl",
						 "http://www.bouwbedrijfregeling.nl",
						 "http://www.meulenkamp.info",
						 "http://www.plus.nl",
						 "http://www.plantema.eu/?l=0",
						 "http://www.ksh.nl",
						 "http://www.detelefoongids.nl/bg-l/17707681-DTW+Handelsonderneming/vermelding/",
						 "http://www.gaasbeekmedia.nl",
						 "http://www.nvs-vlaggenservice.nl",
						 "http://www.bevro.nl",
						 "http://www.agraplan.nl",
						 "http://www.profile-heuver.nl",
						 "http://www.waaijer-langeveen.nl",
						 "http://www.detelefoongids.nl/bg-l/17066762-Hewespo+Handelsonderneming/vermelding/",
						 "http://www.veurink-partners.nl",
						 "http://www.sport2000prins.nl",
						 "http://www.fritsvos.nl",
						 "http://www.bb-l.nl",
						 "http://www.lennips.nl",
						 "http://www.zoekned.nl/Langeveen/409560_Hans+Oude+Hendriksman",
						 "http://www.tim-glasproducten.nl",
						 "http://www.detelefoongids.nl/bg-l/18206563-EP+Back+Electronics/vermelding/",
						 "http://www.vvbruchterveld.nl")

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(){
//parent.mainFrame.location=slidelinks[whichlink]
window.open(slidelinks[whichlink]);
}

//-->

