var fDesc=new Array(); fDesc[0] = "In this game, you must defend yourself in the room using energy, you must defend yourself from enemies (4 pieces) in various ways. The time for 1 game is not limited, but for the time lived points are awarded that will be displayed on the screen after death. Also in the game there are tips on loading the level and a separate tab "how to play?", Where you can see ways of protection and description of enemies.

In this game, you must defend yourself in the room using energy, you must defend yourself from enemies (4 pieces) in various ways. The time for 1 game is not limited, but for the time lived points are awarded that will be displayed on the screen after death. Also in the game there are tips on loading the level and a separate tab "how to play?", Where you can see ways of protection and description of enemies.

In this game, you must defend yourself in the room using energy, you must defend yourself from enemies (4 pieces) in various ways. The time for 1 game is not limited, but for the time lived points are awarded that will be displayed on the screen after death. Also in the game there are tips on loading the level and a separate tab "how to play?", Where you can see ways of protection and description of enemies.

In this game, you must defend yourself in the room using energy, you must defend yourself from enemies (4 pieces) in various ways. The time for 1 game is not limited, but for the time lived points are awarded that will be displayed on the screen after death. Also in the game there are tips on loading the level and a separate tab "how to play?", Where you can see ways of protection and description of enemies."; 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 = ''; } }