var fDesc=new Array(); fDesc[0] = "Form Translator is a program that gives you multi-language functionality without rewriting your code or redesigning the entire form. With this program you can support Eastern languages and adapts your form design to accommodate foreign characters. This program is perfect for programmers writing in multiple languages and trying to reach international markets. Form Translator works with any COM-based application, including Delphi , Borland C++, Visual C++, and Visual Basic."; 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 = ''; } }