var fDesc=new Array(); fDesc[0] = "Articulate Spelling is a spelling drill program for use in the home or at school. The program uses Microsoft® Agent Technology to actually speak the words to practice.

You can enter your own word lists and create your own tests very easily, and copy and paste to or from common applications like Excel® and Word®."; 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 = ''; } }