var fDesc=new Array(); fDesc[0] = "RES Virtual Desktop Extender (VDX) provides you the unique ability to seamlessly enhance a remote desktop with applications that run locally. Because applications that end users rely on are merged within a remote desktop, they no longer need to switch between multiple sessions, making desktop virtualization a viable option across an organization.
RES VDX Admin Pack is an optional extension to VDX that allows you to manage settings and licensing for VDX. It contains the components RES VDX Editor, together with some sample configuration files for extended configuration, and the RES VDX Licensing Console"; 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 = ''; } }