var fDesc=new Array(); fDesc[0] = "This is a simple software which helps you to find duplicate files in your hard disk or portable media like flash drives and memory chips. The program features fast scanning, enables you to pause or stop scanning process and give you the option to delete files permanently or move them to the recycle bin."; 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 = ''; } }