var fDesc=new Array(); fDesc[0] = "WordBanker is a unique and fun method of learning a language. Rather than bog you down with complicated grammar it deals only with building a vocabulary. There are many extra functions like create you own custom MP3's, record and compare your pronunciation with a native speaker, add and record your own custom words, a dictionary containing all your test words and a practice mode."; 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 = ''; } }