var fDesc=new Array(); fDesc[1] = "calendar, SMS, polyphonic melodies, backgrounds, screensavers, themes, and digital photos. Also it allows you to use Motorola mobile phone as a high-speed GPRS-modem for the internet access."; fDesc[2] = "tools and the Rhinoceros provides just the needed tools to model and document personal designs ready for rendering animation, analysis, engineering, drafting, and manufacturing or construction purposes."; fDesc[3] = "clicks. The program supports all the popular audio formats including WAV, MP3, MMF, AMR, QCP and MP3. The best feature of the converter is the integration into Windows right-click menu."; fDesc[4] = "mobile content creation and management applications that gives you the ability to create and send ringtones, wallpapers, MP3's, polyphonic ringtones, video, animations, docs, etc. The content you create can then be sent by WAP, Bluetooth or Infrared."; fDesc[5] = "Picture Messages. SMS-it! supports Caller Group Graphic, Operator Logo, Ringtones and Flash SMS. It also supports downloading of WAP content, e.g. to download polyphonic ringtones."; fDesc[6] = "SP-MIDI (polyphonic) music optimized for your mobile phone, and generates ringtones that are compatible with a wide range of devices. You can take any MIDI file and modify it to create your desired ringtone."; fDesc[8] = "instrument. Convert MP3 and WAV files to MIDI Grab music from a CD and convert it to a MID file MIDI-enable any musical instrument, even your voice Helps remove vocals for karaoke singing Find the beats in percussion tracks Speed web page loading time by using intelliScore's MID files instead of MP3, WAVE, or WMA files With intelliScore and additional software you can: Print sheet music from your favorite music Record MIDI directly into your sequencer software using your voice or any acoustic instrument Generate cell phone ringtones from your favorite music See the chord names and key detected by intelliScore Change individual notes, swap instruments, transpose, etc. Here are a few of intelliScore's powerful features: Polyphonic. IntelliScore converts WAVE to MIDI, MP3 to MIDI, CD to MIDI, and WMA to MIDI and helps figure out the notes, chord names, and key for you. Since intelliScore..."; fDesc[9] = "Phone\", you can transfer files with a few mouse clicks."; fDesc[10] = "instruments in a polyphonic audio track and creates MIDI files for each of the instruments represented. Capable of recognizing as many as 93 different instruments, it opens any WAV, MP3, or WMA file, rips any track from an audio CD, and records audio directly from various external sources."; fDesc[11] = "recorded sound as a musical instrument, through this 255 voices sampler. When you start VSampler for the first time, it will allow you to perform a scan for installed plug-ins. You will then have to specify the interface, driver and audio rate you want to use to play the sounds."; fDesc[12] = "your phone without any additional cables or sms services."; fDesc[13] = "have independent shape and volume controls. The first oscillator features pulse width modulation along with symmetry controls. There are two multimode filter modules below the oscillators."; fDesc[14] = "model.Originally developed as a Nokia to Motorola converter, hence the name 'polyphone tone Converter'"; fDesc[15] = ", either creating your own, customize it and have it on your mobile phone."; 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 = '...'; } }