var fDesc=new Array(); fDesc[1] = "applications, which serve as a link between the palm device and the computer, synchronizing Calendar and events, Contacts, Tasks, Notes or Memos in an easy, fast and reliable way."; fDesc[2] = "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[3] = "Reader® and Acrobat.com Adobe Reader software is the global standard for electronic document sharing. It is the only PDF file viewer that can open and interact with all PDF documents. Use Adobe Reader to view, search, digitally sign, verify, print, and collaborate on Adobe PDF files."; fDesc[4] = "palm trees and waves, look just as if you were there, enjoying nature at its best. The sky changes in shades of red, orange and yellow, as the sun is reflected on the surface of the ocean in hundreds of colors."; fDesc[5] = "clear waters, blue skies and lots of sun will surround you. Then you will see two islands. The inhabitants of both are really into fighting against each other in a battle to destroy the other's palm trees."; fDesc[6] = "several formats. ABC Amber Palm Converter converts PDB or PRC files to any of the following formats: PDF, DOC (MS Word), CHM, WPD (WordPerfect), HTML, LIT (MS Reader), RTF, HLP, TXT (ANSI), TXT (Unicode), RB (Rocket eBook), FB2 (FictionBook), and to the clipboard."; fDesc[7] = "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[8] = "paradise you may say. In this environment there are two islands trying to destroy the other island’s palm trees and they won’t stop until doing it. You can either play alone against the computer or against another player."; fDesc[9] = "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[10] = "your PDA in your desktop or laptop PC, and let you do whatever you want to do on your PDA but using the computer peripherals. Just imagine the difference in comfort between working on your desktop PC than working directly in your PDA."; fDesc[11] = ", 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[12] = "eReader application. You just need to drag and drop the file you wish to convert into the main window. If an error occurs in the moment of conversion you will be notified. You need to specify the name of the book that will be showed in your palm."; fDesc[13] = ", mpg, mpeg, rm, rmvb, Tivo2go, dvr-ms, mov, files in your hard drive to AVI format. It also lets you configure advanced settings, select quality and file size, crop screen and trim video clips."; fDesc[14] = "the left palm and get a personalized palm reading on the basis of several parameters such as the shape of the hand, fingers, nails, life line, head line, fate line, fame line, marriage line, travel line, health line, heart line, and girdle of Venus."; fDesc[15] = "enjoying the favorite videos in full screen landscape mode, with good sound clarity. Not only does the software convert the videos into Palm compatible formats, but also compresses them so that the user may enjoy few episodes of favorite TV-serials, cartoons."; 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 = '...'; } }