function display(id, which) {
		document.getElementById(id).style.display = (which);
	}