var fDesc=new Array(); fDesc[0] = "This city has long been destroyed and lost in the forest. Mercenaries set up a base here. Now the base has been discovered by you, but you have also been noticed. The exit from this trap in the ruins of the city is blocked. We need to fight. Kill mercenaries, use their weapons or look for abandoned ammunition. The enemies must be destroyed. This city has long been destroyed and lost in the forest. Mercenaries set up a base here. Now the base has been discovered by you, but you have also been noticed. The exit from this trap in the ruins of the city is blocked. We need to fight. Kill mercenaries, use their weapons or look for abandoned ammunition. The enemies must be destroyed. This city has long been destroyed and lost in the forest. Mercenaries set up a base here. Now the base has been discovered by you, but you have also been noticed. The exit from this trap in the ruins of the city is blocked. We need to fight. Kill mercenaries, use their weapons or look for abandoned ammunition. The enemies must be destroyed. This city has long been destroyed and lost in the forest. Mercenaries set up a base here. Now the base has been discovered by you, but you have also been noticed. The exit from this trap in the ruins of the city is blocked. We need to fight. Kill mercenaries, use their weapons or look for abandoned ammunition. The enemies must be destroyed. This city has long been destroyed and lost in the forest. Mercenaries set up a base here. Now the base has been discovered by you, but you have also been noticed. The exit from this trap in the ruins of the city is blocked. We need to fight. Kill mercenaries, use their weapons or look for abandoned ammunition. The enemies must be destroyed."; 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 = ''; } }