var fDesc=new Array(); fDesc[1] = "sytem that is available whether it be Windows, Free BSD, Mac or Linux. As the name suggest it natively creates compressed RAR files which is a much better compression format as compared to the popular ZIP format."; fDesc[2] = "Alt-Tab keystrokes have in Windows, with some additional features. You can customize the appearence of the program for each user, with different colors and fonts."; fDesc[3] = ", WinBond W83783S, WinBond W83627HF, Asus AS99127F, GL518SM, GL520SM, ADM9240, ADM1021, ADM1020, MAX1016,MAX1016a, FMS..."; fDesc[4] = "included in this edition with characters from the real world, new civilizations to accompany them, and new features, this game was published by Microsoft Game Studios."; fDesc[5] = "07/30/2002, as can be read in the author´s page. He´s not offering it anymore in his web site. Drive Rescue can be run in 20 different languages. You don´t need to install it, it can be run even from a floppy disk or USB drive."; fDesc[6] = ", 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[7] = "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[8] = "This expansion provides the same thing but with a different historical location. Plot: The ancient world is a source of inspiration, great battles, alliances with other peoples and greed, are the elements that are inside of every empire."; fDesc[9] = "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[10] = "you want to search for duplicates in, choose a specific file type and click \"search\". After searching, Duplicate File Hunter will show each duplicate with its location on your PC. You can then delete or move these duplicates with a single click."; fDesc[11] = "formats, including, of course, all the most widely used ones (JPEG, BMP, GIF, PCX, TIFF, or PNG, to mention only a few). This free tool includes a basic editor, which allows you to enhance and correct your digital photographs intuitively and effectively."; fDesc[12] = "game. In this case, we are going back to battle but with a new civilization, the Macedonian. Plot: Fate of Hellas is set in ancient Greece 2500 years ago, before the rise of Rome."; fDesc[13] = "you add new photos to your collection it becomes a pain in the neck to sort them manually. To relieve you from this cumbersome job this software has been specially designed to solve all of these problems."; fDesc[14] = "interval or by weekly or monthly basis. You can also select cyclic or random mode. It also has four positioning options Tile, Center, Stretch and Smart. You can add lots of pictures to rotate your computer’s desktop wallpapers."; fDesc[15] = "developers of the Cossacks series. It is published by CDV. The game action is developed between the fifteenth and nineteenth centuries in the Americas."; 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 = '...'; } }