var fDesc=new Array(); fDesc[0] = "BloomingKids Animals is teaching software for children with special needs. The scope of the current programs includes: memory enhancement drills, a variety of basic vocabulary (common objects, colors, shapes, animals, etc.) exercises, computer use training, speech-based activities, telling time, Reading calendar, learning days of the week and months of the year, and weather. Additional programs are available and more are pending."; 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 = ''; } }