var fDesc=new Array();
fDesc[0] = "Simplify the Deployment and Management of VDI and Desktop Virtualization Technologies.
Quest vWorkspace makes desktop virtualization affordable, flexible, easy to manage, as well as achievable, for your organization:
-Blend virtual desktop and application technology for lowest cost; mix and match hosted VDI, local/offline VDI, Terminal Server/RD Session Host, and application virtualization
-Minimize the effects of network latency on end users in branch offices, home offices and offshore locations with patent-pending technology
-Accelerate screen updates, images and multimedia content for an amazing user experience on different connections and devices with our Experience Optimized Protocol (EOP)
-Choose among a variety of platforms, technologies, storage solutions, protocols, access devices and licensing options
-Automate virtual desktop management tasks and reduce administration costs as well as simplify the customization of users' desktop environments
-Enable a quick start-up and smooth continual administration of your virtual desktop infrastructure with wizard-driven installation and configuration, and a library of PowerShell cmdlets in the vWorkspace Community
-Secure user and administrator access with SSL gateway, delegated administration and optional multi-factor authentication
-View rich reporting capabilities including administrative actions, desktop state and environment configuration at the push of a button";
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 = '';
}
}