var fDesc=new Array(); fDesc[0] = "Vocabster is a software program which helps you to master the meaning of about 3000 words of English vocabulary.

The pedagogical approach is modern and the subjects are related to the vocabulary points which deal with daily life and contemporary environment. At the end of each level, there are 5 tests for reviewing and evaluating progress achieved.

The network version allows you to follow your students' progress in detail, and can be used on the same (geographical) site with an unlimited number of PCs!"; 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 = ''; } }