var fDesc=new Array(); fDesc[0] = "With Chordastic you can create and manage music chord tabs.

By using chordastic you will be able to create sheets with lyrics and chords fast and easy, customize the sheet appearance by changing font, size and general display separately for the chords and lyrics, print your songs or share them with other musicians."; 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 = ''; } }