var fDesc=new Array(); fDesc[0] = "Xmanager is a PC X server that brings the power of X applications to a Windows environment. With Xmanager, X applications installed on remote UNIX based machines run seamlessly with Windows application side by side. It provides a powerful session management console, easy-to-use X application launcher, X server profile management tool, SSH module and a high performance PC X server for securely accessing a remote and virtualized UNIX and Linux environment. This app provides a single point of access to consolidate heterogeneous Operating Systems and provides a flexible work environment to increase productivity."; 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 = ''; } }