var fDesc=new Array(); fDesc[1] = "with their friends. You can also have your seems wearing the latest teen fashions including track suits, designer jeans, and yoga outfits. In addition, The Sims 2 Teen Style Stuff is the first stuff pack to feature a The Sims contest winner!"; fDesc[2] = "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[3] = "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[4] = "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[6] = "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[7] = "Chakras software includes accurate graphics and specific sound keys."; fDesc[8] = "beginners who want to learn how to practice the different Yogas. It is an advanced yet a handy and an informative software."; fDesc[10] = "island to learn.History and benefits of yoga, proper breathing techniques, related concepts and basic poses are covered."; fDesc[14] = "may affect you and also gives the yoga asanas that are good for people of a particular sun sign."; fDesc[15] = "\"relationship\" or angle between the longitudes of the sun and the moon. They are also known as Yoga Taras of Nakshatras (Birth Star)."; 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 = '...'; } }