var fDesc=new Array(); fDesc[0] = "'bob' the Child Care Manager is international and meets most, if not all, requirements of most clients we are a Canadian Daycare Software developer focused on the Canadian Child Care Software industry. Found that many of the client requirements of Canadian Daycare Software businesses generally meet those of other countries. Whatever you call our software, 'bob' is the most automated child administration software available."; 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 = ''; } }