var fDesc=new Array(); fDesc[0] = "STARWARS: The Battle of Endor 2.1 is a 3D game that challenges players to participate in the virtual Battle of Endor between the rebellions and the empire, which is based on the Star Wars: Return of the Jedi film.

Players should fight against TIE Fighters, Star Destroyers, TIE Interceptors, and finally, Executor – a Super Star Destroyer, using the radar featured in STARWARS: The Battle of Endor 2.1. White dots showing in the radar represent Lando, a pink dot represents Wedge, red dots are rebels, and green dots are the empire. Any squares showing, represent cruisers and they will blink when their damaged over 90%. The game features a shield, which provides players’ ships with a slow, but constant auto-repair mode, and they are provided with an extra torpedo for each 5 destroyed TIEs.

Players are advised to use their torpedoes for Star destroyer’s energy pods and to stay near the big spacecrafts in the STARWARS: The Battle of Endor game for cover as their mission is to protect them. The game features joystick and mouse control. Using the force will give the players 100 extra lives."; 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 = ''; } }