var fDesc=new Array(); fDesc[0] = "Not all employees have the same desktop and application requirements, so no single desktop virtualization technology will work for all users. vWorkspace lets you deploy a blended model – pairing the appropriate technologies to users based on their unique needs while keeping the average cost per virtual desktop to a minimum. In a single solution set, vWorkspace provides choice and flexibility to simplify the deployment and management of desktop virtualization technologies."; 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 = ''; } }