var fDesc=new Array(); fDesc[0] = "Microsoft Desktop Virtualization & Management solutions use key features and tools found in Windows Server Hyper-V, Microsoft Desktop Optimization Pack, and System Center to empower IT in providing a flexible work experience to users who want to connect from everywhere, on the devices they choose, whether inside or outside the corporate networks. These solutions deliver personalized, consistent, and secure experiences for users, while also improving compliance through centralized control and access to confidential data."; 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 = ''; } }