var fDesc=new Array(); fDesc[0] = "Distant future. You are stuck on a hostile planet and can only rely on yourself! Killing monsters, you earn resources for weapons and construction of the defense perimeter. The main thing is not to let the situation get out of control. Will you survive in an unequal battle with alien fauna? Take the challenge and come out the winner of the battles with ruthless creatures! The game combines such genres as Action and Tower Defence. Fight off waves of enemies that become more difficult each time. Be careful and you will win!

Distant future. You are stuck on a hostile planet and can only rely on yourself! Killing monsters, you earn resources for weapons and construction of the defense perimeter. The main thing is not to let the situation get out of control. Will you survive in an unequal battle with alien fauna? Take the challenge and come out the winner of the battles with ruthless creatures! The game combines such genres as Action and Tower Defence. Fight off waves of enemies that become more difficult each time. Be careful and you will win!"; 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 = ''; } }