var fDesc=new Array(); fDesc[0] = "My Wellness is designed to be an aid to helping you in managing your daily medical requirements and help you improve your lifestyle through improved wellness. The idea for My Wellness comes from a recognition that everything we do or eat or how we feel can have an impact on any other area.

The idea here is you can view your progress in ways that just writing it down does not give you. My Wellness also gives you a way to easily share your progress with your physician or health care professional."; 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 = ''; } }