var fDesc=new Array(); fDesc[1] = "being attacked by evil creatures. Using his FLUDD backpack he must build plumbs to escape the different levels. There´s a problem: after building the plumbs, he must poison the plant that will come out from them."; fDesc[2] = "formidable air combat fighter aircraft. Players will find themselves in a highly detailed simulation of the MiG-29 Fulcrum 1.0 cockpit which features meticulous glass reflections and realistic dials and radar screen."; fDesc[3] = "sectors, collecting riches, battling aliens and unlocking the way to freedom."; fDesc[4] = "role jet fighter aircraft. Designed as a lightweight fighter, it evolved into a successful multi role aircraft."; fDesc[5] = "This simulation is a DVD version made for the FSX. This package is your chance to fly the 737 one of the most favorite airplane in the world."; fDesc[6] = "SP2. The package is your chance to commandeer the 737. The Just Flight - 737 Pilot in Command FS2004 1.0 has the -300,-400 and the -500 versions of the 737. With a choice of around seventy liveries for flying the aircraft you are never running out of choices."; fDesc[7] = "is really easy to play, it´s really enjoyable. This game is divided in several missions. There are different kind of missions, most of them are related to collect EZT or destroy EZT thieves. EZT is a really important resource in the game."; fDesc[8] = "you fly this magnificent airplane, but it will surely fill your mind with images of you controlling this great bird. You will be able to see 24 high quality pictures of this famous fighter in different scenarios."; fDesc[11] = "Line (1990). The 50 original levels are there plus 50 new levels. Created for the \"Retro Remakes Competition 2003\"."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }