var fDesc=new Array(); fDesc[1] = "software problems. It helps identify the most common modem failures. This new tool replaces the Modem Helper utility and its only for Conexant Modems"; fDesc[2] = "program offers ready-to-use light effects (presets)."; fDesc[3] = "see if you can make happen in real life what you’ve been studying at college. The game allows playing single or multiplayer mode (through Internet or LAN)."; fDesc[4] = "of a time machine. You will travel to a maybe not so far away future. Who knows? You will visit a big and probably important city. But it will not be like New York or anything similar."; fDesc[5] = "3700 profiles and more!"; fDesc[6] = "born, but do not know it. MB Free Psychic Test Software is a very unusual program designed to help you test those psychic abilities that you might have. This program will strengthen your intuitive powers and will also make you more aware of and sensitive to the spiritual world."; fDesc[7] = "detailed interpretation of the sign you belong to according to Western Astrology. The software also includes a detailed characteristics report."; fDesc[8] = "calculates your Sun Sign based on your date of birth and integrates it with the Kabbalistic Tree of Life."; fDesc[9] = "Days of Eclastical Year, the Moon in the Ecliptic, Graphical Overview of Moon Brigthness; Professional Reports"; fDesc[11] = "program finds out your animal sign and star sign and gives a detailed report of features of your sign."; fDesc[12] = "may affect you and also gives the yoga asanas that are good for people of a particular sun sign."; fDesc[13] = "program also gives you an insight into your personality and tells you about your positive and negative traits thus helping you to improve yourself."; fDesc[14] = "level of compatibility with your friends, parents and siblings. It is simple to use and easy to understand."; fDesc[15] = "Tarot card associated with your Sun Sign and Ruling Planet and also the Tarot suit related to your Element."; 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 = '...'; } }