var fDesc=new Array(); fDesc[0] = "A powerful typing tutor for children and adults of all ages. You will master the keyboard by revealing 16 medieval worlds.
Main Features:
- Simple instructions
- Colour-coded keyboard, animated demonstrations of correct finger placement, and visual prompts
- Learn good posture and typing habits
- Includes three action-packed typing games and a progress test
- Touch typing 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 = ''; } }