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. The Super Star Motivational and Data Tracking system encourages students to earn silver and gold stars by completing each song, activity, or game"; 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 = ''; } }