// showContent() Function

function showContent()
{
	document.getElementById('content').style.display = "block";
	document.getElementById('moreinfo').style.display = "none";
}