var fDesc=new Array(); fDesc[0] = "Dr.eye Flagship Edition 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 for users to lease.

Instant Dictionary

It includes abundant database: English-Chinese and Chinese-English Dictionary, Concise Oxford American Dictionary, Chinese Dictionary, Japanese-Chinese and Chinese-Japanese Dictionary, three subject dictionaries (Computer Dictionary, English-Chinese and Chinese-English Dictionary of Management, English-Chinese and Chinese-English Dictionary of Medicine) and plenty of language references.

It supports lookup for words' explanation and example sentences. It also supports wildcard search. It allows the users to view the recent search and add the frequently searched words to Word Manager for review."; 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 = ''; } }