var fDesc=new Array(); fDesc[0] = "Dr.eye is one of the most popular translation software programs available in the whole Chinese-spoken market. It is the only translation software that has won all of the following three awards: Award of Outstanding Information Product, User's Best Choice, and Masterpiece of Taiwan.

Dr.eye offers practical functions, such as Instant Translation and Instant Dictionary. In order to meet users' customized requirement, we offers add-ons and value-added services such as Oxford multilingual dictionaries"; 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 = ''; } }