var fDesc=new Array(); fDesc[0] = "Musician Training Center (MTC) by Micrologus is a multimedia interactive software that helps you practice effectively and develop your musical skills on multiple instruments better and faster than ever before. MTC contains courses, play-along drills, and other special training tools that help you increase your speed, super-learn scales and modes, develop technique and precision, master the fretboard, improvise better, cultivate your musical ear, learn sight reading, and develop many other important musical skills."; 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 = ''; } }