var fDesc=new Array(); fDesc[0] = "The StressChecker has been developed for people who are interested in gaining greater insights into the dos and don’ts for a happy, healthy and relaxed way of living.

With the Experimenting Freely function you can gain a real-time insight into your stress level. In contrast to the Periodic Measurement, you do not need to wait three minutes to learn the score. Instead, you can see how your stress level continually reacts to how tense you are at that precise moment. This function enables you to establish the direct impact that a calm breathing technique has on you, for example, or the effects of meditation or thinking positive thoughts."; 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 = ''; } }