var fDesc=new Array(); fDesc[0] = "With Zer0, you'll be able to delete files and to prevent file recovery by a 3rd person.Zer0 is a user friendly file deletion tool with a high level of security. It has a high security file deletion algorithm,a multithreaded application core that provides maximum efficiency without freezing the application and more."; 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 = ''; } }