var fDesc=new Array(); fDesc[0] = "NoteWorthy Composer is a music notation tool for Windows OS. It allows you to create, record, edit, print and play back your own musical scores in pure music notation. You can use the built-in transpose feature to quickly adapt a part written for an instrument in a different key to the native key for your instrument."; 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 = ''; } }