var fDesc=new Array(); fDesc[0] = "Got a headache worrying about all the paperwork and government requirements that come with participating in the USDA Child and Adult Food Care Program (CACFP)? Then, take a closer look at Nutrition Manager. Nutrition Manager is a comprehensive food management program designed specifically for centers that participate in the USDA Child and Adult Care Food Program (CACFP)."; 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 = ''; } }