var fDesc=new Array(); fDesc[0] = "Oxygen Phone Manager Symbian OS platform allows managing your Symbian OS mobile phone using your PC. This 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. This desktop software is shareware, which means you can download and use Oxygen Phone Manager II for Symbian OS phones 2.1 for free during the trial period (30 days). OPMS supports different languages and work with Windows Vista.
You can download your phonebook from the phone, edit contacts, make individual settings, ringtone, import and export the phonebook's data. Here has been added the ability to dial a selected number. In the Calendar section you can work with different events: meeting, reminder, recurrent events and so on. New to this section - added “event location check” during search process. Melodies section allows you to listen phone’s dictaphone records, add new melodies and delete unwanted. In Messages section you can control the inbox, outbox, sent, mailbox folders, send plain and Unicode SMS messages. In the Gallery section real media files are shown both in Sounds and Video sections now. In the trial version sections Calendar, Gallery and MMS Manager are read only."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }