var fDesc=new Array(); fDesc[0] = "Finale Performance Assessment program is a tool that allows you to listen to a song, to change the tempo of a song, to record yourself performing, to record a duet with the computer, and to grade your performance.
This program has a easy to use interface and you can use it as an audio player."; 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 = ''; } }