var fDesc=new Array(); fDesc[1] = "notification. You can manage all of your conversations in a single message window. Besides, you can send your friends an SMS from your PC with ICQ. Your friends can SMS back from their mobile directly to your ICQ message window."; fDesc[2] = "download this small yet powerful application to create stunning themes for your device. As its name suggests, with this program you will be able to design custom themes, controlling almost every detail of them."; fDesc[3] = "such as keeping your contacts database, your task list and appointments synchronized. MyPhoneExplorer has several tabs which are: Contacts, calls, organizer, messages, files and other. In each of these you can manage different parts of you mobile phone."; fDesc[4] = "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[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] = "formats to all types of mobile-based video formats including the Symbian phones. This tool allows users to adjust various parameters like volume of audio, adding subtitles and many more features packed in one program."; fDesc[8] = "allows the users to extract them as well, so that you may either chose to save the favorite image in a theme, or to reverse engineer ( if you are a geek ).Moreover, the package contains HEX viewer,E32 viewer, RSC viewer, MIF viewer and MBM viewer."; fDesc[9] = "or Pitfall, etc. It is not a professional game creator or multimedia tool. It is a small application. Anyone can create a small game easily. But there are a lot of settings you need to set, when creating a game. Each character or object in the game can be customized in a lot of ways."; fDesc[10] = "AVI, DivX, Xvid, MPEG, WMV, ASF, ASX, Real Video, VCD, Quick Time, SWF, FLV, MP4, 3GP, Decrypted VOB), Nullsoft video formats as input."; fDesc[11] = "program provides work with Phonebook, Calendar, Organizer, Pictures, Modes, Melodies and Messages sections. The program has the ability to store any data either in Phone memory (Flash memory card is also supported) or at hard disk."; fDesc[12] = "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[13] = "Bluetooth!"; fDesc[14] = "applications such as Skype, MSN messenger and Google Talk, at no extra cost. Support GPRS, EDGE, CDMA, 3G, WiFi & Blutooth wireless"; 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 = '...'; } }