function make-it-visible(new_content) {
	alert('bah');
	document.getElementById(new_content).style.display = 'block';		
}
