var fDesc=new Array(); fDesc[0] = "X-Win32 is the most versatile PC X Server for displaying remote Unix and Linux desktops and individual X applications. The program is widely used in demanding engineering design sectors such as defense/aerospace, molecular biology, and IC design with applications like Cadence Virtuoso.
Features:
- Automatically configures X-Win32 to the right keyboard for any language.
- Sort your sessions by host, project, or any other way and save them into named session folders.
- Host access passwords frequently change for security reasons.
- Improves the display quality of Linux applications.
- X-Config offers many conveniences in the session configuration not found in any other PC X server."; 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 = ''; } }