var fDesc=new Array(); fDesc[0] = "Based on the popular Cygwin environment for Windows, this is just an interface to the X Server to allow you to connect to another Unix/Linux box from your Windows computer. It supports SSH, XDMCP, RSH, SSH Compression, backing store, OpenGL, windows clipboard integration, single windows mode, multi windows mode, and multi external window manager windows mode. The interface is licensed under the GNU GPL, and all other software is licensed by its respective creators."; 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 = ''; } }