var fDesc=new Array(); fDesc[0] = "Noteflight MIDI Adapter enables you to enter notes into Noteflight Crescendo and other premium versions of Noteflight. Noteflight captures each note or chord that you play on the MIDI controller. However, it does not record any rhythm. The rhythm of your music must be supplied by changing the duration of a note or chord after it is entered, or by creating ties and rests."; 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 = ''; } }