var fDesc=new Array(); fDesc[1] = "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[2] = "sound, such as your favorite song, a soundtrack from your favorite movie, your friends' voices, your kids laugh, your cat , etc."; fDesc[3] = "includes a great variety of editing functions and various effects that include Equalizer, Fade, Amplify, Delay, Invert, Flanger and many others."; fDesc[4] = "AC3, AMR, MPC, ADPCM, A/U-LAW, DSP, GSM, and VOX. You can adjust different conversion settings to reach the sound quality that you wish."; fDesc[5] = "to convert, grab, record and transform your audio files in a very easy and effective way. This efficient application supports a lot of audio formats, including AAC, AC3, AIFC, PCM, AMR, GSM, RAW, WAV, WMA, MP3, OGG and many more."; fDesc[6] = "basics in order to get more and more deeply into this fantastic practice. You will be able to read and play a lot of chords, scales and progressions on a realistic fretboard."; fDesc[7] = "ActiveXperts SMS and MMS Toolkit for the same. You can also directly use this toolkit to send and receive SMS and MMS. It is also able to deliver ringtones, pictures and WAP etc. To deliver your messages or content it gives you a wide variety of options for full flexibility."; fDesc[8] = "SMS messages are sent from your own number. The software has a COM interface for automatic SMS processing."; fDesc[9] = "phones (incl. Nokia,Siemens,Motorola ). Unicode compliant. Samples for VB.NET, VC#.NET, VC++, Visual Basic, ASP and ASP.NET"; fDesc[11] = "(including VBR), WMA, WAV, ADPCM, GSM, DSP, MP2, PCM (uncompressed Wave), OGG Vorbis, G721, G723, G726, A-LAW, U-LAW and RAW."; fDesc[12] = "connected mobile phone, GSM modem or cellular terminal. 2 way SMS with no limit on number of SMS sent and received. No SMS gateway required."; fDesc[13] = "ADPCM, GSM, DSP, MP2, PCM (uncompressed Wave), OGG Vorbis, G721, G723, G726, A-LAW, U-LAW and RAW."; fDesc[14] = "PC. This version allows IrDA or DAU-9P cable. Phonebook, Calendar, SMS, Logo management, import form MS Outlook, Lotus Notes, CSV."; fDesc[15] = "Unicode Supported languages using GSM modems/mobile phones connected to serial port via data cable, bluetooth or infrared."; 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 = '...'; } }