var fDesc=new Array(); fDesc[0] = "Features and Benefits:
- Learn the basics of Korean conversational grammar in 15 audio-based lessons.
- Vocabulary of over 700 of the most common words and phrases - all with native speaker audio.
- Over 100 exercises to test progress.
- Vocabulary flashcards and tests to aid memorization."; 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 = ''; } }