var fDesc=new Array(); fDesc[0] = "Shokrok Throwdown is a futuristic team sports game in which creatures from different worlds come together to compete in a dangerous arena. Form a team with your friends and control your athlete from a first-person shooter style view. Choose from several different creatures like the bestial Varulf or the hi-tech Juggernaut, each of which has a unique set of skills. Play one of three positions and fight to help your team win."; 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 = ''; } }