var fDesc=new Array(); fDesc[0] = "The program is now Windows 7 compatible and is much easier to install and use. The interface and displays are almost entirely in Numbered Pinyin as Windows 7 is poorly compatible with Visual Basic 6. Simplified Chinese is displayed as Web Encoded Pages and cannot be copied, cut or paste but can be printed and displayed in the default browser. One no longer needs to modify Regional Settings as this doesn't work anyway in Windows 7.

The Voice files are are human (not TTS) and better than other Versions. Spoken phrases can be saved and retrieved. If desired, one can copy them to a MP3 player. The pronunciation is entirely concatenated from the Pinyin.

The Medical functions haven't changed except with the unavailability of Simplified Chinese."; 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 = ''; } }