function ShowContent()
{
	$("#MoreContent").show();
	$('#Show').remove();
}