function content_show (){
	document.getElementById('content_table').style.display = 'block';
}