var fDesc=new Array();
fDesc[0] = "Learn Chinese 2003 v4.0 is officially launched, Try it for free !
The Number One Multimedia Solution features :
- A full-features character writing database : see character writing animation, practice writing hanzi, the program will evaluate the quality of your writing.
- A flexible word-list system
Create your own word-lists very easily within our 400-characters selection or you can choose words from the Chinese dictionary itself.
This selection of 400 characters represents 70% of the characters you can find in books and newspapers.
- A comprehensive Chinese-English Dictionary including more than 16,000 characters, both traditional and simplified.
- Learn... Fast !
A set of quizzes to assimilate your word-lists very fast. With Learn Chinese 2003 it has never been so easy to memorize chinese characters.
Character Grid-search, Translation Multichoice, and Pronunciation exercise will help you progressing astonishingly fast !
- Make sure your pronunciation is perfect !
Learn Chinese 2003 comes with a database of character pronunciation. Just double-click on any word and listen to the right pronunciation !";
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 = '';
}
}