/* Verander afbeelding in gallery */
function switchAfbeelding(id)
{
	document.getElementById('grote_thumb').src = "gethumb.asp?tabelnaam=gallery&veldnaam=afbeelding&width=382&cropheight=265&soort=crop&id="+id;
	
	document.getElementById('pakplaat').href = "gethumb.asp?tabelnaam=gallery&veldnaam=afbeelding&width=382&cropheight=265&soort=crop&download=1&id="+id;
}
