var fDesc=new Array(); fDesc[0] = "Mel Bay On Demand downloads complete courses with all materials, videos, sheet music or tablature, and bonus features directly to your hard drive so you can start watching in just minutes. And you can watch anything you've purchased instantly, in just two clicks!
It's an exciting new software environment that allows you to browse, purchase, instantly download and enjoy Mel Bay's excellent music instructional courses conveniently, inexpensively, and securely using an amazing new media system called 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 = ''; } }