var fDesc=new Array(); fDesc[0] = "The service pack is used to fix all the bugs, errors and problems. This service pack updates all the files needed for the good operation of the software. You don't need to interfere in the program's updating sequence as the installer does all the job in order to update the files.

Mozart the music processor™ is music notation software for computers running Microsoft Windows."; 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 = ''; } }