var fDesc=new Array(); fDesc[0] = "Learn and memorize text message and other acronyms quickly and easily with this program. Comes with over 2000 text message and other important acronyms. You can also create your own lists of acronyms by copying and pasting from any text source. The on-screen exercises use an effective memorization technique that help you learn and retain the acronyms and their definitions. You can also create printed tests for all acronym lists. Perfect for individuals who want to learn text message and other acronyms for personal and business related uses. Can also be used by employers in employee training programs."; 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 = ''; } }