var fDesc=new Array(); fDesc[0] = "MyMusicTeacher is an essential tool to learn the guitar online. It's a technology that listens to you play and detects the notes you're playing to help you improve your skills-just like a music teacher. The program includes 2,500 hours of practice for chords, solos, composition, famous tracks and improvisation. You can win points and follow your progress according to your objective and the artificial intelligience engine recommends the best songs for you to improve."; 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 = ''; } }