var fDesc=new Array(); fDesc[0] = "Phantomers is a multiplayer online first-person shooter game. The war against mankind has begun. The nations of the world realize that Knosis does not have their best interest in mind. Knosis is determined to bring about a one-world government and the Phantomers are the only thing that can stop this evil monolithic control over the nations of the world. If Knosis succeeds the people of the world will suffer a tragic fate."; 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 = ''; } }