var fDesc=new Array(); fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta."; fDesc[2] = "new, intuitive interface aimed to streamline your work flow. Also, many of the features that were dispersed in several menus, now are under the Office button."; fDesc[3] = "in PowerPoint 97 and later versions. It supports opening password-protected presentations. You can view and print presentations, but you cannot edit them in the PowerPoint Viewer 2007."; fDesc[4] = "Japanese font in to the document. It is also necessary when the author does embed the font, but the reader of the document wishes to interact in some way with its content – e.g. collaborating, commenting or filling out forms."; fDesc[5] = "download this small yet powerful application to create stunning themes for your device. As its name suggests, with this program you will be able to design custom themes, controlling almost every detail of them."; fDesc[6] = "known program Adobe Reader 9. We can download it for free from the Adobe website. With this program installed we can easily see Chinese Simplified Fonts in an unlimited number of files, which have been created in PDF format."; fDesc[7] = "not embed the appropriate font in to the document. It is also necessary when the author does embed the font, but the reader of the document wishes to interact in some way with its content – e.g. collaborating, commenting or filling out forms."; fDesc[8] = "font in to the document. It is also necessary when the author does embed the font, but the reader of the document wishes to interact in some way with its content – e.g. collaborating, commenting or filling out forms."; fDesc[9] = "website.Setting up is quite easy and takes no time. We can use this application to view,manage and categorize all the fonts installed and not installed in our computer."; fDesc[10] = "information about your installed and uninstalled fonts, in subfolders as a single combined list, view sample text and individual characters, changing sample text \"on the fly\", print font samples, and associate notes with fonts."; fDesc[11] = ", 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[12] = "program language between Brazilian Portuguese (New Feature), English, Russian and German. Language selection can be done on the go, from the user's interface. It is possible to download the trial version available from the developer's website."; fDesc[13] = "and recoups the wasted space. Its features include Defrenzy, Frenzy snap, Refrenzy, and Frenzyman. Defrenzy allows you to delete all the fonts excluding the necessary fonts required for MS window operations."; fDesc[14] = "productions. It provides the user a functionality to go beyond the traditional and exhaustive way of testing fonts and the presentation in bold emphasis or italic style, underline or three dimensional uses."; fDesc[15] = ", 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."; 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 = '...'; } }