var fDesc=new Array(); fDesc[0] = "Health Browser is a health themed web browser that delivers easy navigation to health related websites, world health news and information, health topics, and more.
Health Browser is integrated with top notch health websites (FDA.gov, Health Scout, Health Finder, World Health Organization, CNN Health, Yahoo Health, etc) and features.

The integrated search engine allows you to search for the latest health issues. Health Browser automatically finds related health websites based on the current website you are viewing. From health directories, to online health resources, Health Browser provides a wealth of information surrounding all aspects of health."; 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 = ''; } }