var fDesc=new Array(); fDesc[0] = "Do you type papers for school? Do you prepare reports for work? Or do you just send emails to friends and family? Improve your typing skills and save time, eliminate the frustration of constant corrections and improve your presentation of documents. Captain Keyboard will easily and quickly teach children and adults to master the keyboard. And you will have fun while learning! Captain Keyboard teaches typing in an action packed "space invaders" game environment. If you are a beginner or if you just want to improve accuracy and speed, Captain Keyboard makes learning to type fun for everyone in the family. The special Hall of Champions feature increases the fun by allowing you to record your scores and track your progress or compare to other champions."; 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 = ''; } }