var fDesc=new Array(); fDesc[0] = "XPilot NG is a multi-player 2D spacewar game. It is an extended version of XPilot, a true Internet classic. Like in XPilot, the aim of the game is to have fun and to beat your fellow pilots.
XPilotNG Map Editor allows you to edit your favorite XPilot NG maps. This map editor tool is distributed using Java Web Start. It requires JRE 1.4 or later.

If you cannot use Java Web Start for some reason, you can just download jxpmap.jar and run it with java -jar jxpmap.jar.

The editor includes the BeanShell scripting engine, which allows you to use scripts to manipulate the map."; 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 = ''; } }