function unhide(id) {
	document.getElementById(id).style.display = '';
}