var fDesc=new Array(); fDesc[0] = "McAfee DLP Endpoint delivers unrivaled protection against theft and accidental disclosure of confidential data. This protection works across networks, through applications, and through removable storage devices.

Data transfer methodology — DLP Endpoint controls how you transfer data over the network, use it in applications, and copy it to removable storage devices.

Data protection regardless of format — Protect data in any format, even if it’s modified, copied, pasted, compressed, or encrypted."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }