var fDesc=new Array(); fDesc[0] = "Display font previews of the font files scattered in your disk folders (local or remote). Install and uninstall fonts in a click, individually or in managed groups. Detect and correct font installation problems.
Search in your font files for specific font or family names. Filter on specific Unicode ranges, characters, font widths and weights. List, import/export, inventory and print all fonts from your system, whether they are installed or not. Optimize your machine and your efficiency by using font groups tailored to specific needs."; 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 = ''; } }