var fDesc=new Array(); fDesc[0] = "If you babysit one child or three at once, this software is for you.
Now you can keep track of all past babysitting jobs. You can tell what family hires you the most, or the least. Keep track of telephone numbers, addresses and much more info for each family you babysit for. You can search by times, dates, addresses, names and much more. Keep comments or special notes or other important information about any of the families or children you babysit, and more."; 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 = ''; } }