var fDesc=new Array(); fDesc[0] = "S4 League is a shooter game in which you need to equip your character with a selection of three weapons and one supernatural skill. It is a strategical gameplay that offers a lot of opportunities to play in professional teams and clans.

In this sports of the future you can play modes like the “Touch Down Mode” with rules comparable to soccer, or “Chaser Mode“, where you have to defeat up to 12 other players in an epic challenging combat."; 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 = ''; } }