function showProblem(){
	document.getElementById('moreInformationLink').style.display = 'none'
	document.getElementById('moreInformation').style.display = 'block'
}

