var fDesc=new Array(); fDesc[0] = "BloomingKids Demo for Colors uses color names and pictures to help the student to learn listening, identifying, and name skills. There are nine sub-programs: Color Matrix, Progressive Method, Matching Colors using pictures, Matching Colors using words, Painting Colors, Discriminating Colors, Discriminating Colors by Objects, Counting Colors, Finding and Counting Colors.

The student must wait until the command voice has finished before he/she clicks on the object."; 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 = ''; } }