var fDesc=new Array(); fDesc[0] = "NX Client lets you access your remote workstation wherever you are. NX connects you to your desktop faster than any other remote access solution.

You can start NX Client on Windows Vista and connect to a Suse server and run a KDE session in fullscreen. From inside the KDE session you can connect to the same host to run a GNOME session. From the GNOME session you can start NX Client and run a Windows XP session on a third computer."; 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 = ''; } }