var fDesc=new Array(); fDesc[0] = "Mozart the music processor™ is music notation software for computers running Microsoft Windows. Mozart allows you to type in music notation - as easily as entering text in a word processor - view it on the screen, hear it, edit it, and then print high quality music scores and individual parts for musicians.
The evaluation copy works with no restrictions for 30 days while you decide whether you like it enough to buy the program."; 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 = ''; } }