var fDesc=new Array(); fDesc[1] = "leaps and bounds. True freeware."; fDesc[2] = "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[3] = "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[4] = "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[5] = "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[6] = "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[7] = "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[8] = "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[9] = "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[10] = "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[11] = "war, command different troops achieving different campaigns along the war. Great gameplay with colorful graphics and stunning lightning effects. It's a worth to try it, for less than $20."; fDesc[12] = "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."; fDesc[13] = ", Curve 8300, 8310, 8320, Blackberry Bold and Storm devices. This program is necessary for the individuals who are always on the way. You can convert and store 8 films or 15 hours of other video information."; fDesc[14] = "Apache Server. It also allows you to adjust many parameters in an easy way. It can manage many Apache Web Servers with different versions hosted in different platforms (Linux, Windows or UNIX). Apache Admin works on Windows platforms."; fDesc[15] = "servers without downloading them. This great e-mail tool deletes large or damaged e-mails from without any need to call technical support. QuickDelete works on Windows platform."; fDesc[16] = "programmers and website developers. It provides the necessary tools to create a color we liked and that we can save as a HTML color code and use when designing a project."; fDesc[17] = "files such as chm project, webhelp, html ebook, faq and single html(can be easily converted to Word Document or PDF). These HTML files can be directly used in web site or be converted to CHM files."; fDesc[18] = "again; You will never have to worry about re-typing a response."; 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 = '...'; } }