var fDesc=new Array(); fDesc[0] = "Phonics 1a is a beginning Phonics and Reading program that thoroughly covers the short and long vowel sounds, providing the foundation for reading success.
This interactive educational software program includes 10 songs with 16 activities. Phonics 1a features songs from Twin Sisters Productions, and activities such as the "Talking Vowel Sounds", the "Cat on the Mat" game, and the "Seal Made a Deal" game. The "Learn the Words" section allows the student to see and hear how over 600 words are formed using phonics sounds."; 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 = ''; } }