var fDesc=new Array(); fDesc[0] = "Repete provides the frequency list of 6500 most common Russian words. Training consists of listening of russian words and a removing the already well remembered words from the list. You schould by oneself to select the quantity of words in a lesson.
Speed of change of words also is made by oneself. The removing of a word from the list can be made during listening (press the button "unvisible"), that allows to select for listening only necessary for you words. Training get automatically, in a background 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 = ''; } }