function confirmRemove() {
	return confirm("Are you sure you want to remove this?");
}