var fDesc=new Array(); fDesc[0] = "gTrans is a multilingual translation interface. A powerful, non-invasive and easy to use assistant that can be configured to translate phrases or words in any combination of the 58 languages offered. In addition, gTrans can be minimized to the screen border or tray icon and easily restored by pressing ."; 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 = ''; } }