var fDesc=new Array(); fDesc[1] = "case comes up and you are ready to get to the end of it. Your mission is to investigate who is the killer of Miss Linnete Doyle, another passenger of the cruiser. Twelve levels will lead you to the truth, gathering clues on each investigation."; fDesc[2] = "the year 1960 of an alternate history. Your plane crashed just in the middle of the Atlantic Ocean and you're the only survivor."; fDesc[3] = "pretty easy to play game but it’s also very entertaining because you keep very busy at all times. You need some multitask handling skills in order to succeed in this game. You can try this game for 60 minutes before you buy the licensed version."; fDesc[4] = "about fluidity with less than 1-Gigabyte and a fast hard drive with lots of free space . It is too heavy. Boiling Point have good graphics and it is in the jungle where the graphic looks better. The sound effects are good but not excellent."; fDesc[5] = "Murder on the Orient Express is the new game of this series developed by The Adventure Company. This time the designers stressed the expressiveness of the characters, something which you certainly will appreciate."; fDesc[6] = "super jumbo two story passenger airbuses. The Fly The Airbus A380 v2 for FSX 1.0 simulation package includes models of the 700, 800, 800F and the 900,"; fDesc[7] = "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[10] = "Airbus A340 passenger jet. You get two passenger jet types with your A340 500/600 add-on: the Airbus A340 500 and the A340 600. The installation of the product is simple and the document provided is descriptive."; 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 = '...'; } }