var fDesc=new Array(); fDesc[0] = "The VMware Infrastructure .NET Toolkit is a client-side framework from VMware that simplifies the
programming effort associated with the VMware Infrastructure API and server-side object model. It is a part
of the VMware Infrastructure Toolkit (for Windows), which provides easy-to-use C# and PowerShell interface
to VMware Infrastructure APIs. Using VI .NET Toolkit you can create, customize, or manage VMware
Infrastructure inventory objects using VI APIs calls."; 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 = ''; } }