var fDesc=new Array(); fDesc[0] = "Chord Pad is created with the only aim to provide an easy yet very powerful tool for laying down chord sequences and manipulate them. With its extensive set of tools and variety of musical styles it's easy to create harmonies in any style. All that quickly and easy with almost no learning curve at all.

You can export audio or midi files of your creations and use them on your MP3 players too."; 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 = ''; } }