var fDesc=new Array();
fDesc[0] = "ChineseMaster is a helpful tool for learning Chinese. It has been designed to help students to learn a large number of Chinese characters as quickly as possible. All characters come with mandarin pronunciation recorded by native speakers. It helps you practice Chinese by speaking aloud.
Main Functions:
The basic pronunciations of all Pinyin Initials and Finals;
Pinyin Pronunciation and English translation of 3500 commonly used simplified Chinese characters and related phrases;
Animation of stroke orders of 305 simplified Chinese characters;
34 lessons with 1000 sentences of daily communciations, comes with reading, Pinyin and English translations;
A Chinese-English dictionary;
Convert Chinese characters, words, sentences into Pinyin;
Lot of reading comprehension, including 300 Tang poems, idiom stories, jokes, tongue twisters;
Works well on English Windows, Chinese and Japanese Windows, No Chinese supporting system needed.
On-line update.";
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 = '';
}
}