var fDesc=new Array(); fDesc[0] = "Chord Player is a tool that will play the chords on an arranger keyboard so that you will have both hands available for melody playing and style-variation switching.

The chords for the songs can be entered in a text window and can be saved in chord files. A chord file with the chord sequences for a hundred well known songs is included. Text can be included between the chord lines for orientation or karaoke. The textsize can be adjusted."; 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 = ''; } }