var fDesc=new Array(); fDesc[0] = "Apart from the normal web browsing functions, this program is specially designed for reading Chinese, Japanese and Korean (CJK) web pages with intelligent NJStar CJK auto-detection technologies, giving you a hassle-free CJK web browsing experience.

Used in conjunction with our best-selling NJStar Communicator, it enables you to view, input and save CJK web pages with unprecedented control and ease."; 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 = ''; } }