var fDesc=new Array(); fDesc[1] = "of oil. This makes the whole world economy to be disturbed and peace is torn to shreds because countries are trying to take over the remaining oil wells. Kaos Studios puts you in this situation. What will you do you?"; fDesc[2] = "it also enhances it adding al lot of basic and advanced configuration, visualization and customization options for your home network. Dell Network assistant tries making your home network easier to manage, and it succeeds in many respects"; fDesc[3] = "in order to progress in the game. In this case, the scenarios will be represented by different rooms in the castle. You can see your current location at any time in the game map. There are some extra minigames included."; fDesc[4] = "potential to become a really great tool over time. ISODisk tackles two main tasks: it allows you to mount disc images and it creates ISO images from CD-ROM discs."; fDesc[5] = "This allows you to use your favorite applications to edit files and save them directly to the server."; fDesc[6] = "Google satellite pictures. The downloaded tile images can be combined to form a big map. The application supports multithread connection to speed up the download process. The downloaded images are saved into the user disk drive at a selected folder."; fDesc[7] = "Balanced Scorecard to develop Individual Employee Scorecard plans."; fDesc[8] = ", etc. The program will save the changes history and remember any change we may make, thus making it possible to undo the change or change the link from the old location to the new one."; 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 = '...'; } }