var fDesc=new Array(); fDesc[0] = "This program will teach you how to touch type. The learning process carries you away in no time. If you like computer games, you will like this program. During the game, you will see none of those annoying popup messages about the wrong keys pressed. You will subconsciously try to type right. Children are sure to like the game as well.
Main Cowboy with Keyboard advantages:
-This program does not look like other programs of this kind.
-The intuitive interface is based on a game engine.
-The learning process is based on your subconsciousness.
-The program is good for training children.
-It is possible to create several player profiles.
-Configurable difficulty levels."; 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 = ''; } }