var fDesc=new Array(); fDesc[0] = "Using our My Spelling Words software your child will learn their spelling words better, faster, and with less effort.
My Spelling Words works. Time, and time, and time again we've seen it perform wonders. But it does take some effort to start with. You should give it at least two weeks. While some children take to it instantly, others will have to be encouraged to use it. Don't worry, they'll usually warm to it within a week or two."; 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 = ''; } }