function SendDelete(id,href) {
  return confirm('удалить?');
}

function ParentUpdate(href) {
 if (href) {self.parent.location = href;}
 self.parent.tb_remove();
 return false;
}

