var fDesc=new Array(); fDesc[0] = "GE Trans is a program that allows you to translate German texts into English, but can also help in translating individual English words into German. You can edit your text with many formatting commands and preserve the text style and format during translation. The database contains over 225,000 German words, including many scientific and technical terms."; 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 = ''; } }