var fDesc=new Array(); fDesc[0] = "mTrax is a revolutionary tool designed to help you become a better musician, fast.
mTrax is an Audio File Slow Downer, a Guitar Trainer, a Speed Trainer, on top of a Music Player.
You can easily identify and save the difficult sections of a song (intros, riffs, breaks, solos and outros) so you can loop through them at much slower speeds, slow enough to learn them note by note or hear fingering subtleties."; 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 = ''; } }