var fDesc=new Array(); fDesc[0] = "TabTrax is a powerful tab converter/player, music notation and teaching program. It allows you to play tracks at any tempo or use auto tempo feature to build up speed and precision. You can also improve your drumming by recording your own playing to a drum track and reviewing your performance with the powerful MP3 overlay tools."; 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 = ''; } }