function hoverButton(loc,cls){
	if(loc.className){
		loc.className=cls;
	}
}
function showFoto(foto){
	winpops = window.open("/content/image_show.php?id="+foto,"plaatje","width=640,height=480")
}
