var fDesc=new Array(); fDesc[0] = "Ni Hao 2 is for students of 13 to 15 years old in year 9 or 10 of junior high schools. Like Ni Hao 1, chinese characters are used very frequently and the application is accompanied by Pinyin which acts as a guide to pronunciation. Pinyin is gradually omitted as the student becomes familiar with the characters and vocabulary.

This level of knowledge may come in handy for those who studied Ni Hao 1 series."; 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 = ''; } }