var fDesc=new Array(); fDesc[0] = "Hidden Data Detector is a free tool that was designed to find and identify hidden data & metadata in files. Hidden Data Detector can analyze Microsoft Office documents (Word, Excel, PowerPoint), OpenOffice.org / StarOffice documents, JPEG, JPEG 2000, PNG, and SVG image files, AVI and MP4 video files, and WAV and MP3 audio files. Hidden Data Detector alerts you if document properties, tracked changes, comments, presentation notes, or other types of hidden data & metadata are present in your files.
With Hidden Data Detector you can assess the risk of sharing files that contain potentially confidential and private hidden data, and evaluate your need for a comprehensive hidden data removal solution."; 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 = ''; } }