var fDesc=new Array(); fDesc[0] = "Find MIDI Chords is a progam to analyse and display the chords wihin any MIDI file.
It will also read Karaoke (.KAR) files and can display the lyrics

Main changes in version 2.0.1:
This is the first shareware release of this commercial program
Updated to 32-bit Windows including long filenames
Displays the lyrics within MIDI and Karaoke files
Various other improvements over version 1"; 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 = ''; } }