var fDesc=new Array(); fDesc[0] = "Learn how to play guitar by studying scales and chords. Practice with fun.
It's not enough to lean a few songs. You need to understand how guitar works, where the notes are, and how the scales make those notes to sound right. Find out how to make sense out of those hundreds of chords you have seen in the books."; 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 = ''; } }