var fDesc=new Array();
fDesc[0] = "You are an elite special forces soldier. Every day you fought evil - criminals and drug lords. But one day the irreparable happened - they set you up. After a blow to the head, you spent the whole night in the basement, and when you woke up, the whole factory was already filled with soldiers. In addition to the soldiers, you have strange sensations and visions. You pumped! Take a gun and do not let yourself be killed!
You are an elite special forces soldier. Every day you fought evil - criminals and drug lords. But one day the irreparable happened - they set you up. After a blow to the head, you spent the whole night in the basement, and when you woke up, the whole factory was already filled with soldiers. In addition to the soldiers, you have strange sensations and visions. You pumped! Take a gun and do not let yourself be killed!
You are an elite special forces soldier. Every day you fought evil - criminals and drug lords. But one day the irreparable happened - they set you up. After a blow to the head, you spent the whole night in the basement, and when you woke up, the whole factory was already filled with soldiers. In addition to the soldiers, you have strange sensations and visions. You pumped! Take a gun and do not let yourself be killed!
You are an elite special forces soldier. Every day you fought evil - criminals and drug lords. But one day the irreparable happened - they set you up. After a blow to the head, you spent the whole night in the basement, and when you woke up, the whole factory was already filled with soldiers. In addition to the soldiers, you have strange sensations and visions. You pumped! Take a gun and do not let yourself be killed!";
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 = '';
}
}