function showContent(id) {
	document.getElementById('more_'+id).style.display = 'none';
	document.getElementById('cnt_'+id).style.display = 'block';
	return false;
}

