var fDesc=new Array(); fDesc[0] = "FontExpert imports fonts and creates font library. You can keep your fonts organized in groups (sets), and activate or deactivate font sets. A group may include either the font file, or a link to a file located in any folder on your computer or network drive. It is easy to add fonts or links by drag-and-dropping from the Windows Explorer to the Groups view.

FontExpert displays the list of all installed typefaces and lets you explore folders and preview uninstalled fonts located on your compact disks or DVDs, local disks, removable disks or network drives. You can preview the font as a paragraph of text or as a detailed character map. It is easy to choose the desired font size, font style or color."; 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 = ''; } }