var fDesc=new Array(); fDesc[0] = "Metadata Analyzer is an analytical tool for checking MS Office documents: Microsoft Word, Microsoft Excel, and Microsoft PowerPoint for unauthorized private information disclosure. The software application inserts information about an initial name, (previous) authors, corporate name(s), number of saves and other built-in & custom properties which can infringe your privacy. Metadata Analyzer will advise you of this information. Be professional in your office work and don't allow unauthorized disclosure of your private information!"; 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 = ''; } }