var fDesc=new Array(); fDesc[1] = "is an ancient form of healing. Natura Sound Therapy has many features that make it a very good program. It uses both sound frequencies and visual content to make us concentrate and focus when doing some important job and also to relax by the special sound frequencies."; fDesc[2] = "customized session with powerful psycho-acoustic sound tracks. Listen to the session from within SHARM, or generate a sound file to be played later."; fDesc[3] = "information about different Yoga styles, both modern and traditional, as well as useful guidelines for practicing the postures, or asanas. The program features a comprehensive list of postures, complete with a photograph of each, as well as its Indian name and its English translation."; fDesc[4] = "on how to perform the excercises, as well as Flash-animated sequences showing each one of the 22 Yoga postures. You must have Flash player installed in your computer or PDA for viewing correctly those sequences."; fDesc[5] = "Chakras software includes accurate graphics and specific sound keys."; fDesc[6] = "beginners who want to learn how to practice the different Yogas. It is an advanced yet a handy and an informative software."; fDesc[7] = "conditions or healing. The yantras software includes accurate graphics and written mantras."; fDesc[8] = ", complete with candle and enjoy the 3D realism."; fDesc[10] = "may affect you and also gives the yoga asanas that are good for people of a particular sun sign."; 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 = '...'; } }