var fDesc=new Array(); fDesc[0] = "YOGA Functional Anatomy is an application that enables you to look under the skin and directly observe the world of anatomy and posture during yoga workouts. It allows you to see how muscles act as they stretch in each position, deepening your understanding of the effects of common postural problems.
Features:
- Identify the limiting elements in a position.
- Diagnose posture disorders.
- Build a balanced vinyasa to improve lesson results.
- Precise anatomical analysis of classical asanas.
- See all the muscles in 3D."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }