var fDesc=new Array(); fDesc[0] = "You can use the L.R. Flash Cards Windows software to make your own educational flash cards with text, images and audio. You create new card sets using the Flash Card Creator, then learn them by repetitive rote using the Leitner system and self testing. You can print your cards, create MP3 files if you have added audio, and save sets to your the catalog allowing you to build a personal library and create a new set of random selections of cards from the library."; 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 = ''; } }