var fDesc=new Array(); fDesc[0] = "WordBanker Test Mate is a free program that will help you improve your English Vocabulary. The program tests you in sessions of 20 words or questions. Once all words have been translated correctly the session ends. You can create restore points so you can quickly return to any stage of your testing."; 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 = ''; } }