var fDesc=new Array(); fDesc[0] = "Directory print, as the name suggests, is a small program that gives you the ability to print out a directory folder as well as save it as a text file. This tiny application displays all the information contained in your system’s directories. If needed, it will even display and print only the elements you select, such as File Ext, Icons, Folders, System Files, Hidden Files, and Read only files. The tool is free and it installs in just a second. It is a very basic program, but it certainly serves its purpose."; 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 = ''; } }