var fDesc=new Array(); fDesc[0] = "XPilot is a multi-player 2D space game for both local and Internet gaming.
This is a true client/server based game with an optimal speed for every player.
This game makes it possible to kill someone by blowing them into a wall with engine thrust or shock waves from explosions.
The game objective and game play is adjustable through a number of options, specified on the command line, in special option files, or in the map files."; 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 = ''; } }