var fDesc=new Array(); fDesc[0] = "The Pre-School Partner is a complete daycare management system designed specifically for the daily administration of preschool and day care centers. It is characterized by its simple, easy to use and comprehensive user friendly design.

It facilitates the daily functions and management of your center by tracking and instantly making available all family, child and staff related information.

Its complete and up to date with emergency contacts, guardians, drop off/pick up contacts, family and children notes, medical information, vaccination management, billing, accounts receivable, remote terminal logging, child scheduling and attendance, over 100 reports and much more immediately available within your fingertips reach."; 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 = ''; } }