var fDesc=new Array(); fDesc[0] = "PolyPhonix Studio 1.8.2.0 is a MIDI music editor that allows you to make polyphonic ringtones.

PolyPhonix Studio lets you develop or edit SP-MIDI (polyphonic) music optimized for your mobile phone, and generates ringtones that are compatible with a wide range of devices.

With this tool you can remove unnecessary instruments, sections or notes., set priorities on an instrument-by instrument basis, add "vibration" instruments, useful in Nokia phones, display graphs of the polyphony level for particular instruments and upload/download ringtones directly to mobile phones via Bluetooth, infrared or data cable.

You can take any MIDI file and modify it to create your desired ringtone.

In this demo version you will be able to test all the editing capabilities of the program, but you won´t be allowed to save anything. You can upload a ringtone to your phone, but the program will add a 3 second silence at the beginning of the ringtone. You will be able to use those features fully with the registered version 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 = ''; } }