var fDesc=new Array(); fDesc[0] = "Ten Thumbs is the award winning, easy and fun way to get typing. Learn the proper way to type without looking at the keys. Our unique personal trainer approach adapts to you, teaching the best habits from day one. Ten Thumbs is engaging for children and yet simple enough for adults! Plus, it's the only program that lets you learn by typing the lyrics to your favorite iTunes."; 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 = ''; } }