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] = "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[3] = "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[4] = "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] = "because it works as a printer – a virtual one in fact - listed on your system, so when you want to create a PDF file from a document you have created on other regular application such as Microsoft Word, you just send it to print by this particular printer."; fDesc[6] = "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[7] = "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[8] = ", 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[9] = "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[10] = "when we opens the program we can see one toolbar and one window with four tags. In the window the program shows all installed fonts in our Pc,in this way we can familiarize and know all the fonts, especially for the Designers, this program is truly useful."; fDesc[11] = "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[12] = "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[13] = "tool that can help you create your all-new fonts of your own. With this tool, you can start from a scratch your True Type Font, or edit the existing ones"; fDesc[14] = ", 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[15] = "enhancing it with stylish fonts that can be created with this exclusive tool. This economical tool is enhanced with a simple interface which includes the following options: preview pane, enter sample text pane, tags pane, fonts selection pane, and effects pane."; 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 = '...'; } }