function confirmSelection(question) {
	return confirm(question);
}