var fDesc=new Array(); fDesc[0] = "The English Vocabulary Builder Demo program contains hundreds of essential words, two quizzes, and runs much faster on your computer. Not always connected to the internet, so download the free version of the English Vocabulary Builder.

The English Vocabulary Builder Complete program contains all 4,000 essential words, four quizzes, and runs much faster on your computer. Not always connected to the internet, so download the 4,000 word version of the English Vocabulary Builder."; 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 = ''; } }