function confirmDelete(item)
{
	return confirm("Are you sure that you want to permanently delete this " + item + "?");
}