var fDesc=new Array(); fDesc[0] = "Music MasterWorks is a music editing software. It can create, play, record, edit, and print music with ease. Record from your digital piano/keyboard or use Voice-to-Note and then edit with the quick-key, mouse or touch interface to easily compose music. Choose between a staff or piano roll view as well as a drum track."; 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 = ''; } }