var fDesc=new Array(); fDesc[1] = "of use, it comes packaged with Nokia phones. This version comes with many features like backup, synchronizing, etc .. and new features like the 'Video Manager' , 'Image Store' etc."; fDesc[2] = "The present limit is 20 folders with 20,000 files each and no more than 4 GB in total. Very useful to avoid the hassle of transporting files in a USB drive."; fDesc[3] = "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[4] = "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[5] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files."; fDesc[6] = "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[7] = ", computers or in a nekwork. It only works with Windows OS (XP, Vista, etc.). The number of stored files is increasing constantly since the users manage mobile phones, digital cameras, media players, emails, PDAs, iPods, laptops, desktop PCs, USB drives, networks, etc."; fDesc[8] = "want to take with you and don't want to copy and paste it every time a change is made, or when you need your desktop computer and your laptop to have the same files."; fDesc[9] = "through. Also you can create several calendars at once, add the calendar of your friend, invitations and search events in public calendars. You also learn the weather forecast here. And the main advantage of the Google Sync Calendar is synchronization with Microsoft Outlook."; fDesc[10] = "exact current time. Provided by free by WorldTimeServer.com, home of accurate times worldwide."; fDesc[12] = "must-try. At the core of the application are the sync jobs. Those allow you to select a folder and establish how to sync it with another folder on the same hard drive or on a separate, external drive."; fDesc[13] = "but not be able to afford them, so this is for anyone with iTunes but not with an iPod to make full use of the application. What iTunes Sync does is allow you to sync any MP3 player that appears as a drive letter on your computer with any of your playlists in iTunes."; fDesc[14] = "time. The program connects to one of time servers available in the Internet and synchronizes your clock. The application has a very simple and easy-to-use interface."; fDesc[15] = "and managing of your music collection. The integration of Proton Webradio provides you with the latest in electronic music."; 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 = '...'; } }