var fDesc=new Array(); fDesc[1] = "off for fun with Airport Mania! Land planes, unload, and return to the skies in 8 amusing airports. Avoid delays, keep your planes in good repair, and get to the gate on time to keep things running smoothly."; fDesc[2] = "Jojo Cruz and her daughter Rosalind to make stylish outfits for female and male models as you showcase your fashion sense on runways from L.A. to Berlin."; fDesc[3] = "a grade as well as the fashion show overall. The game has a good presentation, a good and challenging game mode and good items. This all adds up to a very recommendable game."; fDesc[4] = "creative and entertaining. It has got over forty levels and it has got hundred of garments. You will have to help kate cut,, measure and sew her clothes to go throughout the levels."; fDesc[5] = "enhancements and with realistic and different perspectives from the simulated aerial views during their virtual flights. The program features ultra-realistic clouds, and sky color environments, effects such as sound, day and night, and special effects."; fDesc[8] = "the scenery from where NASA launches its spacecrafts. The add-on features three airports, although only one of them, a rather small industrial airport, Merritt Island, is a 'normal' airport."; fDesc[9] = "located in germany. The scenery is based upon Hannover airport and care has been taken to include all the details and environment settings as there is in the case of the real airport."; fDesc[10] = "The add-on depicts the Leipzig/Halle airport which gives a detailed scene of the real airport. It consists of lighting systems, buildings, taxiways and runways. All these have been restructured keeping into mind the real-time airport."; fDesc[15] = "cannon to destroy obstacles (stacked barrels, boxes, stones...) on runway, before your plane crash to them. Precise timing and planning of dropping bombs are most important to end each level."; 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 = '...'; } }