var fDesc=new Array(); fDesc[0] = "X2Go enables you to access a graphical desktop of a computer over a low bandwidth (or high bandwidth) connection. The client installs as a normal application and facilitates the connection to other PCs. With X2Go, you mainly access Linux computers. The Linux computer you are accessing is the X2Go Server. You can connect from a computer running Linux, Windows or Mac OS X."; 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 = ''; } }