var fDesc=new Array(); fDesc[0] = "According to the American Medical Association, stress reduction is a key health issue facing contemporary American families. Eating a healthy diet, exercising regularly, maintaining a healthy weight, and getting sufficient sleep also have a profound effect on your health. Above the Bar helps you exercise smarter and
provides an advanced flexibility, cardiovascular and resistance training software at a reasonable price. At the gym, in your home, or wherever you exercise, you can benefit by becoming more knowledgeable about your fitness."; 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 = ''; } }