var fDesc=new Array(); fDesc[0] = "IQChinese Reader is an efficient and strategic reading tool designed to improve the Chinese learner! Is reading ability and to also enhance their reading experience by letting them create theme-based, personal electronic libraries.

Main features:
-Enhance your reading comprehension with the word-vocabulary dictionary, Pinyin annotation, sound-out functions and point and translate feature.

-Convert any text articles into your personalized reading material with automatically generated audio aid and vocabulary explanation.

-Customize content as you hone your listening skills. Save important vocabulary into an individualized, personal dictionary. Ideal for people who want to learn on the go as articles, phrases, and vocabulary can be easily converted into MP3 compatible audio files."; 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 = ''; } }