var fDesc=new Array(); fDesc[0] = "Guerrilla War offers much more than classical free action games. This game is heavily popular type of territory control shooting game with all present action.
All you need is couple of tries and you are ready to master it. As the protector of your home base you have to take care for those Guerrilla solders not to take your defences down and penetrate your whereabouts. Many have burned themselves thinking it is just like all the other free action games out there. Each next level will prove to be harder to complete."; 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 = ''; } }