var fDesc=new Array(); fDesc[1] = ", 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 multiple options and settings."; fDesc[2] = "OpenType fonts. FontExpert can also be used to examine your system for font errors, install or activate fonts, export selected fonts to an HTML page or print different types of reports."; fDesc[3] = "or deactivate your fonts only when you need them. X-Fonter also gives you the option to test each one of your fonts on different styles, sizes and colors, and even you will be able to watch them in 3D."; fDesc[4] = "require many typefaces and so they would like to have advanced font management software. Cfont Pro is an extremely useful software tool for such kind of users. Cfont Pro is a very high-quality font management software that allows users manage and arrange their fonts."; fDesc[5] = ", allows you to print (or export as image) all the existent fonts in the system, or the entire character map of the specified font. Also, it has features to rename, delete, install, remove, import, export, copy and move the font from or to a specified destination, etc."; fDesc[6] = "on your system. Most font preview applications only allow you to view those fonts that you have actually installed on your system. FastFontPreview also shows you any font that it can find, be it on CDs, DVDs, network shares, etc."; fDesc[7] = "managing your files, viewing images, playing video or audio files and uses like those. With this application, you will even be able to manage your PDF and Microsoft Office documents."; fDesc[8] = "font errors. You can display the list of installed font faces, customizable font samples and advanced font properties."; fDesc[9] = "with maximum efficiency. Also supports preview for both installed and yet to be installed fonts , with full character map and multilingual font properties."; fDesc[10] = "use it to install, uninstall, preview and group your fonts, print reports, reveal detailed font information and more."; fDesc[11] = ", Tags View - which assigns keywords, categories, ratings and captions to selected fonts. Font Manager 2.0 is also equipped with DB Search view - which would quickly search all your fonts by font name, keywords, categories or ratings."; fDesc[12] = "viewing TTF, OTF & Type 1 fonts. Has extensive catalog and font sample sheet printing. Includes full uninstall."; fDesc[13] = "unique functions for fonts management, such as Font Database, advanced Filter and Search options..."; fDesc[14] = "fonts by categories using a drag and drop function, activate and deactivate your fonts. FontSuit Lite supports the most popular fonts, including raster, vector, TrueType, OpenType, TrueType collection and PostScript Type 1 fonts."; fDesc[15] = "fonts in order to increase the system performance. The program allows you to group your favorite fonts in font sets."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }