function ShowPlaceInfo(a){
	document.getElementById(a).style.display="block";
}


function HidePlaceInfo(a){
	document.getElementById(a).style.display="none";
}
