var fDesc=new Array(); fDesc[0] = "Friendly-Strike 3 is the worthy successor of its big brother Friendly-Strike 2. It’s still a 2D fast-paced shoot/platform game, and certainly one of the funniest ways to play with your friends. Fight you friends or the computer. Up to 4 players can join a game! (Of course, you may play in cramped conditions but it’s possible). And if you don't have any friends close to you at the moment, you can also play with the CPUs, with an advanced AI and 4 difficulty levels!"; 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 = ''; } }