var fDesc=new Array(); fDesc[0] = "Bome's Mouse Keyboard helps you in creating your own music with the help of a mouse and keyboard attached to your system. It emulates a MIDI keyboard connected to your computer. You can control each and every aspect of your music such as Pitch Wheel and Modulation Wheel. The inbuilt chord editor allows you to play entire chord with just one note. It allows you to transpose all MIDI notes. It has around 124 patch scripts included in it. You can change your chords with just a simple point and click operation. There is also a Knob Editor that sends controller data to your MIDI device or sequencer. You can use your mouse wheel to send pitch bend and controllers very easily. Your joysticks can also be used as a MIDI controller. Tutorials for Reason, Cubase, Sonar, Acid are also available. You can also export and import the default settings to another system. A full set of customization options are given so that you can customize it the way you want. With such an easy to use interface and inbuilt knob and chord editor, it is a must have for all music creators out there."; 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 = ''; } }