function showRegionMap()
{
	document.getElementById( "surveyMap" ).style.display = "block";
	document.getElementById( "surveyQuestion" ).style.visibility = "hidden";
}

function hideRegionMap()
{
	document.getElementById( "surveyMap" ).style.display = "none";
	document.getElementById( "surveyQuestion" ).style.visibility = "visible";
}