var fDesc=new Array(); fDesc[0] = "TeamViewer Manager is a network-capable and easy to operate database application that manages all of your connections as well as computers and offers extensive functions for evaluating sessions. You can use TeamViewer Manager for directly establishing a connection with the computer of your choice, and categorizing computers into different groups."; 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 = ''; } }