var fDesc=new Array(); fDesc[1] = "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[2] = "Synchronise folders. Perform code reviews/audits. Work with folder trees containing thousands of files. Edit files in-place."; fDesc[3] = "specifics of their computer. It gives even minor information about memory, CPU, and operating system of the computer. The power source of the computer is also displayed. All these information can be copied down to the clipboard and for a permanent storage it can be pasted in form of a document."; fDesc[4] = "capabilities of Windows. Piki Basket enables you to collect files and folders from different locations into a virtual basket that can be later copies, moved, compressed or pasted at once."; fDesc[5] = "pasted from other applications such as Photoshop. Select foreground, background and link colours. Save and recall colour schemes in a snap. Support for 216 colour Netscape palette. Compact, fast, and with no external data or runtime files."; fDesc[6] = ", change font size, color, style or add pictures to it. The user press \"Encrypt\", enters a passfrase, and Kremlin Text encrypts the document or message so it can be copied, pasted into another word processor. Also, the encrypted message/document could be sent as email."; fDesc[7] = "user-friendly visual image list. This also stores found icons in a database and compresses them."; fDesc[8] = "located in the Clipboard and pasted right away into an application with just a couple of computer mouse clicks, keystrokes or a user-defined hotkey."; fDesc[9] = "is entered to be read out by the Synthesizer. After the Text is entered, pressing the Speak button starts the sound output. There are additional buttons for Stopping, Erasing and Pausing/Resuming the text. The help file is quite elaborate to utilize the utility."; fDesc[10] = "fractal flame editing. To create your own gradient, first you have to select the gradient choice from the Apophysis software and it should be copied and then pasted onto the ApoMap's new window. Once you have pasted the gradient, you can start making your own gradient."; fDesc[11] = "video files. The Youtube video grabber software needs a Youtube video/movie link which can be copy pasted from the site and the software can automatically download the video from the site."; fDesc[12] = "engine. When first launched, the program presents a single-window neat interface, ready for your input. To set up for testing, any text file that contains your proxy list can be chosen for insertion into the input box, or your list can be pasted from the clipboard."; fDesc[13] = "application for you. Your data can be copied and pasted from external spreadsheets or tables displayed in a map or even from GIS map databases. The program allows you to plot your data as great circles, beta intersections or as point symbols"; fDesc[14] = "plain text. Compatible with C++, Visual Basic, Delphi, Java, C#. Very fast."; fDesc[15] = "will add the command 'Copy This Path' to the right click context menu in Windows Explorer to copy the full path of a file or folder to the Clipboard"; 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 = '...'; } }