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] = "that manages the link between your BlackBerry smartphone and your email account, organizer and more."; 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] = ", 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[5] = "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[6] = "backs up data. The program has a file manager that allows you to access the files stored in your phone. You can also copy music files and other files to the phone."; fDesc[7] = "program that enables the user to edit pictures from the desktop. Once the pictures have been edited through actions like cropping, rotating or zooming, then they can be synchronized once again with the handheld device."; fDesc[8] = "users get the most out of them. This user guide is available for free to download right from the Support Section of the Palm Inc. Web Site.Everything is written in simple words and enjoyable language. When needed, the explanations are accompanied with tables, illustrations and graphics."; fDesc[9] = "your PDF documents that are compatible with a number of mobile devices, such as Palm, Pocket PC and Smartphone. The layout and the navigability of the original PDF file remains intact, allowing you to add extra functionality by using its built-in text viewer and editor."; fDesc[10] = "you would use the mobile Internet services on built-in browser of a smartphone."; fDesc[11] = ", on your PDA or Smartphone. It can also track its current prices and locations of availability. It easily synchronizes the lists on your computer or smartphone, which has to be used along with Windows or Mac OS compatible software."; fDesc[12] = ", developed by June Fabrics. PdaNet for Treo 700p/755p/Centro will allow it users to get wireless Internet connection on their laptop through the Treo or Centro phone. What this beautiful piece of software does is to transform your smartphone into a wireless modem for your PC."; fDesc[13] = "user guide is available for free to download right from the Support Section of the Palm Inc. Web Site. Everything is written in simple words and enjoyable language. When needed, the explanations are accompanied with tables, illustrations and graphics."; fDesc[14] = "Install the update; 3. Troubleshooting. This update is usable for Treo 700w and 700wx featuring slightly different characteristics depending on the model of your smartphone."; fDesc[15] = "any movies or TV shows while traveling and nothing more than the cell phone is necessary. The program is capable of converting all the common video formats into files that can be viewed on a smartphone."; 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 = '...'; } }