var fDesc=new Array(); fDesc[0] = "The young Warrior, returning to her village, finds him captured by evil monsters who have been killing civilians for many years. The folded sword rises again to destroy the hordes of enemies and protect your village. Village Defender - 2d hack slash game in which the player fights off waves of enemies, raises the level, which improves health and damage, accumulates mana and uses a special skill. The young Warrior, returning to her village, finds him captured by evil monsters who have been killing civilians for many years. The folded sword rises again to destroy the hordes of enemies and protect your village. Village Defender - 2d hack slash game in which the player fights off waves of enemies, raises the level, which improves health and damage, accumulates mana and uses a special skill. The young Warrior, returning to her village, finds him captured by evil monsters who have been killing civilians for many years. The folded sword rises again to destroy the hordes of enemies and protect your village. Village Defender - 2d hack slash game in which the player fights off waves of enemies, raises the level, which improves health and damage, accumulates mana and uses a special skill. The young Warrior, returning to her village, finds him captured by evil monsters who have been killing civilians for many years. The folded sword rises again to destroy the hordes of enemies and protect your village. Village Defender - 2d hack slash game in which the player fights off waves of enemies, raises the level, which improves health and damage, accumulates mana and uses a special skill."; 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 = ''; } }