// Design by M.Q.W.S. 
function changeimage(towhat,url){
if (document.images){
document.images.targetimage.src=towhat.src
gotolink=url
}
}
function warp(){
window.location=gotolink
}

var myimages=new Array()
var gotolink="#"
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}


preloadimages("http://pevaro.nl/wp-content/themes/Pevaro/images/Veiligheid.jpg","http://pevaro.nl/wp-content/themes/Pevaro/images/stoffen.gif","http://pevaro.nl/wp-content/themes/Pevaro/images/Chauffeur.jpg","http://pevaro.nl/wp-content/themes/Pevaro/images/logistiek.jpg","http://pevaro.nl/wp-content/themes/Pevaro/images/ondernemer.jpg", "http://pevaro.nl/wp-content/themes/Pevaro/images/management.jpg", "http://localhost/PevaroWordpressBackup/wp-content/themes/Pevaro/images/milieu.gif")

