var fDesc=new Array(); fDesc[0] = "FoFiPrint is a simple, inexpensive, directory printer utility
that enables you to print a list of folders and files easily ... no more fumbling around with "Print Screen." FoFiPrint is easy to use and takes only a few moments to install. Then simply use the browse button to locate your folder and click "Print Preview" to create a directory and file list. You can open your report in your default web browser or your CSV file program (Microsoft Excel, for example)."; 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 = ''; } }