var fDesc=new Array(); fDesc[0] = "Inspiring music instruction for aspiring musicians from the 1 best-selling music instruction line! TOPICS Learning is the choice of millions of satisfied customers, and is the preferred method to learn a new instrument. Play Electric Guitar Deluxe features hundreds of instructional videos, professional tips and step-by-step lessons. Learn to play like a pro with 40+ interactive basic music lessons for lead and rhythm guitar, audio accompaniment and an interactive dictionary with 7,000+ chords."; 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 = ''; } }