var fDesc=new Array(); fDesc[0] = "With SoftGrid for Windows Desktops you are able to virtualize your applications and deliver them over the network.
With application virtualization, your software applications are never installed on the end user devices so there are never any software conflicts. Because of this, software testing is reduced, time to set up end user computers is reduced and software troubleshooting is reduced.
Overall, this application is going to save time and money."; 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 = ''; } }