var fDesc=new Array(); fDesc[1] = "with this program besides being convenient, save resources and is complete in all the aspects, covering every point. With its multiple ads makes it the best choice to take it into your software collection."; fDesc[2] = "format, KGB. It has an interface that works as a wizard, adds its options to the Windows Explorer, and shows the statistics after compressing / decompressing."; fDesc[3] = "benefits. We can use Monkey's Audio to compress and decompress our audio files and convert them to and from *.ape format. No matter how high or low our knowledge is, after reading the user´s guide we can proceed to select a wav file and start compressing it to ape."; fDesc[4] = "OK, at best. It is still in an experimental stage, so I will be easy on them. BitTornado attempts to be a fast BitTorrent client, thus the name. Or messy, maybe?"; fDesc[5] = "necessary tools and library to architects, designers, builders to design, document and construct their modeling projects. It features bi-directional association, material takeoff, parametric components, design options and visualization, etc."; fDesc[6] = "USA or Canada. It has been developed by combining AutoCAD and architecture features to provide architects with the necessary library and tools for drafting, designing, drawing, creating, rendering, sharing, scheduling, dimensioning, drawing compare, etc."; fDesc[7] = "leaps and bounds. True freeware."; fDesc[8] = "itself as a print driver, all you have to do is to click \"Print\" from your application to create PDF. Other files can be converted to PDF filles."; fDesc[9] = "updates and a huge malware database help you stay protected. Real Protection with \"Submit State\" - clean your PC with the next update."; fDesc[10] = "multiple options and a lot of fun. Some of the options that we can mention are: the multiple connections to chat rooms at the same time, public and private conversations and the file transfers, configurations options for the appearance of the software, add of scripts, add of multiple plug-ins, etc."; fDesc[11] = "Perl Project. Strawberry Perl is a comprehensive tool for developers and programmers working with Perl language and Win32. We can download this program quite easily from the developer’s website."; fDesc[12] = "Internet. Once you \"clip\" something, you can share with others on the web, including Facebook, your blog, by email or on clipmarks.com. You can create a clip collection that will be searchable from any computer with an internet connection, including your iPhone, Blackberry, or other mobile device."; fDesc[14] = "featured with different modules and templates. You are able to fill your website with any content you like including pictures, files, texts and links. Publishing a site is easy and takes just few minutes."; fDesc[15] = "charts. It is specifically designed to support the rapid creation of staff organization diagrams, management structures or any hierarchical structure charts. Support is also given to include photographic images within each node of the chart."; fDesc[16] = "and integrity of files by checking their checksums. It also allows you to create and verify SFV files - each of these files stores the checksum data of another file, allowing users to find corrupt files, or wrong-sized files."; fDesc[17] = "database platforms. This great database utility supports Oracle, MySQL, MS SQL Server, PostgresSQL, Access, Excel, Visual FoxPro, SQLite, FireBird/Interbase, CSV/Text, ODBC DSN, and almost any kind of database format known. ESF Database Converter runs in Windows 2000 or later platforms."; fDesc[18] = "advertisements. Pop-up ads became a reason of serious time wasting. PopUpCop is a tiny utility that was developed for blocking pop-up ads. The main advantage of PopUpCop is the possibility of full customizing."; fDesc[19] = "Internet Explorer (in local password list), as well as AutoComplete strings form field. It runs under these platforms : Windows 95, Windows 98, Windows ME, Windows NT 4.0, Windows 2000 or Windows XP and also in Windows Vista."; fDesc[20] = "can configure the connection to our news server, select the location where we want to save the files, view the whole list of newsgroups available from our server, and subscribe to as many newsgroups as we like."; 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 = '...'; } }