function show_old_items(obj) {
	document.getElementById("archivio").style.display = "block";
	obj.style.display = "none";
	return true
}
