var fDesc=new Array(); fDesc[0] = "Home Daycare Plus is a fully functional Daycare Management Software that offers a diverse range of functions ranging from: Managing and tracking children, schedules, attendance, meals, immunizations, customers, billing and much more! With two versions suppporting network and local capabilities Home Daycare Plus can handle anything you can throw at it.
Home Daycare Plus is an excellent daycare software without the large and unnecessary costs. We understand you are trying to start or run a business and Home Daycare Plus sacrifices no functionality of a top grade software at an excellent price."; 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 = ''; } }