function confirmDelete(thisform) {
	return window.confirm('Are you sure you want to delete this item?');
}

function confirmDeleteUser(thisform) {
	return window.confirm('Are you sure you want to delete this user and remove all of their photos?');
}

function confirmDeletePhotoAlbum(thisform) {
	return window.confirm('Are you sure you want to delete this users photo album?');
}