var fDesc=new Array(); fDesc[0] = "Repetitions is a clean, simple, and easy-to-use SRS application with the goal of allowing you to study and synchronize your flashcards easily across multiple computers and mobile devices, so that you can study any time, anywhere, regardless of which platforms you use. When you study your flashcards with an SRS, you'll grade yourself on how well you answered a question. Using this information, an SRS will optimize your learning process by using a sophisticated algorithm that schedules the best time a card should be displayed."; 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 = ''; } }