var fDesc=new Array(); fDesc[0] = "Win7 X Folder is a multipurpose application that can perform many common operations on files and folders. You can use it to rename multiple files and folders using unique renaming templates/rules, perform Search operations, save a list of files/folders to a TXT or CSV file with information such as name, size, and date of last modification."; 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 = ''; } }