var fDesc=new Array(); fDesc[0] = "With the Earth & Beyond Character and Starship Creator, you'll create and customize characters and starships exactly as you would in the full version of the game. With your creations, you can make digital posters suitable for email post cards or image galleries. Even better, you'll be able to take your creations into the full version of Earth & Beyond.

All the creation options of the full game are in the download. You'll be able to choose from all six professions, design your character, then customize your starship. As soon as you install the retail version of Earth & Beyond, your creations will be automatically imported into the game."; 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 = ''; } }