var fDesc=new Array(); fDesc[1] = "sytem that is available whether it be Windows, Free BSD, Mac or Linux. As the name suggest it natively creates compressed RAR files which is a much better compression format as compared to the popular ZIP format."; fDesc[2] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera."; fDesc[3] = "synchronization experience with Windows®-powered PCs and Microsoft Outlook right out of the box. Note: Microsoft ActiveSync works only with Windows XP SP2 or earlier."; fDesc[4] = "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[5] = "prepossess by its small size, functionality and various features. Besides, there are a lot of instruments in the program, such as good navigation, searching, highlight, bookmarks, personal library, arbitrary drawing, notes, contents, links to the chapters."; fDesc[6] = "that, it is available for MacOS systems, and if a note was created in a mobile device or using Windows it can be read as long as this application is presented."; fDesc[7] = "of the pocket watch made by Abraham-Louis Breguet, who has been called the greatest genius of watch making in history. You will feel the urge to reach in the water and grab it yourself to solve the mystery of the never-stopping watch!"; fDesc[8] = "by Blitwise productions, it is easy and fast to play and fun and exciting. A range of 230 weapons is available with expansion packs each adding to the excitement."; fDesc[9] = "time playing it. Pocket Tanks Deluxe is a simple game, there are two tanks, one controlled by us, the other one is controlled either by the computer or by another player. The aim of the game is to hit the other tank the most before all the weapons are used."; fDesc[10] = "fee. Upon installation, the user can add contacts to the contact list and start calling them seamlessly. The call quality is good even on slow Internet connections."; fDesc[11] = "your desktop computer. Once you're controlling your mobile device from your desktop or laptop, projection equipment can be used to present your mobile device to a large group of people."; fDesc[12] = "Mobile 6 devices. Pocket Mechanic (WM6) is the perfect companion for any Windows Mobile 6 device. This program is a suite of tools that will be very useful to keep your WM6 device without errors."; fDesc[13] = "Informant 8.0 provides a calendar, contact database and task list. Pocket Informant 8.0 is completely customizable so we can choose the colours that match our windows mobile theme the best."; fDesc[14] = "in common with it. The game takes place in the Azthec empire ages. We are in control of a giant frog shaped idol which throws coloured balls. In the screen we can see a track around the frog shaped idol."; fDesc[15] = "control your Pocket PC using the PC's keyboard and mouse, and view the Pocket PC's screen from a window on your PC's display.Pocket Controller also allows you to capture screenshots of your Pocket PC's as well as create video recordings"; 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 = '...'; } }