var fDesc=new Array(); fDesc[1] = "a great simulation game that allows you to play a single game or a party mode. Challenge a friend and have a great shooting emotion."; fDesc[2] = ", much harder when Pixar has decided that it is going to have aspirations of becoming the best chef around Paris. This game was developed by a company which has wisely managed to connect with one of the most demanding audiences of nowadays market: children."; fDesc[3] = "tails to achieve silky reverbs. It features top quality sound and helps to prevent ringing dissonances and metallic artifacts. The tool also has true stereo 32 or 64-bit internal precision to fine-tune for the system."; fDesc[4] = "plug-in that can be hosted within their music editing studios. Users are presented with a large window interface with all of its controls on one clickable layer that offers them control of all parameters."; fDesc[5] = "Fiery Comet, Turbulence and Screen Burn."; fDesc[6] = "cool application displays text-based log files in tabular form indicating the matching text in colored format. The software reads only a small section of the file from disk at a time, saving memory."; fDesc[7] = "aircraft models in DC10, one of the first wide body airliners which has three engines with the centre engine positioned in the vertical tail. The variety of aircrafts includes aircrafts from different countries and air fueling tankers and the military variants."; fDesc[8] = "long, fluffy tail. He needs this trunk for the mini-games in Bliss Island Deluxe. Puff and blow with Hoshi's trunk and move the objects into a hungry mouth or around all sorts of obstacles."; fDesc[9] = "OutputDebugString (Windows Debug API) and TRACE (MS Visual C++ Debug Macro) output as well."; fDesc[10] = "particles that are flying around. You control your own particle of sorts which leaves a tail. When you form a loop with your tail it creates a net for a split second. Any particles that are caught in that net will be captured. You can earn extra points by catching multiple particles in one swoop. If you touch a particle, however, you will die. There are also bonus particles which cannot kill you but you can still capture for points, you do not need to capture these to move on to the next level"; fDesc[13] = "drawings that you loved most. The kitten is the cutest thing I have seen in a long time. It reminded me of those cats made with circles and a tail, but this one is perfect."; fDesc[14] = "of the Tail utility to Windows was originally conceived to serve as a log file monitor for applications running under all of the Windows operating systems."; fDesc[15] = "is installed on; you don't need special client software. Specify local or UNC paths. FREEWARE."; 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 = '...'; } }