var fDesc=new Array(); fDesc[0] = "This is a Village defense game in which you have to defend the shrines of the villages. After destroying the shrines, darkness will take over the world, only you can stop the forces of evil. The minions of the dark forces are gradually emerging from the forests, you have to destroy them. You have 3 types of weapons at your disposal, each of these weapons has unique properties. One of the guns sets fire to the ground, the other shoots enemies through, causing damage to opponents standing behind. Forward to the victory!
This is a Village defense game in which you have to defend the shrines of the villages. After destroying the shrines, darkness will take over the world, only you can stop the forces of evil. The minions of the dark forces are gradually emerging from the forests, you have to destroy them. You have 3 types of weapons at your disposal, each of these weapons has unique properties. One of the guns sets fire to the ground, the other shoots enemies through, causing damage to opponents standing behind. Forward to the victory!
This is a Village defense game in which you have to defend the shrines of the villages. After destroying the shrines, darkness will take over the world, only you can stop the forces of evil. The minions of the dark forces are gradually emerging from the forests, you have to destroy them. You have 3 types of weapons at your disposal, each of these weapons has unique properties. One of the guns sets fire to the ground, the other shoots enemies through, causing damage to opponents standing behind. Forward to the victory!"; 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 = ''; } }