var fDesc=new Array(); fDesc[1] = "mode, i.e the same history and strategy in real time. The big difference that shows the wisdom of the people of Microsoft and Ensemble study is that it adds 5 new civilizations and substantially improves the artificial intelligence."; fDesc[2] = "futuristic game is set in the twenty-sixth century, in which the player has to assume the role of the Master Chief, a cybernetically enhanced \"SPARTAN\" super-soldier."; fDesc[3] = "fast-paced action and a lot of detail everywhere. Characters are all identical to those in the movie. The game itself could be considered a prequel to the movie, but I don't want to get into spoilers."; fDesc[4] = "intelligence which provides a very natural interface."; fDesc[5] = "mp3) and click a button. Chord Pickout will transcribe the music and write down the recognized chords automatically."; fDesc[6] = "interact with you using perfect English. The program is really easy to use and fully customizable. It includes multiple skins to choose from as well as characters and voices for your 3D animated digital secretary."; fDesc[7] = "exchanges and toplists as well."; fDesc[8] = "data. It creates a special virtual barrier between the internet and your computer. It means that internet applications can only read the real data of all programs installed on your computer and all changes are made only to the virtual copy of real data."; fDesc[9] = "genetic algorithm technologies to create remarkably effective trading models for stocks, futures and forex."; fDesc[10] = "modular architecture based on linkable components that can be extended to build new learning algorithms and neural networks architectures. Joone is composed by a central engine that is the fulcrum of all applications that are developed with Joone."; fDesc[11] = "The purpose of the collection is to provide the students with an introduction to programming concepts. You can either take this lesson on-line from the MSDN web page or you can download it to your computer. It doesn’t require any prior knowledge."; fDesc[12] = "construction engine, generate many words into a file, generate words similar to others, generate all possible words from a given format, and more."; fDesc[13] = "evolution, optimization, simulation, robotics), illustration, attractive graphical background for music, advertisement..."; fDesc[14] = "water. It is populated with two species: fishes and sharks."; fDesc[15] = "regression, forecasting, curve fit, pattern recognition, classification, decision making."; 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 = '...'; } }