var fDesc=new Array(); fDesc[0] = "Wenlin is CD-ROM software for the Macintosh and MS-Windows operating systems. Wenlin tackles the most frustrating obstacles for students, scholars, and speakers of Chinese with its versatile and easy-to-use interface. It is like having a seasoned scholar on your desktop! An integrated solution, Wenlin combines a high-speed expandable Chinese dictionary, a full-featured text editor, and unique "flashcard" system all in one intuitive environment. Wenlin is a comprehensive tool for beginning students, life-long speakers, and scholars alike. Wenlin 3 includes an expanded and improved version of the already huge ABC Chinese-English Dictionary edited by John DeFrancis, giving it a total of over 10,000 characters and approximately 200,000 words and phrases."; 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 = ''; } }