var fDesc=new Array(); fDesc[2] = "strategy, combination and luck, very popular worldwide, played with tile sets like Rummikub."; fDesc[3] = "renewed release of Strike Fighters: Project 1 and it is set in a a fictional conflict which takes place in the Middle East, the involved nations are the Kingdom of Dhimar and the Empire of Paran, and it covers the period of time between the years 1950 and 1970."; fDesc[4] = "dangers of the jungle, defeating some of Africa's vilest villains, leading up to, and including, the tiger, Sheer-Kahn."; fDesc[5] = "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[6] = "as you and Sprill discover the secret of the Bermuda Triangle!"; fDesc[7] = "extension) from data stored in any relational database. You can explore the resulting cube with our OlapCube Reader or Microsoft Excel."; 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 = '...'; } }