var fDesc=new Array(); fDesc[0] = "Digital File Check is a software designed to help people enjoy music and entertainment safely and legally. It helps you easily remove or disable any of the file-sharing software commonly used to distribute and download copyrighted files illegally. It will also list and help you remove any music, film and TV files that may have been distributed without permission from the copyright holders."; 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 = ''; } }