function DisableKeys(event)
{
  if (event.ctrlKey)
  {
    alert(".: DATAiFX :. Combinación de teclas deshabilitada");
  }
}

