var fDesc=new Array(); fDesc[0] = "Gang Beasts is a silly local multiplayer party game with doughy ragdoll physics and horrific environmental hazards. In the current pre-alpha players can grab, push, pull, punch, and throw their friends from wrestling rings, speeding trucks, and suspended platforms. The game is set in Beef City, a mouldering meat production metropolis in a dire state of emergency triggered by multitudes of hostile gangs violently competing to take control of the streets in the aftermath of the Great Beef Crash."; 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 = ''; } }