var fDesc=new Array(); fDesc[0] = "MassCHIP was developed by the Massachusetts Department of Public Health to assist communities and professionals in health planning. It currently has over 4,000 active users working in a variety of settings, including hospitals, HMOs, government agencies, universities, community health centers, and local boards 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 = ''; } }