var fDesc=new Array(); fDesc[0] = "Digital Dump Sorter helps you sort your files and folders. When manually sorting chances are that files like these might be considered useless and might not survive. There is an option to sort pictures by date of last modified. Another option is to add a counter to each folder in the result. This way you will quickly see how many of which files are inside every folder"; 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 = ''; } }