var fDesc=new Array(); fDesc[0] = "Program shows you an actual X3 sector-map, with detailed information about most in-game objects. The map is based on a log-file that is created with an in-game script (by Andrei[<>Ace]). If you just want to view the standard map (or if you don’t have the game) the program will work with the included default map, which was created with an English X3 game installation."; 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 = ''; } }