var fDesc=new Array(); fDesc[0] = "CapoMaster is an easy way to master the use of the capo and the guitar. With CapoMaster you can also learn many chords, but knowing only 3 chords you can play hundreds of songs. Add one more chord and play thousands of songs. Add one more and the number is massive. The great thing about knowing only 3 to 5 chords is that with the capo you can play these song in any key simply by repositioning the capo beside another fret."; 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 = ''; } }