var fDesc=new Array(); fDesc[0] = "Allows you to track all kinds of information on the children in your care – or your own children (and grandchildren, nephews, nieces, etc). Track activities, illnesses, days absent, days present, awards, medicines, special moments - you name it - Debit Square - For Children - will track it! Create your own activities (things to track)! Add as many as you need."; 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 = ''; } }