var fDesc=new Array(); fDesc[1] = "files you send, and will send to the recipient a direct download link to those files. In order to use the service, you will need to open an account with the service."; fDesc[2] = "allows many operations over different formats and layers of mapping information. It can open almost any mapping file format for modifying or simply converting it. Global Mapper runs on Windows 98/NT/2000/ME/XP (32-64 Bit) / Vista (32-64 Bit) platforms."; fDesc[3] = "and Flash Video (FLV) into all popular graphic formats such as Projector EXE, AVI, animated GIF and frame-by-frame JPEG/GIF/BMP image series targeting almost any potential customer."; fDesc[4] = "feature of SWF Toolbox, you don?t need to install Flash OCX to view SWF movies, which can be compressed with Toolbox in a few clicks."; fDesc[5] = "your login name and password for every site, storing them in a single file. You can password protect the generated list to ensure nobody would be able to steal your password list."; fDesc[6] = "password protection, expiration dates, and feature restrictions. Files are viewable with the free Brava! Reader."; fDesc[7] = "experience. This award winning, customizable multi-search engine has been described as the \"FASTEST no-nonsense meta search for the net\". It runs on any MS Windows desktop and works with as many sources as selected by the user. By utilizing the resources of the desktop, FirstStop WebSearch; offers random or sequential viewing of results, sorts by columns, saves as XML or HTML files, and keyword history searches. Most importantly, FirstStop WebSearch eliminates the middleman or server by directly accessing the search engines. No Ads. Not Spy ware. No registration. No expiration."; fDesc[8] = "viewer that is included with the Microsoft .NET Framework 3.0, you receive the following error message: Cannot open this document because your permissions have expired. Note The XPS viewer is a component of the .NET Framework 3.0. The .NET Framework 3.0 is included with Windows Vista."; fDesc[9] = "application if you have a large amount of pictures that you need to go through on a regular basis. SortPics will allow you to create categories for all of your pictures so that you can find the one you want easily."; fDesc[10] = "Domain name on the Internet. It is capable of reporting as many as 21 of the most popular domain extensions available on the Internet. The program has a very intuitive and user-friendly interface."; fDesc[11] = "displays the list of all files currently stored in the cache."; fDesc[12] = "capable of retrieving all contact e-mail addresses, phone and fax numbers, country name and expiration dates"; fDesc[13] = "before and after views of registrations when anything changes. Receive email alerts when domains expire or become available."; fDesc[14] = "find: domain/IP owner country, country map, country extended information, email abuse address, IP pool owner, and many more."; fDesc[15] = "PageRank and Alexa Traffic Rank ratings. The program has a remarkably simple interface and supports most of generic and country-code TLD domains."; 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 = '...'; } }