var fDesc=new Array(); fDesc[0] = "Play the piano chords right away - no experience required!

This app contains over 120 chords. These are all the chords you'll need to know to be able to play all your favorite songs!

Take advantage of clear, easy-to-use interface with retina support and learn the basic and advanced chord charts.

You can:
see the chords in notes representation, in keys representation and as coloured photos,
listen to the sound the chords you picked,
drag and drop pictures with chords to your documents,
create, save and load chords of your favourite songs,
avoid the Mickey Mouse voice and transpose the chords to level which is optimal for you.

Have a lot of fun making music!!!

What's New in Version 1.2.0.1:

1. Now you do not need to click always the Play button to hear the chords sounds of the favorites. The favorites chords are also clickable now.
2. Introduced the button "Sound On/Off" to manage the possibility described in the (1.)
3. Some more GUI look and feel improvements,
4. The app size is reduced now, it gives you 10 MB more space on your Mac for other apps, music and etc,
5. Added Dialog for deletion of the favorites."; 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 = ''; } }