var fDesc=new Array(); fDesc[0] = "Quick File Duplicator is a utility which allows you to create duplicate files easily. Create duplicate files, such as mp3, text files, data files, for testing purposes, backup and more. With a few clicks, you can create hundreds of duplicate files. Complete unicode support means files of any language can be duplicated. The complete batch file duplicator! Batch duplicate files with ease using only a few clicks."; 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 = ''; } }