var fDesc=new Array(); fDesc[0] = "FontDoctor is the leading software tool for font problem diagnosis, repair, and organization. FontDoctor is a professional software application that will locate and eliminate hard-to-find font problems that wreak havoc on the Windows system performance and applications. FontDoctor will scan font folders (on local hard drives or over a network) to locate and repair common font illnesses, including missing Postscript fonts, missing bitmaps, corrupt/damaged fonts, mixed fonts types, and lots more. FontDoctor automatically organizes your font files by font name, family name, alphabetically, or by a whole host of other flexible font organization options. FontDoctor will also print font sample sheets, and generate font diagnosis and organization reports as needed."; 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 = ''; } }