var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = ", you´ll have to watch out for dangerous puzzle locks. The game has high resolution graphics. It can be played in four modes: Classic, Speed, Zen and Mind Bender, in Rainbow, Giant and Super Chuzzles. You´re awarded with trophies as you win."; fDesc[4] = "support for Windows Mobile 5 and 6. Thanks to this application we can keep updated our PDAs or Smartphones with our Home or Work PC, in order to keep always our pictures, emails, calendars and contacts in both."; fDesc[5] = "4 unique tanks of action-puzzle adventure!"; 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] = "possible to; visit helpful website that let you know more about your Windows Mobile, gathering free ringtones, downloads, help files or any other benefits, and also link that teaches you how to set-up all types of emails on your device."; fDesc[8] = ", PowerPoint and PDF files on your Windows Mobile Smartphone. This incredible program allows you to have the same documents you have in your office or laptop right on your smartphone, thus saving time and being more productive."; fDesc[9] = "word in the combo box and the program will show the words located. For each character you type in you will see different options of words. You can copy and paste the text result to other programs. It includes a filter to search the whole word or part of the characters."; fDesc[10] = "created for Palm Is devices, iSilo is now widely used and supported under Palm OS, Windows, Pocket PC, Windows Mobile Smartphone, Windows CE Handheld PC, Symbian, Blackberry and many more."; 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] = "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[13] = "its users to get wireless Internet connection on their laptop through their Windows Mobile Phones. What this beautiful piece of software does is to transform your smartphone into a wireless modem for your PC."; fDesc[14] = "they add few new things to the games that are included. The games included in this collection are: Snakes & Ladder, Checkers, Chess, Backgammon, Reversi, Nine Men’s Morris, Ludo and Tic Tac Toe."; fDesc[15] = "In this menu we can select the games, and before playing it, we can see some data about the game. The available game data in the main menu is: Time to play (short, medium, long), Difficulty (easy, medium, hard), Win chance (low, medium, high,...), Requirements (luck, skill, ...)."; 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 = '...'; } }