function hover(img) {
	img.src = "http://www.rijschoolhaan.nl/images/" + img.name + "-hover.gif";
}

function out(img) {
	img.src = "http://www.rijschoolhaan.nl/images/" + img.name + ".gif";
}