var fDesc=new Array(); fDesc[1] = "to a powerful civilization by founding cities, working the land, researching science, trading or fighting with other nations. Before being able to play you have to connect to a server with the client, either locally or somewhere on the net."; fDesc[2] = "combat in the game are well done. But a series of technical issues bring the game down a bit. It is also outdated, so you are probably better off with the newer games of the franchise."; fDesc[3] = "you enjoy this gorgeous actress in the comfort of your living or at your office. You will be able to see her wearing some very revealing clothes, including tight fitting bikinis, lingerie, and even some partial nudity."; fDesc[4] = "messaging (PMs). Chat rooms are fully moderated by user admins who can control disruptive behaviour by other users. Online support is also available in Help lobby by contacting any of the red admins who work/ volunteer for the program."; fDesc[5] = "lion photographs. The lion (Panthera leo) is a mammal of the family Felidae and is the second largest feline species, after the tiger."; 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 = '...'; } }