var fDesc=new Array(); fDesc[0] = "The DayCare PRO 2004 LITE is essentially an electronic filing cabinet that maintains a complete record of child and employee information, payments, invoices, menus, meal attendance and much much more.
The Child and Employee folders allow you to keep a detailed "folder" of each child and employee, but without the paper. There are many sections to these folders for each child or employee, but you only need to use the portions you are interested in. There are no requirements for these folders - except for a first and last name, but the more information you enter, the more detailed your records will become."; 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 = ''; } }