var fDesc=new Array(); fDesc[0] = "Melensoft Trainer is a useful flashcard program.

Melensoft Trainer is a useful flash card program for vocabulary training. Learning mode, practice mode and multiple choice modes provide a powerful vocabulary training system. Optional time limit, user selected fonts, simple text file input, possible questioning from any side of the word pairs are some of its strengths. Now windows can be re sized and the text can be reversed automatically. Single click mode for multiplication choice added."; 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 = ''; } }