var fDesc=new Array(); fDesc[0] = "Music Master Professional provides tight linking of MIDI and notation events for fast and accurate song composition.
Music Master Professional has many powerful sequencing, audio and notation features to allow you to compose and edit songs quickly and easily.
It allows the user to quickly move from a “blank sheet” to a finished song ready for playing, printing or both."; 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 = ''; } }