var fDesc=new Array(); fDesc[0] = "Vocabulary Companion is everything you need to teach vocabulary in minutes. Using our objectives or your own word list. The easy-to-use publishing tool for creating dynamic vocabulary activity sheets, posters, and games in seconds.

Vocabulary Companion was designed by classroom teacher's to meet real world classroom needs. Use over 25 formats to create the activites, posters, and games that you need to make sure that "all" the students have the opportunity to learn the vocabulary necessary for success in your classroom and on the state tests."; 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 = ''; } }