var fDesc=new Array(); fDesc[1] = "surface, all files and partitions are eliminated, and it defines or re-creates the tracks and sectors on the disk. Then, it is possible to fix or repair a damaged disk."; fDesc[2] = "commands so that your CPU remains cool even when several applications are opened. There are many applications like this, but they often take different approaches. Most of them increase the speed of your fans so that more heat can be exhausted from the surface of the CPU."; fDesc[3] = "active network equipment (such as IP routers, repeaters etc). \"Router IP Console\" can raise an alarms via email on critical situations. And more..."; fDesc[4] = "all come into play in this challenging game, as one Hero tries to reunite the kingdom and fight off hostile feudal lords."; fDesc[5] = ", and extremely addicting! Countless hours of entertainment and challenge are packed into this unique game."; fDesc[6] = "or higher required."; fDesc[7] = "can have the performance of a high-end surveillance system."; fDesc[8] = "in it as you have everything to do it: a game space with an interesting topic, excellent graphics and simple rules!"; 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 = '...'; } }