var fDesc=new Array(); fDesc[1] = "very high speed rotation that can sometimes occur when ripping CDS or DVDs to the hard drive. Acoustic Silencer will not remove defects caused due to improper disc geometry or defects in the drive clamping mechanism."; fDesc[2] = ", and sound in 2D or 3D space and then animating virtually any aspect of each element. You can also create text and vector graphics in After Effects using familiar Adobe tools, and then animate these elements to create visually innovative new motion graphics."; fDesc[3] = "objects, etc. It is possible to save the edited image to a file with any of the most popular image formats. We can surprise our loved one with a perfect family photo album. There is a demonstration panel with 13 short videos showing what the program has to offer."; fDesc[5] = "around looking for a reason to explode. Super Star: Flying star explodes into 3 pieces then orbits and fires at tank. Gamma Blaster: Magnetized gamma radiation particles fly through air and terrain."; fDesc[6] = "After downloading a small ~ 4MB executable file and following the installer's steps, you can start the program and choose any sample file to know about the design process."; fDesc[7] = "zagging weapon that is one part skill and two parts luck; Chalk Dust - Calcium bicarbonate has never been so much fun; Mower - Cuts terrain and any nearby tanks down to size; Dive Bomb - Warhead does a bombing run on the other tank."; fDesc[8] = "graphics with transparency and particles effects, new music and sound. You will face new monsters like spiders, wizards, batiks..."; fDesc[9] = "customizable and allows you to select all the scene elements you wish to include, such as nebulae, galaxies, stars, supernova, moon, comets, clouds, planetary rings (smooth and particles), asteroids, and others."; fDesc[10] = "objects, small particles, running text, wave, shake, appearance, explosion, changing brightness among others. You can state all the effects as regards parameters and sequences so as to obtain an animated image in a very easy way."; fDesc[11] = "hard curves, and even complete loops. Quantum particles usually travel at very high speed, and in this case, you will have to drive a small particle similar to a ball with two eyes called \"chromade\". Your target is to evade obstacles and do not get off the main road."; fDesc[12] = "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] = "provides amazing 3D real-time particle animation. Display properties can be customized or cycle through an effective variety of themes."; fDesc[14] = "influenced by wandering gravity wells."; fDesc[15] = "move past (+), (-), and Neutral particles in the maze. Pick-up bonus balls and power-ups. Non-violent fun for the whole family."; 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 = '...'; } }