var fDesc=new Array(); fDesc[0] = "Blooming Kids Software is a unique teaching tool offering teachers and parents 37 individualized (and growing) educational programs to help children with Autism or PDD
This program uses a child's normal daily activities (from getting up in the morning to going to bed at night) to help the student to learn listening, identifying, and naming skills.;"; 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 = ''; } }