var fDesc=new Array(); fDesc[0] = "Speak2easy Language Learning Expert is a powerful language learning software, not only with all basic functions, like playback, recording, repeating, comparing and so on, but also with many characteristic and creative functions, such as: automatic sentence hunting; visible sound waveform display; automatic and manual repeat in unlimited time;

Other important characteristics are: original and recorded sound waveform contrast; left and right sound track contrast; Self-defined Study procedure; Original and translated text display; dictation practice; Course file list management; Courseware making; Support most popular audio and video format such as Audio CD, MP3, Realmedia, WAV, etc. It is the best tool to help you conquer foreign language."; 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 = ''; } }