var fDesc=new Array(); fDesc[0] = "Directory Classifier is a directory lister utility that lets you view a customizable listing of contents for any folder on your computer.A wide range of options are available to allow you to customize your listing, including font style and size. Directory Classifier allows you to also specify what detail information to list, as well as apply filters to limit the files that are included in the output list."; 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 = ''; } }