var fDesc=new Array(); fDesc[0] = "Homespun Instant Access allows you to get your lessons anytime you want them, 24/7, delivering high-quality video directly to your computer. All you need is a high-speed connection and you'll be on your way.
Acoustic Fingerstyle has partnered with Homespun to deliver their library of music instruction DVDs to you (including the accompanying music/TAB booklet) quickly, safely and inexpensively using an amazing new media system called the MOD Machine."; 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 = ''; } }