var fDesc=new Array(); fDesc[0] = "Run your applications with no installs, dependencies, or conflicts.

Features:
-Embed runtime dependencies such as .NET, Java, AIR, and SQL CE directly into virtual applications. Launch on completely clean desktops.
-Spoon allows legacy applications such as Internet Explorer 6 to execute on Windows 7, unblocking operating system rollouts.
-Virtualize both 32-bit and 64-bit applications, databases such as SQL Server, services such as IIS, as well as DCOM and SxS."; 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 = ''; } }