var fDesc=new Array(); fDesc[0] = "Font Manager, the worthy tool with amazing features to manage your Fonts.
If you are looking for a good tool to view, print, zoom, install, uninstall and work along with your fonts, then Font Manager is the best choice. Providing multiple options to deal with your fonts this user friendly tool is featured with options like: displaying all the fonts installed in a list it allows you to choose your font easily, if you would like to choose multiple fonts you can move the chosen fonts to selected fonts menu, easily select font by searching with the first few characters, allows editing your fonts as; bold, underline, italic, strike out and so on, allows viewing your fonts in several sizes, you can even zoom your fonts display, there is also the character map which allows you to select any character to be used in your document, allows you to find out the fonts which contain your required Unicode sub-range, uninstall all fonts that are not compatible with your Windows in one click and many more features that makes more comfortable at the user end."; 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 = ''; } }