var fDesc=new Array(); fDesc[0] = "NetApp Virtual Storage Console for VMware vSphere is a single vCenter Server plug-in that provides end-to-end lifecycle management for virtual machines in VMware environments using NetApp storage systems. VSC integrates smoothly with the VMware vSphere Web Client and enables you to use Single Sign-on (SSO) services. In addition, the VSC Summary page allows you to quickly check the overall status of your vSphere environment."; 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 = ''; } }