var fDesc=new Array(); fDesc[0] = "Notation Composer makes it easy to turn any MIDI file into sheet music and arrange it just the way you want it. Perhaps you want to create a special arrangement for your group or maybe you just want to change a few notes.

Notation Composer makes it easy to edit, arrange, and compose music using just your MIDI instrument or mouse. Now you can let the creative juices flow while the notes are placed into your score automatically."; 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 = ''; } }