var fDesc=new Array(); fDesc[0] = "It's an amazing, self-contained app where you can browse, purchase, download, and enjoy the award-winning library of Homespun music instruction videos (including the accompanying music or tab PDF).

After filling out the simple order form, you'll be able to start watching in just minutes. No waiting for deliveries. No shipping and handling charges

Watch anything you've purchased in just 3 clicks, whether you are connected to the internet or not. No hassle with remote controls, DVD players or TV inputs."; 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 = ''; } }