function confirm_delete()
{
	return confirm('Are you sure you want to delete this item?');
}

function confirm_deleteall()
{
	return confirm('Are you sure you want to delete all items?');
}
