var fDesc=new Array(); fDesc[0] = "Welcome to a new and exciting way to buy and watch resonator guitar lesson online!

Now you can get your lessons anytime you want them. They're downloaded to your computer, so you can even watch them when you're not online!

If you've already downloaded the Reso Hangout Video Lessons application (see links above), no need to get it again. Simply launch it from your computer and browse for downloadable titles that interest you, or find lessons by category (style or instructor)."; 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 = ''; } }