var fDesc=new Array(); fDesc[0] = "Managing your family's health is not a simple task. Depending on your circumstances, you may be focused on caring for young children, elderly parents, managing a chronic condition, trying to lose weight, or any number of other health and wellness-related concerns. HealthFrame has the tools to support you in your efforts to become an active member of your healthcare team.

* Get Organized
Stay organized and in control of all your family's healthcare information.
* New Doctors
A new specialist or primary care provider will typically attempt to recreate portions of your medical history, increasing the chances of information loss and the introduction of errors in your records. Don't let changing doctors reduce the quality of your healthcare.
* Babies & Children
Don't lose the medical history of your young children. Capture it while you still can!
* Chronic Conditions
If you or a loved one has a chronic medical condition, then HealthFrame can greatly simplify the process of keeping track of your symptoms, progress of your condition, reactions to medications, test results, and medical procedures and visits.
* Elderly Care
Caring for an elderly parent or an aging spouse can be a daunting task. HealthFrame can help you better manage health and wellness related activities on behalf of your loved ones."; 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 = ''; } }