var fDesc=new Array(); fDesc[0] = "A 32-bit guitar and piano chord and scale reference tool for Windows 9x/NT. It includes a Chord Identification section and graphical depictions of a guitar fretboard and a piano keyboard. These features serve as a reference for finding all of the notes in a key, the chords in a key and different ways to play these chords. Key-Note has been designed for players of all levels, and beginners will find the includedhelp file to be a good starting point for learning music theory."; 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 = ''; } }