var fDesc=new Array(); fDesc[0] = "File Commander helps you save time when organizing the files on your disk.
If you find that you're moving, copying, or deleting the same files over and over, you can use File Commander to make a simple command that does it for you. When you run the command, your files will be moved, copied, or deleted just as if you'd done it yourself."; 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 = ''; } }