var fDesc=new Array(); fDesc[1] = "show you all the well-known beauties of autumn. That wonderful season of the year when nature is getting ready to relax and wait during the cold winter months. In this season, you will see nature changing colors right in front of your eyes."; fDesc[2] = "Jupiter, of course. You will be able to see the planet during different times of its day, which is longer than ours. This planet is really huge compared to the Earth. Just looking at it and being nearby, will fill you with awe at the sight of the Giant."; fDesc[3] = "to a beautiful lake in autumn? You can watch all the trees changing the color of their leaves and then dropping them to the ground. You will be transported to a secluded lake in the middle of a forest, where the trees will form a curtain of many shades of reds, yellows and browns."; fDesc[4] = "motion, temperature and pressure, ideal gas, real gas, crystal structures, etc.). The capability exists to continuously change physical parameters."; fDesc[5] = "leaves falling all around the screen. You will see all kinds of leaves in many different colors, forming a multicolor display right in front of you."; fDesc[6] = "single unified command line for quick, powerfull searches. Included with installer: KJV 1769, JFB Commentary, XRefs, Strong's Lexicons."; 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 = '...'; } }