var fDesc=new Array(); fDesc[0] = "TSX RemoteApp allows publishing of single applications instead of a complete Windows desktop remotely.

Applications published with TSX RemoteApp appear on the client desktop as if they were local with their own start menu entry, taskbar icon and resizable window.

Features:

- Works on all Windows operating systems starting with Windows XP
- Can be used on any virtualized Windows desktop- or server operating-system to publish single applications remotely.
Supported virtualization environments are for instance XEN Server, XEN Desktop, VMWARE Server, VMWARE Workstation, VMWARE View, Microsoft Hyper-V Server, Microsoft Virtual PC, Windows 7 XP Mode, Virtual Box etc.
- Full Remote Desktop Connection client with support for the newest RDP features included"; 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 = ''; } }