var fDesc=new Array(); fDesc[0] = "We want to fully meet your expectations when you buy SOLO Typing Tutor. That's why we offer a free trial version for download.
You can do the first full-featured lessons of the course and try out all the advanced training features. Then, if you feel the progress you've made and want to continue, you can pay the registration and get access to the full version of 100 lessons."; 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 = ''; } }