var fDesc=new Array(); fDesc[1] = "have to sort the similar colors together in order to get an atomic reaction. Atomica has two modes of game-play, a strategic turn-based mode and a fast-paced real time mode. This game will definitely take up some of your time if you play it."; fDesc[2] = "Avogadro, a simple and powerful program that will let you see and create all kind of chemical compounds. Besides, you can manipulate molecules and generate 3D graphics easily and with just a couple of clicks."; fDesc[3] = "are constructed graphically or in a text editor. Features include dynamic functions, subscripting (arrays), Monte Carlo sensitivity analysis, optimization, data handling, application interfaces, and much more. Ventana Systems also provides the Molecules software, for constructing system dynamics models from \"chunks\" or molecules of system dynamics structure."; fDesc[4] = "elements, atoms and molecules, word equations, chemical symbols, Periodic Table, chemical formulas, balancing chemical equations."; fDesc[5] = "Maxwell distribution."; fDesc[6] = "2x2 patterns called molecules eliminates them and adds energy to your power meter. Filling the meter completes the level, but each move adds more atoms to the board, blocking potential matches and risking a board overflow that'll end the game."; fDesc[7] = "that students can actually see what happens in some natural conditions that are not easy to see in real life. This awesome application consists in a collection of different sub-applications, each one simulating a specific phenomenon. Thirteen modules are included."; fDesc[9] = "you have ever seen."; fDesc[10] = "created by RateMyScreensaver.com containing 11 high quality photographs."; fDesc[11] = "free screensaver created by RateMyScreensaver.com containing 23 high quality photographs."; fDesc[12] = "computer with Screen saver \"Molecules\" will relax really. \"Molecules\" demonstrate a primitive physical model of molecules moving."; fDesc[13] = "be used as demonstration tools at school or for individual studies and experiments at home. See what you can never see in nature! The most exiting feature of Virtual Physics is that you can perform and observe many experiments you can never see either in nature or in the school laboratory, e.g. stars r planets moving on their orbits or the motion of the molecules of gas. The program consists of 13 modules covering: Diffraction, Dynamics, Electrostatics, Gravity, Kepler Laws, Kinematics, Kirchhoff Laws, Optics, Oscillations, Projectiles, Thermodynamics, Vectors and Waves."; 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 = '...'; } }