function ConfirmDelete()
{
	var answer = confirm("Are you sure that you want to delete this entry?");
	return answer;
}
