var fDesc=new Array(); fDesc[1] = "a phone, back up and restore phone data, import and export contacts and calendars. This program can use the mobile phone to connect your PC to the Internet."; fDesc[2] = "songs you like. You can move audio files, to your mobile phone. Drag and drop audio files straight from an audio CD to the program window. Then these audio files will transfer in to the phone memory."; fDesc[3] = "suite. The software updates the phone's firmware in a few simple steps. For doing that you will need to have an USB cable compatible with your phone´s model, the \"Update service\" program and an internet connection, preferably broadband."; fDesc[4] = "transfer them to your phone and its photo mode tab lets you to copy photos, video files between your pc and phone allowing you to search,preview and transfer to your phone."; fDesc[5] = "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[6] = "user interface including new buttons of browser quick start and mail client, SMS and address book applications. Wireless Manager provides control of connections, data using, information about messages and contacts."; fDesc[7] = "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[8] = "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[9] = "Outlook, Lotus Notes, Thunderb, Palm D., David, Groupwise,.., many filters SMS Center to easily send SMS"; fDesc[10] = "brightness settings for many PC image file formats, and send the resulting image directly to your phone. Modem drivers for Sony Ericsson phones (included in this package to make IR communication easier with T68 and T300 on XP (XP will look for a modem to install when the phone is placed at the IR eye and this will happen everytime if no modem is found))"; fDesc[11] = "mobile phones. It is free sound editing application that has many useful features and filters for editing or enhancing your sound files. This software allows recording and editing audio files on your computer."; fDesc[12] = ", in a full screen landscape mode DVD, TV, YouTube video, home movies and even downloaded films to your phone. Now it is 300% faster."; fDesc[13] = "application, all you have to do is connect your Sony Ericsson mobile to your PC by USB cable, select the FILE TRANSFER option that appears on the phone and all your fitness results will be automatically transfered to your PC. It's very easy, isn't it?"; fDesc[14] = "stability is not so high and we can’t entrust important data to these devices. Besides, using Backup program you can make backups, for example, just to transfer data from one device to another or for synchronization."; fDesc[15] = "phones´ firmware. Update Service Pro is free, but it is meant to be used by retailers who sell Sony Ericsson phones. Thus, the program itself can be downloaded for free, but you have to enter the details of the retailer."; 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 = '...'; } }