var fDesc=new Array(); fDesc[0] = "MasterLister is a suite of 3 utilities that allow you to make inventory lists of the contents of your computer.
You can list the contents of any directory or drive, create a book of your fonts, and compile a list of all your "Favorites" links.
MasterLister is a freeware."; 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 = ''; } }