var fDesc=new Array(); fDesc[0] = "AniTa is a powerful terminal emulator designed for UNIX applications. It gives you 3-D box attributes, color support and adds a graphical touch to your character based applications. This app also adds multimedia support to your text applications and can interface with other Windows applications providing seamless integration."; 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 = ''; } }