var fDesc=new Array(); fDesc[1] = "the dark underworld of Hades on a quest of good versus evil, during which they will encounter some of the legendary villains of Greek mythology."; fDesc[2] = "period of time. The application is very useful if you like listening to music or audiobooks resting in bed before falling asleep. The program sits in your system tray and informs you about the countdown status and enables you to abort or extend the shutdown process whenever you want."; fDesc[3] = "of ancient Persia. \"Kohan\" means ancient in that language. Also, the major character, is based on the most popular king of the Persian Empire: King Darius Javidan."; fDesc[5] = "story, told through a hundred levels."; fDesc[7] = "will have to build a totally new city from scratch and deal with whatever problems that may arise in the process, which by the way, are not few."; fDesc[8] = "The object of the game is to maximize your score in placing the falling blocks or triangles into lines."; fDesc[9] = ", Pentix, Sixtix, Triangularis. You will find friendly interface, nice sounds, music and large High scores table."; fDesc[10] = "crubs will try to kill you. Some kind of fish is immortal for your gun. Game is free to download and play!"; fDesc[14] = "enclosure with a gap."; 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 = '...'; } }