var fDesc=new Array(); fDesc[0] = "Typer Shark 1.0 is a funny, entertaining and educational game. The game is about a man that goes diving in the sea. There will be different sea animals like sharks that will come attack him, all you have to do to stop them is to type the letters or words they have written on them. The game is very funny and entertained. Typer Shark 1.0 will test your skill when you first launch the game, according to that, it will suggest you an advanced, medium or easy level. If you choose the easy level there will be less sharks and animals and you will have more time to type the words before they get to you. You also have got an extreme x mode that is the most difficult one. The game is very educational, you will get your typing skills improved for sure. The game has got a friendly interface, so you won't have any problems playing it. There are several levels. Each level is a different adventure and the seaman will get different treasures and points for each level you pass. You have different bonus and your scores can be saved so that you can compete with anyone."; 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 = ''; } }