var fDesc=new Array(); fDesc[0] = "Notion 5 is a notation application for composers, performers, producers, etc that includes orchestral samples recorded by the London Symphony Orchestra. You can enter notes with ease using Notion 5’s interactive fretboard, keyboard, and drum pad. Also, you can Choose chords from a generous chord library and create your own chords."; 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 = ''; } }