var fDesc=new Array(); fDesc[1] = "factions representing the powers of the Mediterranean. Your scenario is Europe in middles ages with a lot of political intrigues and the influence of the Church. In that time, The church controlled the international political issues and has total power."; fDesc[2] = "features, factions and units. The Gold edition also includes the viking expansion campaign, adding an expanded battle map as well. This game is a classic you should get if you have the chance."; fDesc[3] = "features three levels, beginners, intermediate and advanced.It provides an enjoyable way for us to improve our speed and accuracy while travelling along the world, visiting the Wild West, Erik the Viking and the Sea Adventure."; fDesc[4] = "FS2004 flight simulation programs. Seven virtual aircraft are included in the Flight Deck 5 for FSX 1.0, the F/A 18C Hornet; the F/A 18E Super Hornet; the E-2C Hawkeye; the S-3B Viking; the SH-60 Seahawk; the C-2A Greyhound, and the EA-6B Prowler."; fDesc[6] = "add-on has 13 military planes like F/A-18 Blue Angel, F-14 Tomcat, S-3 Viking, A-7 Corsair II, A-6 Intruder, B-2 Spirit, A-10 Thunderbolt II, OH-58D Kiowa Warrior, KC-135-R Stratotanker, CH-46E Sea Knight Helicopter,"; 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 = '...'; } }