var fDesc=new Array(); fDesc[0] = "The Translate products give you instant access to foreign language information, while automatically translating your own documents with more accuracy, clarity, and readability than ever before. It offers powerful, user-friendly features that help you find the right words every time.

This translation software is used by more than 3 million customers worldwide. This software also commands a large portion of the Aisan Market with thier Japanese, Korean and Chinese languages."; 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 = ''; } }