var fDesc=new Array(); fDesc[1] = "management of home accounting. It allows working offline and online, in the latter mode the program updates balances and movements from your bank accounts. It runs only on Windows Vista and Windows XP Service Pack 2."; fDesc[2] = "user interfaces. Working with this software is much easier than with any other similar application. You can automate the work using different keystrokes, mouse movements, and with various control operations."; fDesc[3] = "from your PC, playing against other skilled players around the world. That's exactly what Carom 3D let's you to do. You can play pool with a total control of your movements, and a great 3D perspective, so you will be able to rotate, zoom and move the camera as you desire."; fDesc[4] = "automatically. It can record up to 12 hours or until your hard disk is full. If there's no movement, it automatically shuts down after four seconds or until new movement occurs. It's a great security monitoring system and you can set the software to work at times when you're not around."; fDesc[5] = "and save them into an AVI file. When using this program, you will be able to record your cursor's movements and narrate the actions you are taking by using a microphone."; fDesc[6] = "screen and to save it as a video file. Not only will it allow you to record screen fragments, but it will also allow you to record screen activities, sounds and mouse movements."; fDesc[7] = "that will show you which movement are you supposed to perform in a given moment. The possible movements are up, down, left and right. You must perform this movements exactly when directed to do so. If you fail, you loose."; fDesc[8] = "programs by \"drawing\" in the screen with the mouse. These draws are called \"gestures\" StrokeIt is pretrained to recognize more than 80 mouse gestures and can be further trained to recognize more through plugin libraries"; fDesc[9] = "application xGPS, which is a maps and navigation tool for iPhones. For example, you can manage your maps in the desktop application and sync them with the iPhone app. Managing maps allows you to download maps so that you can check them up on your iPhone while you are offline."; fDesc[10] = "objects with a great quality and detail. The program is divided in two utilities: 3D Designer and Animator. Its GUI is very useful offering 4 views: a main view and 3 additional views (top, rear and side)."; fDesc[11] = "eye on the stock movements in the market. Easy to use tool, designed for traders and stock analysts is the Advanced Analyzer 4.2. The Advanced Analyzer 4.2 helps you to analyze the trends and movements of the stocks by providing comparative charts and graphical trends of the variations."; fDesc[12] = "use, and even a novice user can work with it efficiently. Just after you press the record button, the tool records and saves all mouse and keyboard inputs in any application and allows you to repeat the recoded activities easily at any time."; fDesc[13] = "efforts by user such as tapping keystrokes, mouse clicks. The application simply records these actions and movements into a macro and performs a quick play-back under different pre-designed modes like flow mode and Pulse Mode."; fDesc[14] = "the result in a video file, or create stunning 3D images and save them as image files. 3DPaintBrush is not only compatible with the most popular object formats, but you can also use a small utility that captures 3D content from other 3D applications running on the desktop."; fDesc[15] = "allow you to enhance your Internet browsing experience by adding extended functionality through your mouse movements (also called gestures) and buttons."; 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 = '...'; } }