function swap(obj) {
	document.getElementById("archief").style.display = "none";
	document.getElementById(obj).style.display = "block";	
}
