var fDesc=new Array(); fDesc[0] = "SOLO Typing Tutor is the tool you need to improve your typing speed and get rid of typing errors.

We don't promise any miracles but we can guarantee your success in reaching two goals:

To start typing faster
To make fewer typos

We don’t believe in “magic” tricks which allow you to increase your typing speed in several hours.

We believe in goal-oriented work on your typing speed and systematic elimination of the typos. That’s how our typing tutor came into being."; 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 = ''; } }