function hideAllPeople() {
	$$("#people-layers>div").invoke("hide");
}

