var fDesc=new Array(); fDesc[0] = "The purpose of this program is to retrieve music score from audio record. It takes standard WAVE file as input, then processes it and outputs standard MIDI file. Beside the most of competitors, it allows to get several voices (up to 9). The program works with pre-recorded file, and there are user-adjustable parameters to enhance the quality of conversion. TS-WIDI Pro contains interactive Note Editor."; 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 = ''; } }