var fDesc=new Array(); fDesc[0] = "Launchpad Enhanced is a Star Wars Galaxies emu launcher that will download and install all the missing patch files you need to play Star Wars Galaxies on both Test Center Nova and Liberator.
If you have installed Star Wars Galaxies from your CD’s correctly, LPE will detect it and it will come up green."; 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 = ''; } }