var fDesc=new Array(); fDesc[0] = "ConfidentSend™ is the most comprehensive, user friendly and fast solution for removing hidden data & metadata from email attachments.

Hidden data stored in many popular file types may contain confidential and private information that when exposed can cause you and your organization embarrassment with possible financial and legal implications.
ConfidentSend™ can remove hidden data from Microsoft Office® documents (Word, Excel, PowerPoint), OpenOffice.org documents, PDF documents, and popular image and media file types such as JPEG, PNG, and SVG. ConfidentSend™ can remove hidden data from files even if they are compressed within ZIP files."; 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 = ''; } }